| /optee_os/core/lib/libtomcrypt/src/modes/lrw/ |
| H A D | lrw_getiv.c | 19 int lrw_getiv(unsigned char *IV, unsigned long *len, const symmetric_LRW *lrw) in lrw_getiv()
|
| H A D | lrw_setiv.c | 19 int lrw_setiv(const unsigned char *IV, unsigned long len, symmetric_LRW *lrw) in lrw_setiv()
|
| H A D | lrw_start.c | 24 const unsigned char *IV, in lrw_start()
|
| /optee_os/core/lib/libtomcrypt/src/modes/ctr/ |
| 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_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 | 25 const unsigned char *IV, in ctr_start()
|
| /optee_os/core/lib/libtomcrypt/src/modes/ofb/ |
| H A D | ofb_getiv.c | 19 int ofb_getiv(unsigned char *IV, unsigned long *len, const symmetric_OFB *ofb) in ofb_getiv()
|
| H A D | ofb_setiv.c | 19 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
|
| H A D | ofb_start.c | 23 int ofb_start(int cipher, const unsigned char *IV, const unsigned char *key, in ofb_start()
|
| /optee_os/core/lib/libtomcrypt/src/modes/cfb/ |
| H A D | cfb_getiv.c | 19 int cfb_getiv(unsigned char *IV, unsigned long *len, const symmetric_CFB *cfb) in cfb_getiv()
|
| H A D | cfb_setiv.c | 19 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
|
| H A D | cfb_start.c | 23 int cfb_start(int cipher, const unsigned char *IV, const unsigned char *key, in cfb_start()
|
| /optee_os/core/lib/libtomcrypt/src/modes/cbc/ |
| H A D | cbc_setiv.c | 20 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc) in cbc_setiv()
|
| H A D | cbc_getiv.c | 19 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc) in cbc_getiv()
|
| H A D | cbc_start.c | 22 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key, in cbc_start()
|
| /optee_os/core/lib/libtomcrypt/src/modes/f8/ |
| H A D | f8_getiv.c | 19 int f8_getiv(unsigned char *IV, unsigned long *len, const symmetric_F8 *f8) in f8_getiv()
|
| H A D | f8_setiv.c | 19 int f8_setiv(const unsigned char *IV, unsigned long len, symmetric_F8 *f8) in f8_setiv()
|
| H A D | f8_start.c | 25 int f8_start( int cipher, const unsigned char *IV, in f8_start()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_add_iv.c | 20 const unsigned char *IV, unsigned long IVlen) in gcm_add_iv()
|
| H A D | gcm_memory.c | 31 const unsigned char *IV, unsigned long IVlen, in gcm_memory()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | aes_accel.c | 144 unsigned long blocks, unsigned char *IV, in aes_cbc_encrypt_nblocks() 159 unsigned long blocks, unsigned char *IV, in aes_cbc_decrypt_nblocks() 175 unsigned long blocks, unsigned char *IV, in aes_ctr_encrypt_nblocks()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 263 unsigned char IV[MAXBLOCKSIZE], member 281 unsigned char IV[MAXBLOCKSIZE]; member 297 unsigned char IV[MAXBLOCKSIZE]; member 336 unsigned char IV[16], member 361 unsigned char IV[MAXBLOCKSIZE], member
|
| H A D | tomcrypt_prng.h | 34 IV[16]; /* IV for CTR mode */ member
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 875 static void init_hash_operation(TEE_OperationHandle operation, const void *IV, in init_hash_operation() 1027 void TEE_CipherInit(TEE_OperationHandle operation, const void *IV, in TEE_CipherInit() 1063 void __GP11_TEE_CipherInit(TEE_OperationHandle operation, const void *IV, in __GP11_TEE_CipherInit() 1400 void TEE_MACInit(TEE_OperationHandle operation, const void *IV, size_t IVLen) in TEE_MACInit() 1420 void __GP11_TEE_MACInit(TEE_OperationHandle operation, const void *IV, in __GP11_TEE_MACInit()
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | fortuna.c | 71 unsigned char *IV; in s_fortuna_update_iv() local
|