Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ctr/
A Dctr_encrypt.c41 static int s_ctr_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_C… in s_ctr_encrypt() function
127 if ((err = s_ctr_encrypt(pt, ct, incr, ctr)) != CRYPT_OK) { in ctr_encrypt()
137 return s_ctr_encrypt(pt, ct, len, ctr); in ctr_encrypt()

Completed in 1 milliseconds