Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 31) sorted by relevance

12

/openssl/include/internal/
H A Dthread_once.h37 # define DEFINE_RUN_ONCE(init) \ argument
50 # define DECLARE_RUN_ONCE(init) \ argument
69 # define DEFINE_RUN_ONCE_STATIC(init) \ argument
110 # define DEFINE_RUN_ONCE_STATIC_ALT(initalt, init) \ argument
129 # define RUN_ONCE(once, init) \ argument
147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
/openssl/crypto/evp/
H A Dm_null.c17 static int init(EVP_MD_CTX *ctx) in init() function
H A Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h88 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ argument
101 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ argument
H A Dciphercommon.h102 int (*init)(PROV_CIPHER_CTX *dat, const uint8_t *key, size_t keylen); member
/openssl/crypto/des/
H A Decb_enc.c23 static int init = 1; in DES_options() local
/openssl/crypto/
H A Dprovider_local.h21 OSSL_provider_init_fn *init; member
/openssl/crypto/bn/
H A Dbn_print.c58 static int init = 0; in BN_options() local
/openssl/crypto/comp/
H A Dcomp_local.h13 int (*init) (COMP_CTX *ctx); member
/openssl/include/openssl/
H A Dconftypes.h24 int (*init) (CONF *conf); member
/openssl/crypto/dso/
H A Ddso_local.h101 int (*init) (DSO *dso); member
/openssl/crypto/dh/
H A Ddh_local.h53 int (*init) (DH *dh); 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/dsa/
H A Ddsa_local.h59 int (*init) (DSA *dsa); member
/openssl/crypto/engine/
H A Deng_openssl.c283 static int init = 0; in test_cipher_nids() local
381 static int init = 0; in test_digest_nids() local
H A Deng_local.h128 ENGINE_GEN_INT_FUNC_PTR init; member
/openssl/providers/fips/
H A Dself_test.c161 DEP_INIT_ATTRIBUTE void init(void) in init() function
/openssl/crypto/objects/
H A Do_names.c49 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT; variable
/openssl/crypto/bio/
H A Dbio_local.h117 int init; member
/openssl/ssl/statem/
H A Dstatem.c196 void ossl_statem_set_in_init(SSL_CONNECTION *s, int init) in ossl_statem_set_in_init()
H A Dextensions.c79 int (*init)(SSL_CONNECTION *s, unsigned int context); member
557 RAW_EXTENSION **res, size_t *len, int init) in tls_collect_extensions()
/openssl/crypto/rsa/
H A Drsa_local.h119 int (*init) (RSA *rsa); member
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c103 static void init(KBKDF *ctx) in init() function
/openssl/include/crypto/
H A Devp.h138 int (*init) (EVP_PKEY_CTX *ctx); member
211 OSSL_FUNC_mac_init_fn *init; member
256 int (*init) (EVP_MD_CTX *ctx); member
304 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, member
/openssl/crypto/conf/
H A Dconf_mod.c43 conf_init_func *init; member

Completed in 57 milliseconds

12