Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/ctr/
H A Dctr_decrypt.c26 return ctr_encrypt(ct, pt, len, ctr); in ctr_decrypt()
H A Dctr_encrypt.c87 int ctr_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CTR *ctr) in ctr_encrypt() function
134 return ctr_encrypt(pt, ct, len, ctr); in ctr_encrypt()
H A Dctr_test.c58 if ((err = ctr_encrypt(tests[x].pt, buf, tests[x].msglen, &ctr)) != CRYPT_OK) { in ctr_test()
/optee_os/core/lib/libtomcrypt/src/encauth/eax/
H A Deax_encrypt.c30 if ((err = ctr_encrypt(pt, ct, length, &eax->ctr)) != CRYPT_OK) { in eax_encrypt()
/optee_os/core/lib/libtomcrypt/
H A Dctr.c44 c->update = ctr_encrypt; in ltc_ctr_init()
H A Dsub.mk174 srcs-$(_CFG_CORE_LTC_CTR) += src/modes/ctr/ctr_encrypt.c
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c231 if (ctr_encrypt(out, out, outlen, &prng->u.yarrow.ctr) != CRYPT_OK) { in yarrow_read()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h939 int ctr_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CTR *ctr);