Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dcamellia.c25 &camellia_ecb_encrypt,
440 int camellia_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey) in camellia_ecb_encrypt() function
692 if ((err = camellia_ecb_encrypt(tests[x].pt, buf[0], &skey)) != CRYPT_OK) { in camellia_test()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h835 int camellia_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);

Completed in 7 milliseconds