Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dxtea.c18 &xtea_ecb_encrypt,
68 int xtea_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in xtea_ecb_encrypt() function
205 xtea_ecb_encrypt(tests[i].pt, tmp[0], &skey); in xtea_test()
215 for (y = 0; y < 1000; y++) xtea_ecb_encrypt(tmp[0], tmp[0], &skey); in xtea_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h720 int xtea_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);

Completed in 6 milliseconds