Home
last modified time | relevance | path

Searched refs:c_req (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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 sec_cipher_pbuf_map() local
698 copy_size = c_req->c_len; in sec_cipher_pbuf_map()
708 c_req->c_in_dma = qp_ctx->res[req_id].pbuf_dma; in sec_cipher_pbuf_map()
710 if (!c_req->c_in_dma) { in sec_cipher_pbuf_map()
715 c_req->c_out_dma = c_req in sec_cipher_pbuf_map()
724 struct sec_cipher_req *c_req = &req->c_req; sec_cipher_pbuf_unmap() local
746 struct sec_cipher_req *c_req = &req->c_req; sec_cipher_map() local
804 struct sec_cipher_req *c_req = &req->c_req; sec_cipher_unmap() local
979 struct sec_cipher_req *c_req = &req->c_req; sec_skcipher_copy_iv() local
987 struct sec_cipher_req *c_req = &req->c_req; sec_skcipher_bd_fill() local
1115 struct sec_cipher_req *c_req = &req->c_req; sec_aead_copy_iv() local
1124 struct sec_cipher_req *c_req = &req->c_req; sec_auth_bd_fill_ex() local
1175 struct sec_cipher_req *c_req = &req->c_req; sec_aead_callback() local
1242 struct sec_cipher_req *c_req = &req->c_req; sec_process() local
[all...]
H A Dsec.h45 struct sec_cipher_req c_req; member
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c120 if (req->c_req.encrypt) in sec_alloc_queue_id()
130 if (req->c_req.encrypt) in sec_free_queue_id()
895 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_pbuf_map() local
907 copy_size = c_req->c_len; in sec_cipher_pbuf_map()
915 if (!c_req->encrypt && ctx->alg_type == SEC_AEAD) { in sec_cipher_pbuf_map()
923 c_req->c_out_dma = req->in_dma; in sec_cipher_pbuf_map()
932 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_pbuf_unmap() local
938 copy_size = c_req in sec_cipher_pbuf_unmap()
971 struct sec_cipher_req *c_req = &req->c_req; sec_cipher_map() local
1040 struct sec_cipher_req *c_req = &req->c_req; sec_cipher_unmap() local
1269 struct sec_cipher_req *c_req = &req->c_req; sec_skcipher_copy_iv() local
1277 struct sec_cipher_req *c_req = &req->c_req; sec_skcipher_bd_fill() local
1329 struct sec_cipher_req *c_req = &req->c_req; sec_skcipher_bd_fill_v3() local
1472 struct sec_cipher_req *c_req = &req->c_req; set_aead_auth_iv() local
1517 struct sec_cipher_req *c_req = &req->c_req; sec_aead_set_iv() local
1594 struct sec_cipher_req *c_req = &req->c_req; sec_auth_bd_fill_ex() local
1648 struct sec_cipher_req *c_req = &req->c_req; sec_auth_bd_fill_ex_v3() local
1706 struct sec_cipher_req *c_req = &req->c_req; sec_aead_callback() local
1771 struct sec_cipher_req *c_req = &req->c_req; sec_process() local
[all...]
H A Dsec.h56 struct sec_cipher_req c_req; member

Completed in 6 milliseconds