Home
last modified time | relevance | path

Searched refs:init (Results 26 – 50 of 154) sorted by relevance

1234567

/openssl/apps/lib/
H A Dbuild.info3 # It's called 'init', but doesn't have much 'init' in it...
/openssl/crypto/engine/
H A Deng_init.c24 if ((e->funct_ref == 0) && e->init) in engine_unlocked_init()
29 to_return = e->init(e); in engine_unlocked_init()
H A Deng_openssl.c283 static int init = 0; in test_cipher_nids() local
285 if (!init) { in test_cipher_nids()
292 init = 1; in test_cipher_nids()
381 static int init = 0; in test_digest_nids() local
383 if (!init) { in test_digest_nids()
388 init = 1; in test_digest_nids()
H A Deng_lib.c67 e->init = NULL; in engine_set_all_null()
231 e->init = init_f; in ENGINE_set_init_function()
276 return e->init; in ENGINE_get_init_function()
/openssl/crypto/comp/
H A Dcomp_lib.c28 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in COMP_CTX_new()
H A Dcomp_local.h13 int (*init) (COMP_CTX *ctx); member
/openssl/crypto/dh/
H A Ddh_lib.c47 if (meth->init) in DH_set_method()
48 meth->init(dh); in DH_set_method()
124 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in dh_new_intern()
H A Ddh_local.h53 int (*init) (DH *dh); member
/openssl/crypto/bio/
H A Dbss_dgram_pair.c312 bio->init = 1; in dgram_mem_init()
394 bio1->init = 1; in dgram_pair_ctrl_make_bio_pair()
395 bio2->init = 1; in dgram_pair_ctrl_make_bio_pair()
406 bio1->init = 0; in dgram_pair_ctrl_destroy_bio_pair()
422 bio2->init = 0; in dgram_pair_ctrl_destroy_bio_pair()
437 if (!bio->init) in dgram_pair_ctrl_eof()
497 if (!bio->init) in dgram_pair_ctrl_pending()
552 if (!bio->init) in dgram_pair_ctrl_get_local_addr_cap()
885 if (!bio->init) in dgram_pair_read_actual()
1049 if (!bio->init) { in dgram_pair_recvmmsg()
[all …]
H A Dbf_nbio.c63 bi->init = 1; in nbiof_new()
73 a->init = 0; in nbiof_free()
H A Dbss_mem.c126 bi->init = 1; in mem_init()
162 if (a->shutdown && a->init && a->ptr != NULL) { in mem_buf_free()
179 if (b != NULL && b->init != 0 && b->ptr != NULL) { in mem_buf_sync()
/openssl/.github/workflows/
H A Dci.yml81 run: git submodule update --init --depth 1 fuzz/corpora
112 run: git submodule update --init --depth 1 fuzz/corpora
159 run: git submodule update --init --depth 1 fuzz/corpora
181 run: git submodule update --init --depth 1 fuzz/corpora
203 run: git submodule update --init --depth 1 fuzz/corpora
230 run: git submodule update --init --depth 1 fuzz/corpora
252 run: git submodule update --init --depth 1 fuzz/corpora
278 run: git submodule update --init --depth 1 fuzz/corpora
304 run: git submodule update --init --depth 1 fuzz/corpora
331 run: git submodule update --init --depth 1 fuzz/corpora
[all …]
/openssl/crypto/dsa/
H A Ddsa_lib.c121 if (meth->init) in DSA_set_method()
122 meth->init(dsa); in DSA_set_method()
184 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in dsa_new_intern()
/openssl/test/
H A DREADME-external.md16 $ git submodule update --init
76 $ git submodule update --init
99 $ git submodule update --init
128 $ git submodule update --init --recursive
H A Djson_test.c18 int init; member
25 if (h->init) in helper_ensure()
37 h->init = 1; in helper_ensure()
46 if (h->init) { in helper_cleanup()
48 h->init = 0; in helper_cleanup()
/openssl/crypto/
H A Dthreads_none.c143 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
148 init(); in CRYPTO_THREAD_run_once()
H A Dprovider_local.h21 OSSL_provider_init_fn *init; member
/openssl/crypto/x509/
H A Dx509_local.h78 int (*init) (X509_LOOKUP *ctx); member
102 int init; /* have we been started */ member
/openssl/util/perl/TLSProxy/
H A DRecord.pm223 return $class->init(1,
249 return $class->init(
264 sub init subroutine
/openssl/crypto/dso/
H A Ddso_local.h100 int (*init) (DSO *dso); member
/openssl/crypto/evp/
H A Dmac_meth.c96 if (mac->init != NULL) in evp_mac_from_algorithm()
98 mac->init = OSSL_FUNC_mac_init(fns); in evp_mac_from_algorithm()
/openssl/engines/
H A De_dasync.txt9 DASYNC_R_INIT_FAILED:100:init failed
H A De_ossltest.txt9 OSSLTEST_R_INIT_FAILED:100:init failed
/openssl/include/openssl/
H A Dconftypes.h24 int (*init) (CONF *conf); member
/openssl/crypto/conf/
H A Dconf_mod.c44 conf_init_func *init; member
365 tmod->init = ifunc; in module_add()
452 if (pmod->init) { in module_init()
453 ret = pmod->init(imod, cnf); in module_init()

Completed in 43 milliseconds

1234567