Searched refs:psa_aead_decrypt (Results 1 – 16 of 16) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 50 #define psa_aead_decrypt \ macro 51 PSA_FUNCTION_NAME(psa_aead_decrypt)
|
/mbedtls-latest/library/ |
D | ssl_ticket.c | 471 if ((status = psa_aead_decrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_parse()
|
D | cipher.c | 1507 status = psa_aead_decrypt(cipher_psa->slot, in mbedtls_cipher_aead_decrypt()
|
D | ssl_msg.c | 1624 status = psa_aead_decrypt(transform->psa_key_dec, in mbedtls_ssl_decrypt_buf()
|
D | psa_crypto.c | 4846 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key, function
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 198 psa_aead_decrypt(key_id, alg,
|
D | test_suite_psa_crypto_se_driver_hal.function | 716 SMOKE_ASSERT(psa_aead_decrypt(key, PSA_ALG_CCM,
|
D | test_suite_psa_crypto_driver_wrappers.function | 1770 status = psa_aead_decrypt(key, alg,
|
D | test_suite_psa_crypto.function | 2390 status = psa_aead_decrypt(key, exercise_alg, 5088 TEST_EQUAL(psa_aead_decrypt(key, alg, 5218 status = psa_aead_decrypt(key, alg,
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 2182 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key,
|
/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.c | 489 PSA_CHECK(psa_aead_decrypt(wrapping_key, WRAPPING_ALG, in unwrap_data()
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 65 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… macro
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 306 status = psa_aead_decrypt(key, alg, in exercise_aead_key()
|
D | psa_test_wrappers.c | 78 …psa_status_t status = (psa_aead_decrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_decrypt()
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 227 * `"aead_decrypt"`: authenticated decryption with associated data. Called by `psa_aead_decrypt()`.
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 401 * [`psa_aead_decrypt`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/group_…
|