Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c33 &twofish_ecb_decrypt,
548 int twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in _twofish_ecb_decrypt()
606 int twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in twofish_ecb_decrypt() function
666 twofish_ecb_decrypt(tmp[0], tmp[1], &key); in twofish_test()
674 for (y = 0; y < 1000; y++) twofish_ecb_decrypt(tmp[0], tmp[0], &key); in twofish_test()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h729 int twofish_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey);

Completed in 7 milliseconds