Home
last modified time | relevance | path

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

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