'\" t .\" Title: akcipher_request_alloc .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Programming Interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "AKCIPHER_REQUEST_ALL" "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_alloc \- allocates public key request .SH "SYNOPSIS" .HP \w'struct\ akcipher_request\ *\ akcipher_request_alloc('u .BI "struct akcipher_request * akcipher_request_alloc(struct\ crypto_akcipher\ *\ " "tfm" ", gfp_t\ " "gfp" ");" .SH "ARGUMENTS" .PP \fItfm\fR .RS 4 AKCIPHER tfm handle allocated with \fBcrypto_alloc_akcipher\fR .RE .PP \fIgfp\fR .RS 4 allocation flags .RE .SH "RETURN" .PP allocated handle in case of success or NULL in case of an error\&. .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