'\" t .\" Title: akcipher_request_set_callback .\" 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_callback \- Sets an asynchronous callback\&. .SH "SYNOPSIS" .HP \w'void\ akcipher_request_set_callback('u .BI "void akcipher_request_set_callback(struct\ akcipher_request\ *\ " "req" ", u32\ " "flgs" ", crypto_completion_t\ " "cmpl" ", void\ *\ " "data" ");" .SH "ARGUMENTS" .PP \fIreq\fR .RS 4 request that the callback will be set for .RE .PP \fIflgs\fR .RS 4 specify for instance if the operation may backlog .RE .PP \fIcmpl\fR .RS 4 callback which will be called .RE .PP \fIdata\fR .RS 4 private data used by the caller .RE .SH "DESCRIPTION" .PP .PP Callback will be called when an asynchronous operation on a given request is finished\&. .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