Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/psa/
H A Daead_demo.c220 PSA_CHECK(psa_aead_update(&op, part1, part1_len, p, end - p, &olen)); in aead_encrypt()
222 PSA_CHECK(psa_aead_update(&op, part2, part2_len, p, end - p, &olen)); in aead_encrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h2243 * psa_aead_update(). See the documentation of psa_aead_set_lengths()
2251 * -# Call psa_aead_update() zero, one or more times, passing a fragment
2313 * psa_aead_update(). See the documentation of psa_aead_set_lengths()
2318 * -# Call psa_aead_update() 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
2497 * data to encrypt or decrypt with psa_aead_update().
2530 * psa_aead_update() must not have been called yet), or the library
2569 * call to psa_aead_update(), psa_aead_finish() or psa_aead_verify()
2619 psa_status_t psa_aead_update(psa_aead_operation_
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h138 #define psa_aead_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_size, arg5_output_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c204 /* Wrapper for psa_aead_update */
217 psa_status_t status = (psa_aead_update)(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_size, arg5_output_length); in mbedtls_test_wrap_psa_aead_update()
/third_party/mbedtls/library/
H A Dpsa_crypto.c5225 psa_status_t psa_aead_update(psa_aead_operation_t *operation, in psa_aead_update() function

Completed in 17 milliseconds