Home
last modified time | relevance | path

Searched refs:init (Results 101 – 125 of 154) sorted by relevance

1234567

/openssl/doc/designs/
H A Dossl-provider-load-ex.md28 represented as strings and provider init function has to deal with it.
/openssl/crypto/evp/
H A Dmac_lib.c118 return ctx->meth->init(ctx->algctx, key, keylen, params); in EVP_MAC_init()
H A Devp_local.h149 OSSL_FUNC_keyexch_init_fn *init; member
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c95 if (!ctx->hw->init(ctx, key, keylen)) in aes_xts_init()
H A Dcipher_aes_ocb.c135 if (!ctx->base.hw->init(&ctx->base, key, keylen)) in aes_ocb_init()
H A Dciphercommon.c222 if (!ctx->hw->init(ctx, key, ctx->keylen)) in cipher_generic_init_internal()
/openssl/.github/workflows/
H A Dcompiler-zoo.yml123 run: git submodule update --init --depth 1 fuzz/corpora
H A Dcross-compiles.yml167 run: git submodule update --init --depth 1 fuzz/corpora
/openssl/include/openssl/
H A Ddsa.h261 int (*init)(DSA *));
H A Ddh.h316 OSSL_DEPRECATEDIN_3_0 int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *));
H A Drsa.h561 int RSA_meth_set_init(RSA_METHOD *rsa, int (*init) (RSA *rsa));
/openssl/crypto/
H A Dthreads_pthread.c814 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
816 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
H A Dbuild.info108 o_dir.c o_fopen.c getenv.c o_init.c init.c trace.c provider.c \
H A Dprovider_core.c554 template.init = init_function; in ossl_provider_new()
576 prov = provider_new(name, template.init, template.parameters); in ossl_provider_new()
1372 prov = provider_new(p->name, p->init, NULL); in provider_activate_fallbacks()
/openssl/crypto/conf/
H A Dconf_lib.c31 default_CONF_method->init(conf); in CONF_set_nconf()
/openssl/crypto/bio/
H A Dbss_dgram.c294 if (a->init) { in dgram_clear()
297 a->init = 0; in dgram_clear()
580 b->init = 1; in dgram_ctrl()
594 if (b->init) { in dgram_ctrl()
1904 bi->init = 0; in dgram_sctp_new()
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h103 int (*init)(PROV_CIPHER_CTX *dat, const uint8_t *key, size_t keylen); member
/openssl/crypto/x509/
H A Dx509_lu.c61 if (ctx->method->init != NULL) in X509_LOOKUP_init()
62 return ctx->method->init(ctx); in X509_LOOKUP_init()
/openssl/doc/man7/
H A Dprovider-signature.pod524 If required this parameter should be set early via an init function
526 The default value of 1 causes an error during the init if the key is not FIPS
543 If required this parameter should be set early via an init function.
H A Dprovider-mac.pod208 If required this parameter should be set early via an init function.
H A Dprovider-kem.pod203 The default value of 1 causes an error during the init if the key is not FIPS
/openssl/doc/man3/
H A DRSA_set_method.pod117 int (*init)(RSA *rsa);
H A DDH_meth_new.pod53 int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *));
H A DOSSL_PROVIDER.pod160 returned in the I<out> parameter from the provider's init function. See
H A DDSA_meth_new.pod75 int DSA_meth_set_init(DSA_METHOD *dsam, int (*init)(DSA *));

Completed in 91 milliseconds

1234567