EVP_RAND-TEST-RAND - Online Linux Manual PageSection : 7ossl
Updated : 2023-03-21
Source : 3.0.8
Note : OpenSSL
NAMEEVP_RAND−TEST−RAND − The test EVP_RAND implementation
DESCRIPTIONSupport for a test generator through the EVP_RAND API. This generator is for test purposes only, it does not generate random numbers.
Identity"TEST-RAND" 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 These parameter works as described in "PARAMETERS" in EVP_RAND (3). .IP """strength"" (OSSL_RAND_PARAM_STRENGTH) <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 """max_request"" (OSSL_DRBG_PARAM_RESEED_REQUESTS) <unsigned 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 These parameters work as described in "PARAMETERS" in EVP_RAND (3), except that they can all be set as well as read. .IP """test_entropy"" (OSSL_RAND_PARAM_TEST_ENTROPY) <octet string>" 4 Sets the bytes returned when the test generator is sent an entropy request. The current position is remembered across generate calls. If there are insufficient data present to satisfy a call, an error is returned. .IP """test_nonce"" (OSSL_RAND_PARAM_TEST_NONCE) <octet string>" 4 Sets the bytes returned when the test generator is sent a nonce request. Each nonce request will return all of the bytes.
NOTESA context for a test generator can be obtained by calling: EVP_RAND *rand = EVP_RAND_fetch(NULL, "TEST−RAND", 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[4], *p = params;
unsigned char entropy[1000] = { ... };
unsigned char nonce[20] = { ... };
unsigned int strength = 48;
rand = EVP_RAND_fetch(NULL, "TEST−RAND", NULL);
rctx = EVP_RAND_CTX_new(rand, NULL);
EVP_RAND_free(rand);
*p++ = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength);
*p++ = OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_ENTROPY,
entropy, sizeof(entropy));
*p++ = OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_NONCE,
nonce, sizeof(nonce));
*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);
SEE ALSOEVP_RAND (3), "PARAMETERS" in EVP_RAND (3)
HISTORYThis functionality was added in OpenSSL 3.0.
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 : 13,444 byte
man-EVP_RAND-TEST-RAND.7osslBuild : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 4 / 184,788
Visitor ID : :
Visitor IP : 3.14.254.103 :
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-TEST-RAND.7ossl|24/25|el══─{─══.|.el══─{─══. ds C`
) (htmlprn|149|EVP_RAND-TEST-RAND.7ossl|24/25|.el══─{─══. ds C` |.el══─{─══. ds C`
) (parse_manual_page_|249|EVP_RAND-TEST-RAND.7ossl|27|br══─}─══|'br══─}─══
) (htmlprn|149|EVP_RAND-TEST-RAND.7ossl|27|'br══─}─══ |'br══─}─══
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|76|5|.IP """state"" (\fBOSSL_RAND_PARAM_STATE\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|79|5|.IP """strength"" (\fBOSSL_RAND_PARAM_STRENGTH\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|82|5|.IP """reseed_requests"" (\fBOSSL_DRBG_PARAM_RESEED_REQUESTS\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|84|5|.IP """reseed_time_interval"" (\fBOSSL_DRBG_PARAM_RESEED_TIME_INTERVAL\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|86|5|.IP """max_request"" (\fBOSSL_DRBG_PARAM_RESEED_REQUESTS\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|88|5|.IP """min_entropylen"" (\fBOSSL_DRBG_PARAM_MIN_ENTROPYLEN\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|90|5|.IP """max_entropylen"" (\fBOSSL_DRBG_PARAM_MAX_ENTROPYLEN\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|92|5|.IP """min_noncelen"" (\fBOSSL_DRBG_PARAM_MIN_NONCELEN\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|94|5|.IP """max_noncelen"" (\fBOSSL_DRBG_PARAM_MAX_NONCELEN\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|96|5|.IP """max_perslen"" (\fBOSSL_DRBG_PARAM_MAX_PERSLEN\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|98|5|.IP """max_adinlen"" (\fBOSSL_DRBG_PARAM_MAX_ADINLEN\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|100|5|.IP """reseed_counter"" (\fBOSSL_DRBG_PARAM_RESEED_COUNTER\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|105|5|.IP """test_entropy"" (\fBOSSL_RAND_PARAM_TEST_ENTROPY\fR) " 4
) (rof_IP|5|EVP_RAND-TEST-RAND.7ossl|110|5|.IP """test_nonce"" (\fBOSSL_RAND_PARAM_TEST_NONCE\fR) " 4
)