'\" t .\" Title: crypto_ablkcipher_reqtfm .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Programming Interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "CRYPTO_ABLKCIPHER_RE" "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" crypto_ablkcipher_reqtfm \- obtain cipher handle from request .SH "SYNOPSIS" .HP \w'struct\ crypto_ablkcipher\ *\ crypto_ablkcipher_reqtfm('u .BI "struct crypto_ablkcipher * crypto_ablkcipher_reqtfm(struct\ ablkcipher_request\ *\ " "req" ");" .SH "ARGUMENTS" .PP \fIreq\fR .RS 4 ablkcipher_request out of which the cipher handle is to be obtained .RE .SH "DESCRIPTION" .PP Return the crypto_ablkcipher handle when furnishing an ablkcipher_request data structure\&. .SH "RETURN" .PP crypto_ablkcipher handle .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