Searched refs:psa_aead_update_ad (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | aead_demo.c | 207 PSA_CHECK(psa_aead_update_ad(&op, ad, ad_len)); in aead_encrypt()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 2535 psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 482 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 …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 2845 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/ |
D | psa_test_wrappers.h | 145 #define psa_aead_update_ad(arg0_operation, arg1_input, arg2_input_length) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 234 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/ |
D | psa_crypto.c | 5178 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/ |
D | psa-transition.md | 408 4. Call [`psa_aead_update_ad`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/grou…
|