Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/ctr/
H A Dctr_decrypt.c20 int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CTR *ctr) in ctr_decrypt() function
/optee_os/core/lib/libtomcrypt/src/encauth/eax/
H A Deax_decrypt.c35 return ctr_decrypt(ct, pt, length, &eax->ctr); in eax_decrypt()
/optee_os/core/lib/libtomcrypt/
H A Dctr.c46 c->update = ctr_decrypt; in ltc_ctr_init()
H A Dsub.mk172 srcs-$(_CFG_CORE_LTC_CTR) += src/modes/ctr/ctr_decrypt.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h940 int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CTR *ctr);