Searched refs:psa_aead_decrypt (Results 1 – 13 of 13) sorted by relevance
/mbedtls-3.5.0/tests/include/spe/ |
D | crypto_spe.h | 62 #define psa_aead_decrypt \ macro 63 PSA_FUNCTION_NAME(psa_aead_decrypt)
|
/mbedtls-3.5.0/library/ |
D | ssl_ticket.c | 470 if ((status = psa_aead_decrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_parse()
|
D | cipher.c | 1409 status = psa_aead_decrypt(cipher_psa->slot, in mbedtls_cipher_aead_decrypt()
|
D | ssl_msg.c | 1399 status = psa_aead_decrypt(transform->psa_key_dec, in mbedtls_ssl_decrypt_buf()
|
D | psa_crypto.c | 4445 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key, function
|
/mbedtls-3.5.0/include/psa/ |
D | crypto.h | 2184 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key,
|
/mbedtls-3.5.0/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 | 703 SMOKE_ASSERT(psa_aead_decrypt(key, PSA_ALG_CCM,
|
D | test_suite_psa_crypto_driver_wrappers.function | 1758 status = psa_aead_decrypt(key, alg,
|
D | test_suite_psa_crypto.function | 2048 status = psa_aead_decrypt(key, exercise_alg, 4738 TEST_EQUAL(psa_aead_decrypt(key, alg, 4868 status = psa_aead_decrypt(key, alg,
|
/mbedtls-3.5.0/programs/psa/ |
D | key_ladder_demo.c | 501 PSA_CHECK(psa_aead_decrypt(wrapping_key, WRAPPING_ALG, in unwrap_data()
|
/mbedtls-3.5.0/tests/src/ |
D | psa_exercise_key.c | 266 TEST_EQUAL(psa_aead_decrypt(key, alg, in exercise_aead_key()
|
/mbedtls-3.5.0/docs/proposed/ |
D | psa-driver-interface.md | 225 * `"aead_decrypt"`: authenticated decryption with associated data. Called by `psa_aead_decrypt()`.
|