Home
last modified time | relevance | path

Searched refs:init (Results 51 – 75 of 154) sorted by relevance

1234567

/openssl/crypto/bio/
H A Dbf_readbuff.c66 bi->init = 1; in readbuffer_new()
82 a->init = 0; in readbuffer_free()
H A Dbf_lbuf.c70 bi->init = 1; in linebuffer_new()
86 a->init = 0; in linebuffer_free()
H A Dbio_local.h107 int init; member
H A Dbss_conn.c323 bi->init = 0; in conn_new()
361 a->init = 0; in conn_free()
518 b->init = 1; in conn_ctrl()
649 if (b->init) { in conn_ctrl()
/openssl/engines/
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/doc/internal/man3/
H A Devp_generic_fetch.pod104 OSSL_FUNC_foo_init_fn *init;
137 foo->init = OSSL_FUNC_foo_init(fns);
249 ok = c->foo->init(c->provctx);
/openssl/util/perl/TLSProxy/
H A DProxy.pm83 return init($class, $filter, $execute, $cert, $debug, 0);
92 return init($class, $filter, $execute, $cert, $debug, 1);
95 sub init subroutine
/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod32 int (*init)(EVP_CIPHER_CTX *ctx,
114 Set this if the implementation's init() function should be called even
190 EVP_CIPHER_meth_set_init() sets the cipher init function for
192 The cipher init function is called by EVP_CipherInit(),
H A DEVP_MD_meth_new.pod33 int EVP_MD_meth_set_init(EVP_MD *md, int (*init)(EVP_MD_CTX *ctx));
130 EVP_MD_meth_set_init() sets the digest init function for B<md>.
131 The digest init function is called by EVP_Digest(), EVP_DigestInit(),
/openssl/crypto/dsa/
H A Ddsa_local.h59 int (*init) (DSA *dsa); member
/openssl/crypto/evp/
H A Dexchange.c65 if (exchange->init != NULL) in evp_keyexch_from_algorithm()
67 exchange->init = OSSL_FUNC_keyexch_init(fns); in evp_keyexch_from_algorithm()
341 ret = exchange->init(ctx->op.kex.algctx, provkey, params); in EVP_PKEY_derive_init_ex()
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c106 static void init(KBKDF *ctx) in init() function
127 init(ctx); in kbkdf_new()
153 init(ctx); in kbkdf_reset()
/openssl/doc/man7/
H A DEVP_MD-NULL.pod10 This algorithm does nothing and returns 1 for its init,
/openssl/crypto/dso/
H A Ddso_lib.c34 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in DSO_new_method()
/openssl/crypto/objects/
H A Do_names.c49 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT; variable
65 return RUN_ONCE(&init, o_names_init); in OBJ_NAME_init()
/openssl/include/internal/
H A Dstatem.h153 void ossl_statem_set_in_init(SSL_CONNECTION *s, int init);
/openssl/.github/workflows/
H A Dwindows.yml34 run: git submodule update --init --depth 1 fuzz/corpora
101 run: git submodule update --init --depth 1 fuzz/corpora
138 run: git submodule update --init --depth 1 fuzz/corpora
H A Drun-checker-ci.yml49 run: git submodule update --init --depth 1 fuzz/corpora
H A Drun-checker-merge.yml49 run: git submodule update --init --depth 1 fuzz/corpora
/openssl/crypto/engine/
H A Deng_local.h128 ENGINE_GEN_INT_FUNC_PTR init; member
/openssl/test/recipes/
H A D90-test_store.t171 init() or die "init failed";
315 sub init {
/openssl/crypto/
H A Dprovider.c139 entry.init = init_fn; in OSSL_PROVIDER_add_builtin()
/openssl/test/quic-openssl-docker/
H A DDockerfile21 git submodule update --init && \
/openssl/doc/designs/
H A Dfips_indicator.md167 set_ctx_params(), but some algorithms currently do checks in their init operation.
168 These init functions normally pass an OSSL_PARAM[] argument, but this still
169 requires the user to set the ctx params in their init.
180 Delaying the check to after the init would be possible, but it would be a change
181 in existing behaviour. For example the keysize checks are done in the init since

Completed in 61 milliseconds

1234567