Searched refs:psa_aead_update (Results 1 – 9 of 9) sorted by relevance
| /mbedtls-latest/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()
|
| /mbedtls-latest/include/psa/ |
| D | crypto.h | 2622 psa_status_t psa_aead_update(psa_aead_operation_t *operation,
|
| /mbedtls-latest/tests/suites/ |
| D | test_suite_psa_crypto.function | 490 PSA_ASSERT(psa_aead_update(&operation, 505 PSA_ASSERT(psa_aead_update(&operation, input_data->x, 5520 PSA_ASSERT(psa_aead_update(&operation, input_data->x, input_data->len, 5640 TEST_EQUAL(psa_aead_update(&operation, input_data->x, input_data->len, 5723 status = psa_aead_update(&operation, input_data->x, input_data->len, 5810 PSA_ASSERT(psa_aead_update(&operation, input_data->x, input_data->len, 5905 PSA_ASSERT(psa_aead_update(&operation, input_data->x, 6054 TEST_EQUAL(psa_aead_update(&operation, input_data->x, 6133 TEST_EQUAL(psa_aead_update(&operation, input_data->x, 6453 TEST_EQUAL(psa_aead_update(&operation, input_data->x, [all …]
|
| D | test_suite_psa_crypto_driver_wrappers.function | 2868 PSA_ASSERT(psa_aead_update(&operation, input_data->x, input_data->len, 2969 PSA_ASSERT(psa_aead_update(&operation, input_ciphertext->x,
|
| /mbedtls-latest/tests/include/test/ |
| D | psa_test_wrappers.h | 137 #define psa_aead_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_siz… macro
|
| /mbedtls-latest/tests/src/ |
| D | psa_test_wrappers.c | 216 …psa_status_t status = (psa_aead_update)(arg0_operation, arg1_input, arg2_input_length, arg3_output… in mbedtls_test_wrap_psa_aead_update()
|
| /mbedtls-latest/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__)
|
| /mbedtls-latest/library/ |
| D | psa_crypto.c | 5287 psa_status_t psa_aead_update(psa_aead_operation_t *operation, function
|
| /mbedtls-latest/docs/ |
| D | psa-transition.md | 409 5. Call [`psa_aead_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/g…
|