EVP_RAND-HASH-DRBG - Online Linux Manual PageSection : 7ossl
Updated : 2023-03-21
Source : 3.0.8
Note : OpenSSL
NAMEEVP_RAND−HASH−DRBG − The HASH DRBG EVP_RAND implementation
DESCRIPTIONSupport for the hash deterministic random bit generator through the EVP_RAND API.
Identity"HASH-DRBG" is the name for this implementation; it can be used with the EVP_RAND_fetch() function.
Supported parametersThe supported parameters are: .IP """state"" (OSSL_RAND_PARAM_STATE) <integer>" 4 .IP """strength"" (OSSL_RAND_PARAM_STRENGTH) <unsigned integer>" 4 .IP """max_request"" (OSSL_RAND_PARAM_MAX_REQUEST) <unsigned integer>" 4 .IP """reseed_requests"" (OSSL_DRBG_PARAM_RESEED_REQUESTS) <unsigned integer>" 4 .IP """reseed_time_interval"" (OSSL_DRBG_PARAM_RESEED_TIME_INTERVAL) <integer>" 4 .IP """min_entropylen"" (OSSL_DRBG_PARAM_MIN_ENTROPYLEN) <unsigned integer>" 4 .IP """max_entropylen"" (OSSL_DRBG_PARAM_MAX_ENTROPYLEN) <unsigned integer>" 4 .IP """min_noncelen"" (OSSL_DRBG_PARAM_MIN_NONCELEN) <unsigned integer>" 4 .IP """max_noncelen"" (OSSL_DRBG_PARAM_MAX_NONCELEN) <unsigned integer>" 4 .IP """max_perslen"" (OSSL_DRBG_PARAM_MAX_PERSLEN) <unsigned integer>" 4 .IP """max_adinlen"" (OSSL_DRBG_PARAM_MAX_ADINLEN) <unsigned integer>" 4 .IP """reseed_counter"" (OSSL_DRBG_PARAM_RESEED_COUNTER) <unsigned integer>" 4 .IP """properties"" (OSSL_DRBG_PARAM_PROPERTIES) <UTF8 string>" 4 .IP """digest"" (OSSL_DRBG_PARAM_DIGEST) <UTF8 string>" 4 These parameters work as described in "PARAMETERS" in EVP_RAND (3).
NOTESA context for HASH DRBG can be obtained by calling: EVP_RAND *rand = EVP_RAND_fetch(NULL, "HASH−DRBG", NULL);
EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
EXAMPLES EVP_RAND *rand;
EVP_RAND_CTX *rctx;
unsigned char bytes[100];
OSSL_PARAM params[2], *p = params;
unsigned int strength = 128;
rand = EVP_RAND_fetch(NULL, "HASH−DRBG", NULL);
rctx = EVP_RAND_CTX_new(rand, NULL);
EVP_RAND_free(rand);
*p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, SN_sha512, 0);
*p = OSSL_PARAM_construct_end();
EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
EVP_RAND_generate(rctx, bytes, sizeof(bytes), strength, 0, NULL, 0);
EVP_RAND_CTX_free(rctx);
CONFORMING TONIST SP 800−90A and SP 800−90B
SEE ALSOEVP_RAND (3), "PARAMETERS" in EVP_RAND (3)
COPYRIGHTCopyright 2020−2021 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>. 0
Johanes Gumabo
Data Size : 11,977 byte
man-EVP_RAND-HASH-DRBG.7osslBuild : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 4 / 181,226
Visitor ID : :
Visitor IP : 18.118.24.176 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (parse_manual_page_|249|EVP_RAND-HASH-DRBG.7ossl|24/25|el══─{─══.|.el══─{─══. ds C`
) (htmlprn|149|EVP_RAND-HASH-DRBG.7ossl|24/25|.el══─{─══. ds C` |.el══─{─══. ds C`
) (parse_manual_page_|249|EVP_RAND-HASH-DRBG.7ossl|27|br══─}─══|'br══─}─══
) (htmlprn|149|EVP_RAND-HASH-DRBG.7ossl|27|'br══─}─══ |'br══─}─══
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|76|5|.IP """state"" (\fBOSSL_RAND_PARAM_STATE\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|79|5|.IP """strength"" (\fBOSSL_RAND_PARAM_STRENGTH\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|81|5|.IP """max_request"" (\fBOSSL_RAND_PARAM_MAX_REQUEST\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|83|5|.IP """reseed_requests"" (\fBOSSL_DRBG_PARAM_RESEED_REQUESTS\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|85|5|.IP """reseed_time_interval"" (\fBOSSL_DRBG_PARAM_RESEED_TIME_INTERVAL\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|87|5|.IP """min_entropylen"" (\fBOSSL_DRBG_PARAM_MIN_ENTROPYLEN\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|89|5|.IP """max_entropylen"" (\fBOSSL_DRBG_PARAM_MAX_ENTROPYLEN\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|91|5|.IP """min_noncelen"" (\fBOSSL_DRBG_PARAM_MIN_NONCELEN\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|93|5|.IP """max_noncelen"" (\fBOSSL_DRBG_PARAM_MAX_NONCELEN\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|95|5|.IP """max_perslen"" (\fBOSSL_DRBG_PARAM_MAX_PERSLEN\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|97|5|.IP """max_adinlen"" (\fBOSSL_DRBG_PARAM_MAX_ADINLEN\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|99|5|.IP """reseed_counter"" (\fBOSSL_DRBG_PARAM_RESEED_COUNTER\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|101|5|.IP """properties"" (\fBOSSL_DRBG_PARAM_PROPERTIES\fR) " 4
) (rof_IP|5|EVP_RAND-HASH-DRBG.7ossl|103|5|.IP """digest"" (\fBOSSL_DRBG_PARAM_DIGEST\fR) " 4
)