Home
last modified time | relevance | path

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

12

/openssl-master/include/internal/
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-master/providers/implementations/include/prov/
A Ddigestcommon.h85 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ argument
98 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ argument
A Dciphercommon.h97 int (*init)(PROV_CIPHER_CTX *dat, const uint8_t *key, size_t keylen); member
/openssl-master/crypto/evp/
A Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
A Dm_null.c17 static int init(EVP_MD_CTX *ctx) in init() function
/openssl-master/crypto/des/
A Decb_enc.c23 static int init = 1; in DES_options() local
/openssl-master/crypto/
A Dprovider_local.h21 OSSL_provider_init_fn *init; member
/openssl-master/crypto/bn/
A Dbn_print.c58 static int init = 0; in BN_options() local
/openssl-master/crypto/comp/
A Dcomp_local.h13 int (*init) (COMP_CTX *ctx); member
/openssl-master/include/openssl/
A Dconftypes.h24 int (*init) (CONF *conf); member
/openssl-master/crypto/dso/
A Ddso_local.h101 int (*init) (DSO *dso); member
/openssl-master/crypto/dh/
A Ddh_local.h53 int (*init) (DH *dh); member
/openssl-master/crypto/x509/
A Dx509_local.h78 int (*init) (X509_LOOKUP *ctx); member
102 int init; /* have we been started */ member
/openssl-master/crypto/dsa/
A Ddsa_local.h59 int (*init) (DSA *dsa); member
/openssl-master/crypto/engine/
A Deng_local.h123 ENGINE_GEN_INT_FUNC_PTR init; member
A Deng_openssl.c283 static int init = 0; in test_cipher_nids() local
381 static int init = 0; in test_digest_nids() local
/openssl-master/providers/fips/
A Dself_test.c160 DEP_INIT_ATTRIBUTE void init(void) in init() function
/openssl-master/ssl/statem/
A Dstatem.c175 void ossl_statem_set_in_init(SSL *s, int init) in ossl_statem_set_in_init()
A Dextensions.c76 int (*init)(SSL *s, unsigned int context); member
548 RAW_EXTENSION **res, size_t *len, int init) in tls_collect_extensions()
/openssl-master/crypto/bio/
A Dbio_local.h124 int init; member
/openssl-master/crypto/objects/
A Do_names.c66 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT; variable
/openssl-master/providers/implementations/kdfs/
A Dkbkdf.c101 static void init(KBKDF *ctx) in init() function
/openssl-master/crypto/rsa/
A Drsa_local.h119 int (*init) (RSA *rsa); member
/openssl-master/include/crypto/
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-master/crypto/conf/
A Dconf_mod.c43 conf_init_func *init; member

Completed in 32 milliseconds

12