Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/sec2/
Dsec.h25 struct hisi_acc_hw_sgl *c_out; member
Dsec_crypto.c1021 c_req->c_out = req->in; in sec_cipher_map()
1024 c_req->c_out = hisi_acc_sg_buf_map_to_hw_sgl(dev, dst, in sec_cipher_map()
1029 if (IS_ERR(c_req->c_out)) { in sec_cipher_map()
1032 return PTR_ERR(c_req->c_out); in sec_cipher_map()
1051 hisi_acc_sg_buf_unmap(dev, dst, c_req->c_out); in sec_cipher_unmap()