Searched refs:psa_cipher_encrypt_setup (Results 1 – 5 of 5) sorted by relevance
1787 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
50 status = psa_cipher_encrypt_setup(&psa_ctx->operation, psa_ctx->key_id, PSA_ALG_ECB_NO_PADDING); in ctr_drbg_setup_psa_context()
1381 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
1313 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
4513 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() function