Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 24 of 24) sorted by relevance

/openssl-master/doc/man3/
A DSSL_CTX_set_ssl_version.pod21 which are reset to the default values. SSL objects already created from this
26 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
A DOPENSSL_fork_prepare.pod27 OpenSSL has state that should be reset when a process forks. For example,
31 functions are used to reset this internal state.
A DSSL_clear.pod5 SSL_clear - reset SSL object to allow another connection
40 reset operation however keeps several settings of the last sessions
A DEVP_PKEY_set_type.pod19 clear all the previous key data and methods from I<pkey>, and reset it
A DEVP_PKEY_CTX_set_tls1_prf_md.pod31 and any seed is reset.
A DSSL_CTX_set_client_cert_cb.pod61 object. It will not be reset by calling L<SSL_clear(3)>.
A DSCT_new.pod174 All of the setters will reset the validation status of the SCT to
A DBIO_s_connect.pod54 connection and reset the BIO into a state where it can connect
A DBIO_s_mem.pod110 BIO are intertwined. As documented above the BIO will be reset to the
A DBIO_s_bio.pod98 BIO_ctrl_reset_read_request() can also be used to reset the value returned by
A DOSSL_trace_set_channel.pod102 the possibility to output a dynamic ending line, or reset the line
A DBIO_f_ssl.pod52 The SSL BIO is then reset to the initial accept or connect state.
A DBIO_s_accept.pod59 connection and reset the BIO into a state where it awaits another
A DEVP_DigestInit.pod260 with another EVP_DigestInit_ex() call and has not been reset with
273 with another EVP_DigestInit_ex() call and has not been reset with
/openssl-master/crypto/hmac/
A Dhmac.c28 int rv = 0, reset = 0; in HMAC_Init_ex() local
53 reset = 1; in HMAC_Init_ex()
94 if (reset) { in HMAC_Init_ex()
/openssl-master/crypto/evp/
A Dkdf_lib.c118 if (ctx->meth->reset != NULL) in EVP_KDF_CTX_reset()
119 ctx->meth->reset(ctx->algctx); in EVP_KDF_CTX_reset()
A Dkdf_meth.c98 if (kdf->reset != NULL) in evp_kdf_from_algorithm()
100 kdf->reset = OSSL_FUNC_kdf_reset(fns); in evp_kdf_from_algorithm()
/openssl-master/test/recipes/80-test_cmp_http_data/Mock/
A Dtest.cnf50 # reset any TLS options to default:
/openssl-master/include/crypto/
A Devp.h233 OSSL_FUNC_kdf_reset_fn *reset; member
/openssl-master/doc/man7/
A DEVP_RAND.pod253 reseed counter is not reset.
/openssl-master/doc/internal/man3/
A DOPTIONS.pod219 can be used to reset the option parsing loop.
/openssl-master/include/openssl/
A Dbio.h.in206 * BIO_FLAGS_NONCLEAR_RST means we shouldn't clear data on reset.
A Dasn1.h.in146 * The flag will be reset when content has been written to it.
/openssl-master/
A DCHANGES.md9663 'uptodate' flag is reset so that auto-discovery will be used next
16285 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