Searched refs:output_length (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_psa_crypto.c | 85 size_t *output_length) in mbedtls_psa_external_get_random() argument 509 size_t output_length; in aes_gcm_decrypt() local 536 sizeof(buf), &output_length); in aes_gcm_decrypt() 541 memcpy(pt, buf, output_length); in aes_gcm_decrypt() 542 pt += output_length; in aes_gcm_decrypt() 547 psa_status = psa_aead_verify(&operation, NULL, 0, &output_length, tag, tag_len); in aes_gcm_decrypt()
|
| H A D | mbedtls_crypto.c | 319 size_t output_length __unused; in aes_gcm_decrypt() 345 rc = mbedtls_gcm_update(&ctx, pt, dec_len, buf, sizeof(buf), &output_length); in aes_gcm_decrypt() 361 rc = mbedtls_gcm_finish(&ctx, NULL, 0, &output_length, tag_buf, sizeof(tag_buf)); in aes_gcm_decrypt()
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_bl31_setup.c | 46 size_t *output_length) in mbedtls_psa_external_get_random() argument 52 *output_length = output_size; in mbedtls_psa_external_get_random()
|