Searched refs:psa_aead_finish (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | aead_demo.c | 212 PSA_CHECK(psa_aead_finish(&op, p, end - p, &olen, in aead_encrypt()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 2705 psa_status_t psa_aead_finish(psa_aead_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 533 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 …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 2859 PSA_ASSERT(psa_aead_finish(&operation, output_data + output_length,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 106 #define psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_leng… macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 153 …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/ |
D | psa_crypto.c | 5312 psa_status_t psa_aead_finish(psa_aead_operation_t *operation, in psa_aead_finish() function
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 411 …* When encrypting, call [`psa_aead_finish`](https://mbed-tls.readthedocs.io/projects/api/en/develo…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 1383 psa_aead_finish() and psa_aead_verify() does not apply to the built-in
|