Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c32 &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 Dtomcrypt_cipher.h728 int twofish_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);

Completed in 7 milliseconds