Searched refs:blowfish_ecb_decrypt (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | blowfish.c | 25 &blowfish_ecb_decrypt, 454 int blowfish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in _blowfish_ecb_decrypt() 497 int blowfish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in blowfish_ecb_decrypt() function 547 blowfish_ecb_decrypt(tmp[0], tmp[1], &key); in blowfish_test() 558 for (y = 0; y < 1000; y++) blowfish_ecb_decrypt(tmp[0], tmp[0], &key); in blowfish_test()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 624 int blowfish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey);
|
Completed in 8 milliseconds