Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dblowfish.c17 &blowfish_ecb_encrypt,
477 int blowfish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in s_blowfish_ecb_encrypt()
500 int blowfish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in blowfish_ecb_encrypt() function
610 blowfish_ecb_encrypt(tests[x].pt, tmp[0], &key); in blowfish_test()
621 for (y = 0; y < 1000; y++) blowfish_ecb_encrypt(tmp[0], tmp[0], &key); in blowfish_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h627 int blowfish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);