Home
last modified time | relevance | path

Searched defs:psa_aead_decrypt (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h50 #define psa_aead_decrypt \ macro
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h66 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… macro
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c4794 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key, in psa_aead_decrypt() function