Searched refs:twofish_ecb_encrypt (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 32 &twofish_ecb_encrypt, 474 int twofish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in _twofish_ecb_encrypt() 530 int twofish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in twofish_ecb_encrypt() function 665 twofish_ecb_encrypt(tests[i].pt, tmp[0], &key); in twofish_test() 673 for (y = 0; y < 1000; y++) twofish_ecb_encrypt(tmp[0], tmp[0], &key); in twofish_test()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 728 int twofish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);
|
Completed in 7 milliseconds