Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dxtea.c19 &xtea_ecb_decrypt,
104 int xtea_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in xtea_ecb_decrypt() function
206 xtea_ecb_decrypt(tmp[0], tmp[1], &skey); in xtea_test()
216 for (y = 0; y < 1000; y++) xtea_ecb_decrypt(tmp[0], tmp[0], &skey); in xtea_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h736 int xtea_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey);