Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Danubis.c26 &anubis_ecb_encrypt,
1130 int anubis_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in anubis_ecb_encrypt() function
1492 anubis_ecb_encrypt(tests[x].pt, buf[0], &skey); in anubis_test()
1499 for (y = 0; y < 1000; y++) anubis_ecb_encrypt(buf[0], buf[0], &skey); in anubis_test()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h794 int anubis_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);

Completed in 7 milliseconds