EVP_RAND-CTR-DRBG.7ossl 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .\" -*- mode: troff; coding: utf-8 -*-
  2. .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
  3. .\"
  4. .\" Standard preamble:
  5. .\" ========================================================================
  6. .de Sp \" Vertical space (when we can't use .PP)
  7. .if t .sp .5v
  8. .if n .sp
  9. ..
  10. .de Vb \" Begin verbatim text
  11. .ft CW
  12. .nf
  13. .ne \\$1
  14. ..
  15. .de Ve \" End verbatim text
  16. .ft R
  17. .fi
  18. ..
  19. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
  20. .ie n \{\
  21. . ds C` ""
  22. . ds C' ""
  23. 'br\}
  24. .el\{\
  25. . ds C`
  26. . ds C'
  27. 'br\}
  28. .\"
  29. .\" Escape single quotes in literal strings from groff's Unicode transform.
  30. .ie \n(.g .ds Aq \(aq
  31. .el .ds Aq '
  32. .\"
  33. .\" If the F register is >0, we'll generate index entries on stderr for
  34. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  35. .\" entries marked with X<> in POD. Of course, you'll have to process the
  36. .\" output yourself in some meaningful fashion.
  37. .\"
  38. .\" Avoid warning from groff about undefined register 'F'.
  39. .de IX
  40. ..
  41. .nr rF 0
  42. .if \n(.g .if rF .nr rF 1
  43. .if (\n(rF:(\n(.g==0)) \{\
  44. . if \nF \{\
  45. . de IX
  46. . tm Index:\\$1\t\\n%\t"\\$2"
  47. ..
  48. . if !\nF==2 \{\
  49. . nr % 0
  50. . nr F 2
  51. . \}
  52. . \}
  53. .\}
  54. .rr rF
  55. .\" ========================================================================
  56. .\"
  57. .IX Title "EVP_RAND-CTR-DRBG 7ossl"
  58. .TH EVP_RAND-CTR-DRBG 7ossl 2025-01-17 3.4.0 OpenSSL
  59. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  60. .\" way too many mistakes in technical documents.
  61. .if n .ad l
  62. .nh
  63. .SH NAME
  64. EVP_RAND\-CTR\-DRBG \- The CTR DRBG EVP_RAND implementation
  65. .SH DESCRIPTION
  66. .IX Header "DESCRIPTION"
  67. Support for the counter deterministic random bit generator through the
  68. \&\fBEVP_RAND\fR API.
  69. .SS Identity
  70. .IX Subsection "Identity"
  71. "CTR-DRBG" is the name for this implementation; it can be used with the
  72. \&\fBEVP_RAND_fetch()\fR function.
  73. .SS "Supported parameters"
  74. .IX Subsection "Supported parameters"
  75. The supported parameters are:
  76. .IP """state"" (\fBOSSL_RAND_PARAM_STATE\fR) <integer>" 4
  77. .IX Item """state"" (OSSL_RAND_PARAM_STATE) <integer>"
  78. .PD 0
  79. .IP """strength"" (\fBOSSL_RAND_PARAM_STRENGTH\fR) <unsigned integer>" 4
  80. .IX Item """strength"" (OSSL_RAND_PARAM_STRENGTH) <unsigned integer>"
  81. .IP """max_request"" (\fBOSSL_RAND_PARAM_MAX_REQUEST\fR) <unsigned integer>" 4
  82. .IX Item """max_request"" (OSSL_RAND_PARAM_MAX_REQUEST) <unsigned integer>"
  83. .IP """reseed_requests"" (\fBOSSL_DRBG_PARAM_RESEED_REQUESTS\fR) <unsigned integer>" 4
  84. .IX Item """reseed_requests"" (OSSL_DRBG_PARAM_RESEED_REQUESTS) <unsigned integer>"
  85. .IP """reseed_time_interval"" (\fBOSSL_DRBG_PARAM_RESEED_TIME_INTERVAL\fR) <integer>" 4
  86. .IX Item """reseed_time_interval"" (OSSL_DRBG_PARAM_RESEED_TIME_INTERVAL) <integer>"
  87. .IP """min_entropylen"" (\fBOSSL_DRBG_PARAM_MIN_ENTROPYLEN\fR) <unsigned integer>" 4
  88. .IX Item """min_entropylen"" (OSSL_DRBG_PARAM_MIN_ENTROPYLEN) <unsigned integer>"
  89. .IP """max_entropylen"" (\fBOSSL_DRBG_PARAM_MAX_ENTROPYLEN\fR) <unsigned integer>" 4
  90. .IX Item """max_entropylen"" (OSSL_DRBG_PARAM_MAX_ENTROPYLEN) <unsigned integer>"
  91. .IP """min_noncelen"" (\fBOSSL_DRBG_PARAM_MIN_NONCELEN\fR) <unsigned integer>" 4
  92. .IX Item """min_noncelen"" (OSSL_DRBG_PARAM_MIN_NONCELEN) <unsigned integer>"
  93. .IP """max_noncelen"" (\fBOSSL_DRBG_PARAM_MAX_NONCELEN\fR) <unsigned integer>" 4
  94. .IX Item """max_noncelen"" (OSSL_DRBG_PARAM_MAX_NONCELEN) <unsigned integer>"
  95. .IP """max_perslen"" (\fBOSSL_DRBG_PARAM_MAX_PERSLEN\fR) <unsigned integer>" 4
  96. .IX Item """max_perslen"" (OSSL_DRBG_PARAM_MAX_PERSLEN) <unsigned integer>"
  97. .IP """max_adinlen"" (\fBOSSL_DRBG_PARAM_MAX_ADINLEN\fR) <unsigned integer>" 4
  98. .IX Item """max_adinlen"" (OSSL_DRBG_PARAM_MAX_ADINLEN) <unsigned integer>"
  99. .IP """reseed_counter"" (\fBOSSL_DRBG_PARAM_RESEED_COUNTER\fR) <unsigned integer>" 4
  100. .IX Item """reseed_counter"" (OSSL_DRBG_PARAM_RESEED_COUNTER) <unsigned integer>"
  101. .IP """properties"" (\fBOSSL_DRBG_PARAM_PROPERTIES\fR) <UTF8 string>" 4
  102. .IX Item """properties"" (OSSL_DRBG_PARAM_PROPERTIES) <UTF8 string>"
  103. .IP """cipher"" (\fBOSSL_DRBG_PARAM_CIPHER\fR) <UTF8 string>" 4
  104. .IX Item """cipher"" (OSSL_DRBG_PARAM_CIPHER) <UTF8 string>"
  105. .PD
  106. These parameters work as described in "PARAMETERS" in \fBEVP_RAND\fR\|(3).
  107. .IP """use_derivation_function"" (\fBOSSL_DRBG_PARAM_USE_DF\fR) <integer>" 4
  108. .IX Item """use_derivation_function"" (OSSL_DRBG_PARAM_USE_DF) <integer>"
  109. This Boolean indicates if a derivation function should be used or not.
  110. A nonzero value (the default) uses the derivation function. A zero value
  111. does not.
  112. .SH NOTES
  113. .IX Header "NOTES"
  114. A context for CTR DRBG can be obtained by calling:
  115. .PP
  116. .Vb 2
  117. \& EVP_RAND *rand = EVP_RAND_fetch(NULL, "CTR\-DRBG", NULL);
  118. \& EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand, NULL);
  119. .Ve
  120. .SH EXAMPLES
  121. .IX Header "EXAMPLES"
  122. .Vb 5
  123. \& EVP_RAND *rand;
  124. \& EVP_RAND_CTX *rctx;
  125. \& unsigned char bytes[100];
  126. \& OSSL_PARAM params[2], *p = params;
  127. \& unsigned int strength = 128;
  128. \&
  129. \& rand = EVP_RAND_fetch(NULL, "CTR\-DRBG", NULL);
  130. \& rctx = EVP_RAND_CTX_new(rand, NULL);
  131. \& EVP_RAND_free(rand);
  132. \&
  133. \& *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_CIPHER,
  134. \& SN_aes_256_ctr, 0);
  135. \& *p = OSSL_PARAM_construct_end();
  136. \& EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
  137. \&
  138. \& EVP_RAND_generate(rctx, bytes, sizeof(bytes), strength, 0, NULL, 0);
  139. \&
  140. \& EVP_RAND_CTX_free(rctx);
  141. .Ve
  142. .SH "CONFORMING TO"
  143. .IX Header "CONFORMING TO"
  144. NIST SP 800\-90A and SP 800\-90B
  145. .SH "SEE ALSO"
  146. .IX Header "SEE ALSO"
  147. \&\fBEVP_RAND\fR\|(3),
  148. "PARAMETERS" in \fBEVP_RAND\fR\|(3)
  149. .SH COPYRIGHT
  150. .IX Header "COPYRIGHT"
  151. Copyright 2020\-2021 The OpenSSL Project Authors. All Rights Reserved.
  152. .PP
  153. Licensed under the Apache License 2.0 (the "License"). You may not use
  154. this file except in compliance with the License. You can obtain a copy
  155. in the file LICENSE in the source distribution or at
  156. <https://www.openssl.org/source/license.html>.