Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 19 of 19) sorted by relevance

/openssl/crypto/engine/
H A Deng_lib.c60 e->destroy = NULL; in engine_set_all_null()
92 if (e->destroy) in engine_free_util()
93 e->destroy(e); in engine_free_util()
216 e->destroy = destroy_f; in ENGINE_set_destroy_function()
262 return e->destroy; in ENGINE_get_destroy_function()
H A Deng_local.h127 ENGINE_GEN_INT_FUNC_PTR destroy; member
H A Deng_list.c358 dest->destroy = src->destroy; in engine_cpy()
/openssl/crypto/bio/
H A Dbio_meth.c200 return biom->destroy; in BIO_meth_get_destroy()
203 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy) (BIO *)) in BIO_meth_set_destroy()
205 biom->destroy = destroy; in BIO_meth_set_destroy()
H A Dbio_lib.c146 if ((a->method != NULL) && (a->method->destroy != NULL)) in BIO_free()
147 a->method->destroy(a); in BIO_free()
/openssl/include/openssl/
H A Dconftypes.h25 int (*destroy) (CONF *conf); member
H A Dui.h.in182 * This uses the duplicator method function. The destroy function will
H A Dbio.h.in907 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy) (BIO *));
/openssl/include/internal/
H A Dbio.h28 int (*destroy) (BIO *); member
/openssl/doc/man3/
H A DBN_new.pod27 BN_clear() is used to destroy sensitive data such as keys when they
H A DBIO_meth_new.pod54 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
149 to be destroyed is passed as a parameter. The destroy function should be used
H A DSSL_CTX_set_client_cert_cb.pod91 mandatory to destroy the SSL object using L<SSL_free(3)>
H A DDH_meth_new.pod131 to be destroyed is passed as a parameter. The destroy function should be used
H A DBIO_s_bio.pod60 up any half of the pair will automatically destroy the association.
H A DEC_GROUP_new.pod172 EC_GROUP_clear_free() is deprecated: it was meant to destroy any sensitive data
H A DDSA_meth_new.pod173 to be destroyed is passed as a parameter. The destroy function should be used
H A DRSA_meth_new.pod205 parameter. The destroy function should be used for RSA implementation
/openssl/crypto/conf/
H A Dconf_lib.c208 conf->meth->destroy(conf); in NCONF_free()
/openssl/
H A DCHANGES.md4103 destroy such methods has been added. See EVP_MD_meth_new(3) and
4112 destructors, `EVP_MD_CTX_(create|destroy)` were renamed to
12693 * Add a "destroy" handler to ENGINEs that allows structural cleanup to
12696 functions to "get" and "set" this destroy handler in an ENGINE.

Completed in 102 milliseconds