Searched refs:reset (Results 1 – 24 of 24) sorted by relevance
21 which are reset to the default values. SSL objects already created from this26 object. It may be reset, when SSL_clear() is called.37 an SSL object, the method of the SSL object is reset to the method currently
27 OpenSSL has state that should be reset when a process forks. For example,31 functions are used to reset this internal state.
5 SSL_clear - reset SSL object to allow another connection40 reset operation however keeps several settings of the last sessions
19 clear all the previous key data and methods from I<pkey>, and reset it
31 and any seed is reset.
61 object. It will not be reset by calling L<SSL_clear(3)>.
174 All of the setters will reset the validation status of the SCT to
54 connection and reset the BIO into a state where it can connect
110 BIO are intertwined. As documented above the BIO will be reset to the
98 BIO_ctrl_reset_read_request() can also be used to reset the value returned by
102 the possibility to output a dynamic ending line, or reset the line
52 The SSL BIO is then reset to the initial accept or connect state.
59 connection and reset the BIO into a state where it awaits another
260 with another EVP_DigestInit_ex() call and has not been reset with273 with another EVP_DigestInit_ex() call and has not been reset with
28 int rv = 0, reset = 0; in HMAC_Init_ex() local53 reset = 1; in HMAC_Init_ex()94 if (reset) { in HMAC_Init_ex()
118 if (ctx->meth->reset != NULL) in EVP_KDF_CTX_reset()119 ctx->meth->reset(ctx->algctx); in EVP_KDF_CTX_reset()
98 if (kdf->reset != NULL) in evp_kdf_from_algorithm()100 kdf->reset = OSSL_FUNC_kdf_reset(fns); in evp_kdf_from_algorithm()
50 # reset any TLS options to default:
233 OSSL_FUNC_kdf_reset_fn *reset; member
253 reseed counter is not reset.
219 can be used to reset the option parsing loop.
206 * BIO_FLAGS_NONCLEAR_RST means we shouldn't clear data on reset.
146 * The flag will be reset when content has been written to it.
9663 'uptodate' flag is reset so that auto-discovery will be used next16285 reset the MAC if we do get this second client hello.16863 data directly through the decoder. Unfortunately it doesn't reset
Completed in 50 milliseconds