| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_RAND.pod | 18 EVP_RAND_STATE_ERROR - EVP RAND routines 77 The EVP RAND routines are a high-level interface to random number generators 82 RAND and RAND_DRBG functions. 92 B<EVP_RAND> is a type that holds the implementation of a RAND. 99 EVP_RAND_fetch() fetches an implementation of a RAND I<algorithm>, given 107 RAND. 114 EVP_RAND_CTX_new() creates a new context for the RAND implementation I<rand>. 131 then instantiates the RAND I<ctx> with a minimum security strength 136 EVP_RAND_uninstantiate() uninstantiates the RAND I<ctx> as per 137 NIST SP 800-90A and SP 800-90C. Subsequent to this call, the RAND cannot [all …]
|
| H A D | RAND_set_rand_method.pod | 5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method 33 If an B<ENGINE> is loaded that provides the RAND API, however, it will 54 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand() 71 L<RAND(7)>
|
| H A D | RSA_sign_ASN1_OCTET_STRING.pod | 39 external circumstances (see L<RAND(7)>), the operation will fail. 63 L<RAND(7)>
|
| H A D | RAND_bytes.pod | 37 affect the secrecy of these private values, as described in L<RAND(7)> 80 RAND method, or 0 on other failure. The error code can be 91 L<RAND(7)>,
|
| H A D | RAND_add.pod | 36 built with automatic reseeding disabled, see L<RAND(7)> for more details. 44 see L<RAND(7)> for more details. 94 L<RAND(7)>
|
| H A D | DSA_sign.pod | 50 external circumstances (see L<RAND(7)>), the operation will fail. 68 L<RAND(7)>
|
| H A D | RAND_get0_primary.pod | 24 The default RAND API implementation (RAND_OpenSSL()) utilizes three 25 shared DRBG instances which are accessed via the RAND API:
|
| H A D | EVP_SealInit.pod | 60 external circumstances (see L<RAND(7)>), the operation will fail. 81 L<RAND(7)>
|
| H A D | RSA_generate_key.pod | 44 external circumstances (see L<RAND(7)>), the operation will fail. 108 L<RAND_bytes(3)>, L<RAND(7)>
|
| H A D | RAND_cleanup.pod | 30 L<RAND(7)>
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade.kshlib | 148 typeset RAND=0 150 while [ "$RAND" -lt "$MIN" ] 152 RAND=$(( $RANDOM % $MAX + 1)) 155 print $RAND
|
| /src/crypto/openssl/doc/man7/ |
| H A D | life_cycle-rand.pod | 5 life_cycle-rand - The RAND algorithm life-cycle 16 This state represents the RAND before it has been allocated. It is the 21 This state represents the RAND after it has been allocated but unable to 26 This state represents the RAND when it is set up and capable of generating 31 This state represents the RAND when it has been shutdown and it is no longer 36 This state is entered when the RAND is freed. It is the terminal state 43 The usual life-cycle of a RAND is illustrated: 182 The provider RAND interface was introduced in OpenSSL 3.0.
|
| H A D | RAND.pod | 5 RAND 19 OpenSSL comes with a default implementation of the RAND API which is based on 49 requirements, the default RAND internals can be replaced by your own 57 Finally, it is possible for a provider to bypass the default RAND setup for 66 The default OpenSSL RAND method is based on the EVP_RAND deterministic random
|
| H A D | EVP_RAND-TEST-RAND.pod | 5 EVP_RAND-TEST-RAND - The test EVP_RAND implementation 14 "TEST-RAND" is the name for this implementation; it can be used with the 78 EVP_RAND *rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL); 91 rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL);
|
| H A D | provider-rand.pod | 55 /* RAND parameter descriptors */ 60 /* RAND parameters */ 70 The RAND operation enables providers to implement random number generation 211 associated RAND ctx. 216 associated RAND ctx. 304 The RAND life-cycle is described in L<life_cycle-rand(7)>. Providers should 311 L<RAND(7)>, 318 The provider RAND interface was introduced in OpenSSL 3.0.
|
| H A D | EVP_RAND.pod | 14 The default OpenSSL RAND method is based on the EVP_RAND classes to provide 17 While the RAND API is the 'frontend' which is intended to be used by 31 L<RAND_priv_bytes(3)>, see also L<RAND(7)>. 55 You need to change the default settings of the standard OpenSSL RAND 297 L<RAND(7)>, L<EVP_RAND(3)>
|
| /src/contrib/wpa/hostapd/ |
| H A D | hostapd.sim_db | 2 # IMSI:Kc:SRES:RAND 6 # RAND: hex, 16 octets
|
| /src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evprand.txt | 19 RAND = CTR-DRBG 36 RAND = CTR-DRBG 87 RAND = CTR-DRBG 168 RAND = CTR-DRBG 234 RAND = CTR-DRBG 330 RAND = CTR-DRBG 381 RAND = CTR-DRBG 462 RAND = CTR-DRBG 528 RAND = CTR-DRBG 624 RAND = CTR-DRBG [all …]
|
| /src/tools/tools/sortbench/ |
| H A D | sort_bench.c | 59 enum test { RAND, SORT, PART, REV, INVALID_TEST }; enumerator 160 case RAND: in run_bench() 200 return RAND; in parse_test()
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-rand.pod.in | 36 For more details, see L<RAND_bytes(3)>, L<RAND(7)>, and L<EVP_RAND(7)>. 70 L<RAND(7)>,
|
| /src/crypto/openssl/test/ |
| H A D | fips-alt.cnf | 11 # TEST-RAND). This also means that EVP_default_properties_is_fips_enabled()
|
| H A D | fips.cnf | 14 # TEST-RAND). This also means that EVP_default_properties_is_fips_enabled()
|
| /src/crypto/openssl/crypto/err/ |
| H A D | err_all_legacy.c | 97 IMPLEMENT_LEGACY_ERR_LOAD(RAND)
|
| /src/crypto/heimdal/lib/ntlm/ |
| H A D | ntlm_err.et | 13 error_code RAND, "Random generator failed"
|
| /src/secure/lib/libcrypto/man/man7/ |
| H A D | Makefile | 81 MAN+= EVP_RAND-TEST-RAND.7 96 MAN+= RAND.7
|