Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_aead.c41 static psa_status_t psa_aead_setup( in psa_aead_setup() function
154 status = psa_aead_setup( &operation, attributes, key_buffer, in mbedtls_psa_aead_encrypt()
270 status = psa_aead_setup( &operation, attributes, key_buffer, in mbedtls_psa_aead_decrypt()
361 status = psa_aead_setup( operation, attributes, key_buffer, in mbedtls_psa_aead_encrypt_setup()
381 status = psa_aead_setup( operation, attributes, key_buffer, in mbedtls_psa_aead_decrypt_setup()
Dpsa_crypto.c3815 static psa_status_t psa_aead_setup( psa_aead_operation_t *operation, in psa_aead_setup() function
3894 return( psa_aead_setup( operation, 1, key, alg ) ); in psa_aead_encrypt_setup()
3902 return( psa_aead_setup( operation, 0, key, alg ) ); in psa_aead_decrypt_setup()