diff options
author | Stephan Mueller <smueller@chronox.de> | 2016-02-16 05:32:34 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-02-16 15:07:53 -0500 |
commit | 649e2007d9ce81d67ad985aff28b3a9d243c4c22 (patch) | |
tree | d4ba8c1ebc1bcd7d2a040242554995af94ae2d73 /Documentation | |
parent | e1eabc057ab6ac6d0d7f31649ba45f3d6e2be429 (diff) |
crypto: doc - add crypto_rng_generate
Add new crypto API call crypto_rng_generate to DocBook.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/crypto-API.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl index 297e280b7957..a2986b27855d 100644 --- a/Documentation/DocBook/crypto-API.tmpl +++ b/Documentation/DocBook/crypto-API.tmpl | |||
@@ -1815,6 +1815,7 @@ read(opfd, out, outlen); | |||
1815 | !Finclude/crypto/rng.h crypto_alloc_rng | 1815 | !Finclude/crypto/rng.h crypto_alloc_rng |
1816 | !Finclude/crypto/rng.h crypto_rng_alg | 1816 | !Finclude/crypto/rng.h crypto_rng_alg |
1817 | !Finclude/crypto/rng.h crypto_free_rng | 1817 | !Finclude/crypto/rng.h crypto_free_rng |
1818 | !Finclude/crypto/rng.h crypto_rng_generate | ||
1818 | !Finclude/crypto/rng.h crypto_rng_get_bytes | 1819 | !Finclude/crypto/rng.h crypto_rng_get_bytes |
1819 | !Finclude/crypto/rng.h crypto_rng_reset | 1820 | !Finclude/crypto/rng.h crypto_rng_reset |
1820 | !Finclude/crypto/rng.h crypto_rng_seedsize | 1821 | !Finclude/crypto/rng.h crypto_rng_seedsize |