Searched refs:akcipher_req (Results 1 – 1 of 1) sorted by relevance
40 struct akcipher_request *akcipher_req; member72 struct akcipher_request *akcipher_req; in virtio_crypto_dataq_akcipher_callback() local96 akcipher_req = vc_akcipher_req->akcipher_req; in virtio_crypto_dataq_akcipher_callback()99 akcipher_req->dst_len = len - sizeof(vc_req->status); in virtio_crypto_dataq_akcipher_callback()100 sg_copy_from_buffer(akcipher_req->dst, sg_nents(akcipher_req->dst), in virtio_crypto_dataq_akcipher_callback()101 vc_akcipher_req->dst_buf, akcipher_req->dst_len); in virtio_crypto_dataq_akcipher_callback()103 virtio_crypto_akcipher_finalize_req(vc_akcipher_req, akcipher_req, error); in virtio_crypto_dataq_akcipher_callback()296 struct virtio_crypto_akcipher_data_req *akcipher_req; in virtio_crypto_rsa_do_req() local312 akcipher_req = &vc_req->req_data->u.akcipher_req; in virtio_crypto_rsa_do_req()313 akcipher_req->para.src_data_len = cpu_to_le32(req->src_len); in virtio_crypto_rsa_do_req()[all …]