Home
last modified time | relevance | path

Searched refs:psa_cipher_encrypt_setup (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h1787 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dctr_drbg.c50 status = psa_cipher_encrypt_setup(&psa_ctx->operation, psa_ctx->key_id, PSA_ALG_ECB_NO_PADDING); in ctr_drbg_setup_psa_context()
H A Dcipher.c1381 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
H A Dssl_msg.c1313 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
H A Dpsa_crypto.c4513 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() function