Searched refs:c_req (Results 1 – 2 of 2) sorted by relevance
120 if (req->c_req.encrypt) in sec_alloc_queue_id()130 if (req->c_req.encrypt) in sec_free_queue_id()896 struct sec_cipher_req *c_req = &req->c_req; in GEN_SEC_SETKEY_FUNC() local908 copy_size = c_req->c_len; in GEN_SEC_SETKEY_FUNC()916 if (!c_req->encrypt && ctx->alg_type == SEC_AEAD) { in GEN_SEC_SETKEY_FUNC()924 c_req->c_out_dma = req->in_dma; in GEN_SEC_SETKEY_FUNC()933 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_pbuf_unmap() local939 copy_size = c_req->c_len + aead_req->assoclen; in sec_cipher_pbuf_unmap()941 copy_size = c_req->c_len; in sec_cipher_pbuf_unmap()972 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_map() local[all …]
56 struct sec_cipher_req c_req; member