Searched refs:psa_aead_finish (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/programs/psa/ |
D | aead_demo.c | 212 PSA_CHECK(psa_aead_finish(&op, p, end - p, &olen, in aead_encrypt()
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 2708 psa_status_t psa_aead_finish(psa_aead_operation_t *operation,
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto.function | 511 PSA_ASSERT(psa_aead_finish(&operation, final_data, 5524 PSA_ASSERT(psa_aead_finish(&operation, ciphertext, ciphertext_size, 5645 TEST_EQUAL(psa_aead_finish(&operation, ciphertext, ciphertext_size, 5730 PSA_ASSERT(psa_aead_finish(&operation, ciphertext, ciphertext_size, 5814 status = psa_aead_finish(&operation, finish_ciphertext, 6063 TEST_EQUAL(psa_aead_finish(&operation, final_data, 6144 TEST_EQUAL(psa_aead_finish(&operation, final_data, 6476 PSA_ASSERT(psa_aead_finish(&operation, final_data, 6482 PSA_ASSERT(psa_aead_finish(&operation, final_data, 6548 PSA_ASSERT(psa_aead_finish(&operation, final_data, [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 2875 PSA_ASSERT(psa_aead_finish(&operation, output_data + output_length,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 105 #define psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_leng… macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 152 …psa_status_t status = (psa_aead_finish)(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg… in mbedtls_test_wrap_psa_aead_finish()
|
/mbedtls-latest/library/ |
D | psa_crypto.c | 5370 psa_status_t psa_aead_finish(psa_aead_operation_t *operation, function
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 411 …* When encrypting, call [`psa_aead_finish`](https://mbed-tls.readthedocs.io/projects/api/en/develo…
|
/mbedtls-latest/ |
D | ChangeLog | 1578 psa_aead_finish() and psa_aead_verify() does not apply to the built-in
|