Home
last modified time | relevance | path

Searched refs:psa_aead_update_ad (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Daead_demo.c207 PSA_CHECK(psa_aead_update_ad(&op, ad, ad_len)); in aead_encrypt()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h2535 psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function482 PSA_ASSERT(psa_aead_update_ad(&operation,
489 PSA_ASSERT(psa_aead_update_ad(&operation, additional_data->x,
5537 PSA_ASSERT(psa_aead_update_ad(&operation, additional_data->x,
5656 TEST_EQUAL(psa_aead_update_ad(&operation, additional_data->x,
5740 PSA_ASSERT(psa_aead_update_ad(&operation, additional_data->x,
5827 PSA_ASSERT(psa_aead_update_ad(&operation, additional_data->x,
5922 PSA_ASSERT(psa_aead_update_ad(&operation, additional_data->x,
6066 TEST_EQUAL(psa_aead_update_ad(&operation, additional_data->x,
6143 TEST_EQUAL(psa_aead_update_ad(&operation, additional_data->x,
6453 TEST_EQUAL(psa_aead_update_ad(&operation, additional_data->x,
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function2845 PSA_ASSERT(psa_aead_update_ad(&operation, additional_data->x,
2947 PSA_ASSERT(psa_aead_update_ad(&operation, additional_data->x,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h145 #define psa_aead_update_ad(arg0_operation, arg1_input, arg2_input_length) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c234 psa_status_t status = (psa_aead_update_ad)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update_ad()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c5178 psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation, in psa_aead_update_ad() function
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md408 4. Call [`psa_aead_update_ad`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/grou…