'\" t .\" Title: akcipher_request_set_crypt .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Programming Interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "AKCIPHER_REQUEST_SET" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Programming Interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" akcipher_request_set_crypt \- Sets request parameters .SH "SYNOPSIS" .HP \w'void\ akcipher_request_set_crypt('u .BI "void akcipher_request_set_crypt(struct\ akcipher_request\ *\ " "req" ", struct\ scatterlist\ *\ " "src" ", struct\ scatterlist\ *\ " "dst" ", unsigned\ int\ " "src_len" ", unsigned\ int\ " "dst_len" ");" .SH "ARGUMENTS" .PP \fIreq\fR .RS 4 public key request .RE .PP \fIsrc\fR .RS 4 ptr to input scatter list .RE .PP \fIdst\fR .RS 4 ptr to output scatter list .RE .PP \fIsrc_len\fR .RS 4 size of the src input scatter list to be processed .RE .PP \fIdst_len\fR .RS 4 size of the dst output scatter list .RE .SH "DESCRIPTION" .PP .PP Sets parameters required by crypto operation .SH "AUTHORS" .PP \fBStephan Mueller\fR <\&smueller@chronox.de\&> .RS 4 Author. .RE .PP \fBMarek Vasut\fR <\&marek@denx.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br