Searched refs:c_req (Results 1 – 2 of 2) sorted by relevance
107 if (req->c_req.encrypt) in sec_alloc_queue_id()117 if (req->c_req.encrypt) in sec_free_queue_id()847 struct sec_cipher_req *c_req = &req->c_req; in GEN_SEC_SETKEY_FUNC() local859 copy_size = c_req->c_len; in GEN_SEC_SETKEY_FUNC()867 if (!c_req->encrypt && ctx->alg_type == SEC_AEAD) { in GEN_SEC_SETKEY_FUNC()875 c_req->c_out_dma = req->in_dma; in GEN_SEC_SETKEY_FUNC()884 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_pbuf_unmap() local890 copy_size = c_req->c_len + aead_req->assoclen; in sec_cipher_pbuf_unmap()892 copy_size = c_req->c_len; in sec_cipher_pbuf_unmap()923 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_map() local[all …]
55 struct sec_cipher_req c_req; member