Searched refs:akcipher_req (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c40 struct akcipher_request *akcipher_req; member in struct:virtio_crypto_akcipher_request
72 struct akcipher_request *akcipher_req; local
96 akcipher_req = vc_akcipher_req->akcipher_req;
99 akcipher_req->dst_len = len - sizeof(vc_req->status);
100 sg_copy_from_buffer(akcipher_req->dst, sg_nents(akcipher_req->dst),
101 vc_akcipher_req->dst_buf, akcipher_req->dst_len);
103 virtio_crypto_akcipher_finalize_req(vc_akcipher_req, akcipher_req, error);
296 struct virtio_crypto_akcipher_data_req *akcipher_req; local
[all...]
/linux-master/include/uapi/linux/
H A Dvirtio_crypto.h479 struct virtio_crypto_akcipher_data_req akcipher_req; member in union:virtio_crypto_op_data_req::__anon88

Completed in 113 milliseconds