Searched refs:c_req (Results 1 – 2 of 2) sorted by relevance
72 if (req->c_req.encrypt) in sec_alloc_queue_id()82 if (req->c_req.encrypt) in sec_free_queue_id()185 if (ctx->alg_type == SEC_AEAD && !req->c_req.encrypt) in sec_req_cb()690 struct sec_cipher_req *c_req = &req->c_req; in GEN_SEC_SETKEY_FUNC() local699 copy_size = c_req->c_len; in GEN_SEC_SETKEY_FUNC()710 c_req->c_in_dma = qp_ctx->res[req_id].pbuf_dma; in GEN_SEC_SETKEY_FUNC()712 if (!c_req->c_in_dma) { in GEN_SEC_SETKEY_FUNC()717 c_req->c_out_dma = c_req->c_in_dma; in GEN_SEC_SETKEY_FUNC()726 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_pbuf_unmap() local733 copy_size = c_req->c_len + aead_req->assoclen; in sec_cipher_pbuf_unmap()[all …]
47 struct sec_cipher_req c_req; member