Searched defs:ctr (Results 1 – 14 of 14) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/ctr/ |
| H A D | ctr_encrypt.c | 13 static void s_ctr_increment_counter(symmetric_CTR *ctr) in s_ctr_increment_counter() 41 …nt s_ctr_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CTR *ctr) in s_ctr_encrypt() 87 int ctr_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CTR *ctr) in ctr_encrypt()
|
| H A D | ctr_done.c | 16 int ctr_done(symmetric_CTR *ctr) in ctr_done()
|
| H A D | ctr_getiv.c | 19 int ctr_getiv(unsigned char *IV, unsigned long *len, const symmetric_CTR *ctr) in ctr_getiv()
|
| H A D | ctr_decrypt.c | 20 int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CTR *ctr) in ctr_decrypt()
|
| H A D | ctr_setiv.c | 19 int ctr_setiv(const unsigned char *IV, unsigned long len, symmetric_CTR *ctr) in ctr_setiv()
|
| H A D | ctr_start.c | 28 symmetric_CTR *ctr) in ctr_start()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
| H A D | ccm_memory.c | 43 unsigned char PAD[16], ctr[16], CTRPAD[16], ptTag[16], b, *pt_real; in ccm_memory() local
|
| /optee_os/core/crypto/ |
| H A D | sm4-ctr.c | 20 uint8_t ctr[16]; member
|
| /optee_os/core/include/crypto/ |
| H A D | internal_aes-gcm.h | 35 uint64_t ctr[2]; member
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_prng.h | 9 symmetric_CTR ctr; member
|
| H A D | tomcrypt_mac.h | 258 symmetric_CTR ctr; member 411 ctr[16], member
|
| H A D | tomcrypt_cipher.h | 312 unsigned char ctr[MAXBLOCKSIZE]; member
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_cipher.c | 183 static void ctr_iv_inc(uint64_t *ctr, uint32_t inc) in ctr_iv_inc()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_misc.h | 1222 uint8_t ctr[MBEDTLS_SSL_SEQUENCE_NUMBER_LEN]; /* In TLS: The implicit record sequence number. member
|