'\" t .\" Title: crypto_rng_seedsize .\" 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_RNG_SEEDSIZE" "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_rng_seedsize \- obtain seed size of RNG .SH "SYNOPSIS" .HP \w'int\ crypto_rng_seedsize('u .BI "int crypto_rng_seedsize(struct\ crypto_rng\ *\ " "tfm" ");" .SH "ARGUMENTS" .PP \fItfm\fR .RS 4 cipher handle .RE .SH "DESCRIPTION" .PP The function returns the seed size for the random number generator referenced by the cipher handle\&. This value may be zero if the random number generator does not implement or require a reseeding\&. For example, the SP800\-90A DRBGs implement an automated reseeding after reaching a pre\-defined threshold\&. .SH "RETURN" .PP seed size for the random number generator .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