Searched refs:ctr_encrypt (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/ctr/ |
| H A D | ctr_decrypt.c | 26 return ctr_encrypt(ct, pt, len, ctr); in ctr_decrypt()
|
| H A D | ctr_encrypt.c | 87 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 D | ctr_test.c | 58 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 D | eax_encrypt.c | 30 if ((err = ctr_encrypt(pt, ct, length, &eax->ctr)) != CRYPT_OK) { in eax_encrypt()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ctr.c | 44 c->update = ctr_encrypt; in ltc_ctr_init()
|
| H A D | sub.mk | 174 srcs-$(_CFG_CORE_LTC_CTR) += src/modes/ctr/ctr_encrypt.c
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | yarrow.c | 231 if (ctr_encrypt(out, out, outlen, &prng->u.yarrow.ctr) != CRYPT_OK) { in yarrow_read()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 939 int ctr_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CTR *ctr);
|