Home
last modified time | relevance | path

Searched refs:aes_iv (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/pta/tests/
A Daes_perf.c38 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-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpem.c196 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()

Completed in 3 milliseconds