Searched refs:aes_iv (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/pta/tests/ |
A D | aes_perf.c | 38 static uint8_t aes_iv[] = { variable 94 iv = aes_iv; in init_ctx() 95 iv_len = sizeof(aes_iv); in init_ctx() 102 res = crypto_authenc_init(*ctx, mode, aes_key, key_len, aes_iv, in init_ctx() 103 sizeof(aes_iv), TEE_AES_BLOCK_SIZE, in init_ctx()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | pem.c | 196 static int pem_aes_decrypt( unsigned char aes_iv[16], unsigned int keylen, in pem_aes_decrypt() 206 if( ( ret = pem_pbkdf1( aes_key, keylen, aes_iv, pwd, pwdlen ) ) != 0 ) in pem_aes_decrypt() 212 aes_iv, buf, buf ); in pem_aes_decrypt()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 1914 000000000e16ea56 0000000000000010 d aes_iv
|
A D | tee.map | 26983 .data.aes_iv 0x000000000e16ea56 0x10 out/arm/core/pta/tests/aes_perf.o
|
A D | tee.dmp | 1129 000000000e16ea56 l O .data 0000000000000010 aes_iv
|
Completed in 215 milliseconds