Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c16 static TEE_Result sec_do_cipher_task(struct hisi_qp *qp, void *msg) in sec_do_cipher_task() function
236 ret = sec_do_cipher_task(c_ctx->qp, &ecb_ctx); in xts_iv_update()
246 ret = sec_do_cipher_task(c_ctx->qp, &ecb_ctx); in xts_iv_update()
704 ret = sec_do_cipher_task(c_ctx->qp, c_ctx); in sec_cipher_update()