Searched refs:twofish_ecb_decrypt (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 26 &twofish_ecb_decrypt, 541 int twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in s_twofish_ecb_decrypt() 599 int twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in twofish_ecb_decrypt() function 659 twofish_ecb_decrypt(tmp[0], tmp[1], &key); in twofish_test() 667 for (y = 0; y < 1000; y++) twofish_ecb_decrypt(tmp[0], tmp[0], &key); in twofish_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 731 int twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey);
|
Completed in 6 milliseconds