Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Daead_demo.c212 PSA_CHECK(psa_aead_finish(&op, p, end - p, &olen, in aead_encrypt()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h2705 psa_status_t psa_aead_finish(psa_aead_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function533 PSA_ASSERT(psa_aead_finish(&operation, final_data,
5544 PSA_ASSERT(psa_aead_finish(&operation, ciphertext, ciphertext_size,
5665 TEST_EQUAL(psa_aead_finish(&operation, ciphertext, ciphertext_size,
5750 PSA_ASSERT(psa_aead_finish(&operation, ciphertext, ciphertext_size,
5834 status = psa_aead_finish(&operation, finish_ciphertext,
6083 TEST_EQUAL(psa_aead_finish(&operation, final_data,
6164 TEST_EQUAL(psa_aead_finish(&operation, final_data,
6496 PSA_ASSERT(psa_aead_finish(&operation, final_data,
6502 PSA_ASSERT(psa_aead_finish(&operation, final_data,
6568 PSA_ASSERT(psa_aead_finish(&operation, final_data,
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function2859 PSA_ASSERT(psa_aead_finish(&operation, output_data + output_length,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h106 #define psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_leng… macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c153 …psa_status_t status = (psa_aead_finish)(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg… in mbedtls_test_wrap_psa_aead_finish()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c5312 psa_status_t psa_aead_finish(psa_aead_operation_t *operation, in psa_aead_finish() function
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md411 …* When encrypting, call [`psa_aead_finish`](https://mbed-tls.readthedocs.io/projects/api/en/develo…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1383 psa_aead_finish() and psa_aead_verify() does not apply to the built-in