Searched refs:psa_cipher_setup (Results 1 – 1 of 1) sorted by relevance
3261 static psa_status_t psa_cipher_setup( psa_cipher_operation_t *operation, in psa_cipher_setup() function3332 return( psa_cipher_setup( operation, key, alg, MBEDTLS_ENCRYPT ) ); in psa_cipher_encrypt_setup()3339 return( psa_cipher_setup( operation, key, alg, MBEDTLS_DECRYPT ) ); in psa_cipher_decrypt_setup()
Completed in 11 milliseconds