Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_cipher.c279 static psa_status_t psa_cipher_setup( in psa_cipher_setup() function
363 return psa_cipher_setup(operation, attributes, in mbedtls_psa_cipher_encrypt_setup()
374 return psa_cipher_setup(operation, attributes, in mbedtls_psa_cipher_decrypt_setup()
H A Dpsa_crypto.c4440 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup() function
4517 return psa_cipher_setup(operation, key, alg, MBEDTLS_ENCRYPT); in psa_cipher_encrypt_setup()
4524 return psa_cipher_setup(operation, key, alg, MBEDTLS_DECRYPT); in psa_cipher_decrypt_setup()