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/
A Dblowfish.c24 &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 Dtomcrypt_cipher.h623 int blowfish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);

Completed in 6 milliseconds