Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Danubis.c20 &anubis_ecb_decrypt,
1144 int anubis_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in anubis_ecb_decrypt() function
1496 anubis_ecb_decrypt(buf[0], buf[1], &skey); in anubis_test()
1503 for (y = 0; y < 1000; y++) anubis_ecb_decrypt(buf[0], buf[0], &skey); in anubis_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h797 int anubis_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey);

Completed in 6 milliseconds