Home
last modified time | relevance | path

Searched refs:psa_aead_update_ad (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Daead_demo.c219 PSA_CHECK(psa_aead_update_ad(&op, ad, ad_len)); in aead_encrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h2242 * inputs to the subsequent calls to psa_aead_update_ad() and
2249 * -# Call psa_aead_update_ad() zero, one or more times, passing a fragment
2312 * inputs to the subsequent calls to psa_aead_update_ad() and
2316 * -# Call psa_aead_update_ad() zero, one or more times, passing a fragment
2449 * psa_aead_update_ad() or psa_aead_update() if the algorithm for
2481 * psa_aead_update_ad() and psa_aead_update() must not have been
2535 psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation,
2546 * 3. Call psa_aead_update_ad() to pass all the additional data.
2602 * The total length of input to psa_aead_update_ad() so far is
2632 * psa_aead_update_ad() wit
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h145 #define psa_aead_update_ad(arg0_operation, arg1_input, arg2_input_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c225 /* Wrapper for psa_aead_update_ad */
234 psa_status_t status = (psa_aead_update_ad)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update_ad()
/third_party/mbedtls/library/
H A Dpsa_crypto.c5174 psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation, in psa_aead_update_ad() function

Completed in 18 milliseconds