Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c131 static psa_status_t psa_cipher_setup( in psa_cipher_setup() function
214 return( psa_cipher_setup( operation, attributes, in mbedtls_psa_cipher_encrypt_setup()
225 return( psa_cipher_setup( operation, attributes, in mbedtls_psa_cipher_decrypt_setup()
Dpsa_crypto.c3312 static psa_status_t psa_cipher_setup( psa_cipher_operation_t *operation, in psa_cipher_setup() function
3383 return( psa_cipher_setup( operation, key, alg, MBEDTLS_ENCRYPT ) ); in psa_cipher_encrypt_setup()
3390 return( psa_cipher_setup( operation, key, alg, MBEDTLS_DECRYPT ) ); in psa_cipher_decrypt_setup()