Home
last modified time | relevance | path

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

12345

/openssl/crypto/engine/
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.c61 e->init = NULL; in engine_set_all_null()
222 e->init = init_f; in ENGINE_set_init_function()
267 return e->init; in ENGINE_get_init_function()
/openssl/crypto/dh/
H A Ddh_lib.c47 if (meth->init) in DH_set_method()
48 meth->init(dh); in DH_set_method()
119 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/dsa/
H A Ddsa_lib.c121 if (meth->init) in DSA_set_method()
122 meth->init(dsa); in DSA_set_method()
179 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in dsa_new_intern()
H A Ddsa_local.h59 int (*init) (DSA *dsa); member
/openssl/test/
H A DREADME-external.md16 $ git submodule update --init
76 $ git submodule update --init
99 $ git submodule update --init
130 $ git submodule update --init --recursive
/openssl/crypto/
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
145 init(); in CRYPTO_THREAD_run_once()
H A Dprovider_local.h21 OSSL_provider_init_fn *init; member
H A Dthreads_pthread.c154 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
156 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
/openssl/crypto/bio/
H A Dbf_nbio.c65 bi->init = 1; in nbiof_new()
75 a->init = 0; in nbiof_free()
H A Dbf_readbuff.c66 bi->init = 1; in readbuffer_new()
82 a->init = 0; in readbuffer_free()
H A Dbss_conn.c285 bi->init = 0; in conn_new()
321 a->init = 0; in conn_free()
463 b->init = 1; in conn_ctrl()
533 if (b->init) { in conn_ctrl()
/openssl/crypto/comp/
H A Dcomp_local.h13 int (*init) (COMP_CTX *ctx); member
/openssl/crypto/x509/
H A Dx509_local.h78 int (*init) (X509_LOOKUP *ctx); member
102 int init; /* have we been started */ member
/openssl/crypto/dso/
H A Ddso_local.h101 int (*init) (DSO *dso); member
/openssl/crypto/conf/
H A Dconf_mod.c43 conf_init_func *init; member
342 tmod->init = ifunc; in module_add()
420 if (pmod->init) { in module_init()
421 ret = pmod->init(imod, cnf); in module_init()
/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
H A De_loader_attic.txt12 ATTIC_R_INIT_FAILED:103:init failed
H A De_afalg.txt11 AFALG_R_INIT_FAILED:100:init failed
/openssl/include/openssl/
H A Dconftypes.h24 int (*init) (CONF *conf); member
/openssl/crypto/evp/
H A Dmac_meth.c99 if (mac->init != NULL) in evp_mac_from_algorithm()
101 mac->init = OSSL_FUNC_mac_init(fns); in evp_mac_from_algorithm()
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c103 static void init(KBKDF *ctx) in init() function
124 init(ctx); in kbkdf_new()
150 init(ctx); in kbkdf_reset()
/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod104 OSSL_FUNC_foo_init_fn *init;
132 foo->init = OSSL_FUNC_foo_init(fns);
237 ok = c->foo->init(c->provctx);

Completed in 68 milliseconds

12345