/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/cbc/ |
A D | cbc_getiv.c | 19 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc) in cbc_getiv()
|
A D | cbc_setiv.c | 20 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc) in cbc_setiv()
|
A D | cbc_start.c | 22 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key, in cbc_start()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/cfb/ |
A D | cfb_getiv.c | 19 int cfb_getiv(unsigned char *IV, unsigned long *len, const symmetric_CFB *cfb) in cfb_getiv()
|
A D | cfb_setiv.c | 19 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
|
A D | cfb_start.c | 23 int cfb_start(int cipher, const unsigned char *IV, const unsigned char *key, in cfb_start()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ctr/ |
A D | ctr_getiv.c | 19 int ctr_getiv(unsigned char *IV, unsigned long *len, const symmetric_CTR *ctr) in ctr_getiv()
|
A D | ctr_setiv.c | 19 int ctr_setiv(const unsigned char *IV, unsigned long len, symmetric_CTR *ctr) in ctr_setiv()
|
A D | ctr_start.c | 25 const unsigned char *IV, in ctr_start()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ofb/ |
A D | ofb_getiv.c | 19 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb) in ofb_getiv()
|
A D | ofb_setiv.c | 19 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
|
A D | ofb_start.c | 23 int ofb_start(int cipher, const unsigned char *IV, const unsigned char *key, in ofb_start()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/f8/ |
A D | f8_getiv.c | 19 int f8_getiv(unsigned char *IV, unsigned long *len, const symmetric_F8 *f8) in f8_getiv()
|
A D | f8_setiv.c | 19 int f8_setiv(const unsigned char *IV, unsigned long len, symmetric_F8 *f8) in f8_setiv()
|
A D | f8_start.c | 25 int f8_start( int cipher, const unsigned char *IV, in f8_start()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/lrw/ |
A D | lrw_getiv.c | 19 int lrw_getiv(unsigned char *IV, unsigned long *len, const symmetric_LRW *lrw) in lrw_getiv()
|
A D | lrw_setiv.c | 19 int lrw_setiv(const unsigned char *IV, unsigned long len, symmetric_LRW *lrw) in lrw_setiv()
|
A D | lrw_start.c | 24 const unsigned char *IV, in lrw_start()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_add_iv.c | 20 const unsigned char *IV, unsigned long IVlen) in gcm_add_iv()
|
A D | gcm_memory.c | 31 const unsigned char *IV, unsigned long IVlen, in gcm_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | aes_accel.c | 137 unsigned long blocks, unsigned char *IV, in aes_cbc_encrypt_nblocks() 152 unsigned long blocks, unsigned char *IV, in aes_cbc_decrypt_nblocks() 167 unsigned long blocks, unsigned char *IV, in aes_ctr_encrypt_nblocks()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 267 unsigned char IV[MAXBLOCKSIZE], member 285 unsigned char IV[MAXBLOCKSIZE]; member 299 unsigned char IV[MAXBLOCKSIZE]; member 337 unsigned char IV[16], member 365 unsigned char IV[MAXBLOCKSIZE], member
|
A D | tomcrypt_prng.h | 34 IV[16]; /* IV for CTR mode */ member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/ |
A D | fortuna.c | 59 unsigned char *IV; in s_fortuna_update_iv() local
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 775 static void init_hash_operation(TEE_OperationHandle operation, const void *IV, in init_hash_operation() 842 void TEE_CipherInit(TEE_OperationHandle operation, const void *IV, in TEE_CipherInit() 1168 void TEE_MACInit(TEE_OperationHandle operation, const void *IV, uint32_t IVLen) in TEE_MACInit()
|