Searched refs:ctr_decrypt (Results 1 – 5 of 5) sorted by relevance
20 int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CTR *ctr) in ctr_decrypt() function
35 return ctr_decrypt(ct, pt, length, &eax->ctr); in eax_decrypt()
46 c->update = ctr_decrypt; in ltc_ctr_init()
172 srcs-$(_CFG_CORE_LTC_CTR) += src/modes/ctr/ctr_decrypt.c
940 int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CTR *ctr);