Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h1850 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher.c1377 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
H A Dssl_msg.c1853 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_ssl_decrypt_buf()
H A Dpsa_crypto.c4520 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() function