Home
last modified time | relevance | path

Searched refs:xtea_ecb_encrypt (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dxtea.c25 &xtea_ecb_encrypt,
75 int xtea_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in xtea_ecb_encrypt() function
212 xtea_ecb_encrypt(tests[i].pt, tmp[0], &skey); in xtea_test()
222 for (y = 0; y < 1000; y++) xtea_ecb_encrypt(tmp[0], tmp[0], &skey); in xtea_test()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h718 int xtea_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);

Completed in 6 milliseconds