Searched refs:psa_aead_finish (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/programs/psa/ |
H A D | aead_demo.c | 224 PSA_CHECK(psa_aead_finish(&op, p, end - p, &olen, in aead_encrypt()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 2253 * -# Call psa_aead_finish(). 2263 * - A successful call to psa_aead_finish(). 2569 * call to psa_aead_update(), psa_aead_finish() or psa_aead_verify() 2705 psa_status_t psa_aead_finish(psa_aead_operation_t *operation, 2806 * terminated by a call to psa_aead_abort(), psa_aead_finish() or
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 106 #define psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_length, arg4_tag, arg5_tag_size, arg6_tag_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 139 /* Wrapper for psa_aead_finish */ 153 psa_status_t status = (psa_aead_finish)(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_length, arg4_tag, arg5_tag_size, arg6_tag_length); in mbedtls_test_wrap_psa_aead_finish()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 5308 psa_status_t psa_aead_finish(psa_aead_operation_t *operation, in psa_aead_finish() function
|
Completed in 20 milliseconds