Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c4676 static psa_status_t psa_aead_check_nonce_length(psa_algorithm_t alg, in psa_aead_check_nonce_length() function
4766 status = psa_aead_check_nonce_length(alg, nonce_length); in psa_aead_encrypt()
4833 status = psa_aead_check_nonce_length(alg, nonce_length); in psa_aead_decrypt()
5008 status = psa_aead_check_nonce_length(operation->alg, nonce_length); in psa_aead_set_nonce_internal()