Home
last modified time | relevance | path

Searched refs:psa_aead_decrypt (Results 1 – 16 of 16) sorted by relevance

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h50 #define psa_aead_decrypt \ macro
51 PSA_FUNCTION_NAME(psa_aead_decrypt)
/mbedtls-latest/library/
Dssl_ticket.c471 if ((status = psa_aead_decrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_parse()
Dcipher.c1507 status = psa_aead_decrypt(cipher_psa->slot, in mbedtls_cipher_aead_decrypt()
Dssl_msg.c1624 status = psa_aead_decrypt(transform->psa_key_dec, in mbedtls_ssl_decrypt_buf()
Dpsa_crypto.c4846 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key, function
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_op_fail.function198 psa_aead_decrypt(key_id, alg,
Dtest_suite_psa_crypto_se_driver_hal.function716 SMOKE_ASSERT(psa_aead_decrypt(key, PSA_ALG_CCM,
Dtest_suite_psa_crypto_driver_wrappers.function1770 status = psa_aead_decrypt(key, alg,
Dtest_suite_psa_crypto.function2390 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/
Dcrypto.h2182 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key,
/mbedtls-latest/programs/psa/
Dkey_ladder_demo.c489 PSA_CHECK(psa_aead_decrypt(wrapping_key, WRAPPING_ALG, in unwrap_data()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h65 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… macro
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c306 status = psa_aead_decrypt(key, alg, in exercise_aead_key()
Dpsa_test_wrappers.c78 …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/
Dpsa-driver-interface.md227 * `"aead_decrypt"`: authenticated decryption with associated data. Called by `psa_aead_decrypt()`.
/mbedtls-latest/docs/
Dpsa-transition.md401 * [`psa_aead_decrypt`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/group_…