Searched refs:psa_aead_update (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | aead_demo.c | 208 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/ |
D | crypto.h | 2619 psa_status_t psa_aead_update(psa_aead_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 512 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 …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 2852 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/ |
D | psa_test_wrappers.h | 138 #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/ |
D | psa_test_wrappers.c | 217 …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/ |
D | psa-shared-memory.md | 642 …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/ |
D | psa_crypto.c | 5229 psa_status_t psa_aead_update(psa_aead_operation_t *operation, in psa_aead_update() function
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 409 5. Call [`psa_aead_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/g…
|