Searched refs:aes_iv (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/pta/tests/ |
| H A D | aes_perf.c | 37 static uint8_t aes_iv[] = { variable 93 iv = aes_iv; in init_ctx() 94 iv_len = sizeof(aes_iv); in init_ctx() 101 res = crypto_authenc_init(*ctx, mode, aes_key, key_len, aes_iv, in init_ctx() 102 sizeof(aes_iv), TEE_AES_BLOCK_SIZE, in init_ctx()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pem.c | 215 static int pem_aes_decrypt(unsigned char aes_iv[16], unsigned int keylen, in pem_aes_decrypt() 225 if ((ret = pem_pbkdf1(aes_key, keylen, aes_iv, pwd, pwdlen)) != 0) { in pem_aes_decrypt() 233 aes_iv, buf, buf); in pem_aes_decrypt()
|