Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 16 of 16) sorted by relevance

/openssl-master/test/
A Ddrbgtest.c173 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 Drand_lib.c400 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 DEVP_RAND.pod78 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 Dprovider-storemgmt.pod35 The primary responsibility of the STORE operation is to load all sorts
A Dprovider-keymgmt.pod71 The primary responsibility of the KEYMGMT operation is to hold the
A Dfips_module.pod107 This approach has the primary advantage that it is simple, and no code changes
/openssl-master/doc/man3/
A DRAND_get0_primary.pod25 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 DRAND_set_DRBG_type.pod24 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 DOPENSSL_instrument_bus.pod16 It was empirically found that timings of references to primary memory
A DEVP_PKEY_get_size.pod25 The primary documented use is with L<EVP_SignFinal(3)> and
A DSSL_set1_host.pod29 the primary reference identifier of the peer, and should not call
A DSSL_CTX_set_client_hello_cb.pod74 code to affect the TLS handshake. A primary use of the callback is to
A DSSL_CTX_dane_enable.pod67 which will be the primary peer reference identifier for certificate
/openssl-master/doc/man1/
A Dopenssl-list.pod.in109 List the primary, public and private random number generator details.
A Dopenssl-s_client.pod.in346 TLSA base domain which becomes the default SNI hint and the primary
/openssl-master/
A DCHANGES.md16546 The primary motivation for this change is to avoid the same fiasco

Completed in 41 milliseconds