Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c71 if (req->c_req.encrypt) in sec_alloc_queue_id()
81 if (req->c_req.encrypt) in sec_free_queue_id()
184 if (ctx->alg_type == SEC_AEAD && !req->c_req.encrypt) in sec_req_cb()
689 struct sec_cipher_req *c_req = &req->c_req; in GEN_SEC_SETKEY_FUNC() local
698 copy_size = c_req->c_len; in GEN_SEC_SETKEY_FUNC()
708 c_req->c_in_dma = qp_ctx->res[req_id].pbuf_dma; in GEN_SEC_SETKEY_FUNC()
710 if (!c_req->c_in_dma) { in GEN_SEC_SETKEY_FUNC()
715 c_req->c_out_dma = c_req->c_in_dma; in GEN_SEC_SETKEY_FUNC()
724 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_pbuf_unmap() local
731 copy_size = c_req->c_len + aead_req->assoclen; in sec_cipher_pbuf_unmap()
[all …]
H A Dsec.h45 struct sec_cipher_req c_req; member