Home
last modified time | relevance | path

Searched refs:state (Results 51 – 75 of 137) sorted by relevance

123456

/openssl/test/
H A Ddrbgtest.c82 static int state(EVP_RAND_CTX *drbg) in state() function
227 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed()
228 || !TEST_int_eq(state(public), expected_state) in test_drbg_reseed()
229 || !TEST_int_eq(state(private), expected_state)) in test_drbg_reseed()
/openssl/crypto/evp/
H A Devp_rand.c658 int state; in EVP_RAND_get_state() local
660 params[0] = OSSL_PARAM_construct_int(OSSL_RAND_PARAM_STATE, &state); in EVP_RAND_get_state()
662 state = EVP_RAND_STATE_ERROR; in EVP_RAND_get_state()
663 return state; in EVP_RAND_get_state()
/openssl/doc/man7/
H A Dlife_cycle-cipher.pod16 This state represents the CIPHER before it has been allocated. It is the
17 starting state for any life-cycle transitions.
21 This state represents the CIPHER after it has been allocated.
47 This state represents the CIPHER when it has generated output.
51 This state is entered when the CIPHER is freed. It is the terminal state
121 This section defines all of the legal state transitions.
H A DRAND.pod34 In this case the CSPRNG enters an error state and ceases to provide output,
45 possible about its internal state, and that a compromise of the "public"
H A Dprovider-rand.pod133 OSSL_FUNC_rand_verify_zeroization() is used to determine if the internal state of the
176 associated with the provider side context I<ctx> in its current state
186 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
188 Returns the state of the random number generator.
H A DEVP_RAND-SEED-SRC.pod27 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND.pod182 - the DRBG is in an error state.
184 B<Note>: An error state is entered if the entropy source fails while
250 The random bytes are mixed as additional input into the current state of
260 (resp. uninstantiated or in an error state).
H A DEVP_RAND-HMAC-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-HASH-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-CTR-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
/openssl/ssl/statem/
H A Dstatem.h92 MSG_FLOW_STATE state; member
/openssl/providers/fips/
H A Dself_test.c230 static void set_fips_state(int state) in set_fips_state() argument
233 FIPS_state = state; in set_fips_state()
/openssl/doc/man3/
H A DBIO_s_mem.pod62 pointer to the state it was just after the last write was performed and the
64 its original state and the read only data can be read again.
90 length is determined by B<strlen>. The BIO is set to a read only state and
129 state after the last completed write operation. The effects of reads
H A DRAND_cleanup.pod5 RAND_cleanup - erase the PRNG state
H A DSSL_CTX_set_client_cert_cb.pod38 about the state of the last call, if required to continue.
92 and create a new one to return to the previous state.
H A DSSL_free.pod34 SSL_SENT_SHUTDOWN state, the session will also be removed
H A DBN_copy.pod29 B<dest> will share some internal state with B<b>. For this reason the following
H A DRAND_set_rand_method.pod31 This implementation ensures that the PRNG state is unique for each thread.
H A DSSL_set_session.pod29 set the SSL_SENT_SHUTDOWN state).
H A DSSL_clear.pod26 set the SSL_SENT_SHUTDOWN state.
/openssl/doc/designs/quic-design/
H A Dquic-overview.md27 A state machine handling the state for a QUIC connection.
H A Dquic-ackm.md57 congestion controller to update its state.
60 to update its state.
113 The ACK manager state is evolved in response to events provided to the ACK
420 state for it (meaning we cannot tell whether it is a duplicate and cannot
/openssl/providers/implementations/rands/
H A Ddrbg_local.h168 DRBG_STATUS state; member
/openssl/doc/internal/man3/
H A Dossl_cmp_pkisi_get_status.pod71 ossl_cmp_pkisi_check_pkifailureinfo() returns the state of the bit (0 or 1)
/openssl/crypto/engine/
H A DREADME.md185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has
187 state will be unchanged. Thus, no cleanup is required unless registration takes
191 part of a graceful restart and the application wants to cleanup all state then
194 initialised state, so only modification operations (not queries) will cause that

Completed in 52 milliseconds

123456