Searched refs:blowfish_ecb_encrypt (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | blowfish.c | 24 &blowfish_ecb_encrypt, 352 blowfish_ecb_encrypt(B, B, skey); in blowfish_setup() 362 blowfish_ecb_encrypt(B, B, skey); in blowfish_setup() 392 int blowfish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in _blowfish_ecb_encrypt() 436 int blowfish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in blowfish_ecb_encrypt() function 546 blowfish_ecb_encrypt(tests[x].pt, tmp[0], &key); in blowfish_test() 557 for (y = 0; y < 1000; y++) blowfish_ecb_encrypt(tmp[0], tmp[0], &key); in blowfish_test()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 623 int blowfish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);
|
Completed in 6 milliseconds