Home
last modified time | relevance | path

Searched refs:psa_aead_update (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Daead_demo.c208 PSA_CHECK(psa_aead_update(&op, part1, part1_len, p, end - p, &olen)); in aead_encrypt()
210 PSA_CHECK(psa_aead_update(&op, part2, part2_len, p, end - p, &olen)); in aead_encrypt()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h2619 psa_status_t psa_aead_update(psa_aead_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function512 PSA_ASSERT(psa_aead_update(&operation,
527 PSA_ASSERT(psa_aead_update(&operation, input_data->x,
5540 PSA_ASSERT(psa_aead_update(&operation, input_data->x, input_data->len,
5660 TEST_EQUAL(psa_aead_update(&operation, input_data->x, input_data->len,
5743 status = psa_aead_update(&operation, input_data->x, input_data->len,
5830 PSA_ASSERT(psa_aead_update(&operation, input_data->x, input_data->len,
5925 PSA_ASSERT(psa_aead_update(&operation, input_data->x,
6074 TEST_EQUAL(psa_aead_update(&operation, input_data->x,
6153 TEST_EQUAL(psa_aead_update(&operation, input_data->x,
6473 TEST_EQUAL(psa_aead_update(&operation, input_data->x,
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function2852 PSA_ASSERT(psa_aead_update(&operation, input_data->x, input_data->len,
2953 PSA_ASSERT(psa_aead_update(&operation, input_ciphertext->x,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h138 #define psa_aead_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_siz… macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c217 …psa_status_t status = (psa_aead_update)(arg0_operation, arg1_input, arg2_input_length, arg3_output… in mbedtls_test_wrap_psa_aead_update()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md642 …A function names to be wrapped versions of themselves. For example, to replace `psa_aead_update()`:
653 psa_status_t status = psa_aead_update(operation, input, input_length,
661 #define psa_aead_update(...) mem_poison_psa_aead_update(__VA_ARGS__)
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c5229 psa_status_t psa_aead_update(psa_aead_operation_t *operation, in psa_aead_update() function
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md409 5. Call [`psa_aead_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/g…