Searched refs:primary (Results 1 – 16 of 16) sorted by relevance
/openssl-master/test/ |
A D | drbgtest.c | 173 EVP_RAND_CTX *primary, in test_drbg_reseed() argument 227 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed() 521 EVP_RAND_CTX *primary, *public, *private; in test_rand_fork_safety() local 548 EVP_RAND_CTX *primary, *public, *private; in test_rand_reseed() local 570 || !TEST_ptr_ne(public, primary) in test_rand_reseed() 571 || !TEST_ptr_ne(private, primary) in test_rand_reseed() 577 if (!TEST_true(disable_crngt(primary))) in test_rand_reseed() 581 EVP_RAND_uninstantiate(primary); in test_rand_reseed() 609 inc_reseed_counter(primary); in test_rand_reseed() 620 inc_reseed_counter(primary); in test_rand_reseed() [all …]
|
/openssl-master/crypto/rand/ |
A D | rand_lib.c | 400 EVP_RAND_CTX *primary; member 482 EVP_RAND_CTX_free(dgbl->primary); in rand_ossl_ctx_free() 623 ret = dgbl->primary; in RAND_get0_primary() 632 ret = dgbl->primary; in RAND_get0_primary() 656 ret = dgbl->primary = NULL; in RAND_get0_primary() 670 EVP_RAND_CTX *rand, *primary; in RAND_get0_public() local 678 if (primary == NULL) in RAND_get0_public() 703 EVP_RAND_CTX *rand, *primary; in RAND_get0_private() local 711 if (primary == NULL) in RAND_get0_private() 815 if (dgbl->primary != NULL) { in RAND_set_DRBG_type() [all …]
|
/openssl-master/doc/man7/ |
A D | EVP_RAND.pod | 78 the <primary>, <public>, and <private> DRBG. 85 =head2 The <primary> DRBG instance 103 The <primary> DRBG is intended to be accessed concurrently for reseeding 105 It is I<not> thread-safe to access the <primary> DRBG directly via the 121 thread. Using the <primary> DRBG as entropy source for multiple DRBG 123 will lock the <primary> DRBG automatically for obtaining random input. 135 RAND_add() ==> <primary> <-| shared DRBG (with locking) | 209 call and reseed, pulling randomness from <primary>. 233 The following two sections describe the reseeding process of the primary 237 =head2 Reseeding the primary DRBG with automatic seeding enabled [all …]
|
A D | provider-storemgmt.pod | 35 The primary responsibility of the STORE operation is to load all sorts
|
A D | provider-keymgmt.pod | 71 The primary responsibility of the KEYMGMT operation is to hold the
|
A D | fips_module.pod | 107 This approach has the primary advantage that it is simple, and no code changes
|
/openssl-master/doc/man3/ |
A D | RAND_get0_primary.pod | 25 The I<primary> DRBG is a global instance, which is not intended to be used 32 RAND_get0_primary() returns a pointer to the I<primary> DRBG instance 46 It is not thread-safe to access the I<primary> DRBG instance.
|
A D | RAND_set_DRBG_type.pod | 24 This specifies the type that will be used for the primary, public and 29 with properties I<propq> will be fetched and used to seed the primary
|
A D | OPENSSL_instrument_bus.pod | 16 It was empirically found that timings of references to primary memory
|
A D | EVP_PKEY_get_size.pod | 25 The primary documented use is with L<EVP_SignFinal(3)> and
|
A D | SSL_set1_host.pod | 29 the primary reference identifier of the peer, and should not call
|
A D | SSL_CTX_set_client_hello_cb.pod | 74 code to affect the TLS handshake. A primary use of the callback is to
|
A D | SSL_CTX_dane_enable.pod | 67 which will be the primary peer reference identifier for certificate
|
/openssl-master/doc/man1/ |
A D | openssl-list.pod.in | 109 List the primary, public and private random number generator details.
|
A D | openssl-s_client.pod.in | 346 TLSA base domain which becomes the default SNI hint and the primary
|
/openssl-master/ |
A D | CHANGES.md | 16546 The primary motivation for this change is to avoid the same fiasco
|
Completed in 41 milliseconds