/openssl/include/internal/ |
H A D | thread_once.h | 37 # 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
|
H A D | list.h | 23 # define OSSL_LIST_FOREACH_FROM(p, name, init) \ argument 30 # define OSSL_LIST_FOREACH_REV_FROM(p, name, init) \ argument 37 # define OSSL_LIST_FOREACH_DELSAFE_FROM(p, pn, name, init) \ argument 44 # define OSSL_LIST_FOREACH_REV_DELSAFE_FROM(p, pn, name, init) \ argument
|
/openssl/util/perl/TLSProxy/ |
H A D | NewSessionTicket.pm | 64 sub init{ subroutine
|
H A D | Record.pm | 264 sub init subroutine
|
H A D | Proxy.pm | 95 sub init subroutine
|
/openssl/crypto/evp/ |
H A D | m_null.c | 17 static int init(EVP_MD_CTX *ctx) in init() function
|
H A D | legacy_meth.h | 39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
|
/openssl/providers/implementations/include/prov/ |
H A D | digestcommon.h | 95 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ argument 108 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ argument
|
/openssl/crypto/des/ |
H A D | ecb_enc.c | 23 static int init = 1; in DES_options() local
|
/openssl/crypto/ |
H A D | provider_local.h | 21 OSSL_provider_init_fn *init; member
|
/openssl/crypto/bn/ |
H A D | bn_print.c | 58 static int init = 0; in BN_options() local
|
/openssl/crypto/comp/ |
H A D | comp_local.h | 13 int (*init) (COMP_CTX *ctx); member
|
/openssl/include/openssl/ |
H A D | conftypes.h | 24 int (*init) (CONF *conf); member
|
/openssl/crypto/dso/ |
H A D | dso_local.h | 100 int (*init) (DSO *dso); member
|
/openssl/crypto/dh/ |
H A D | dh_local.h | 53 int (*init) (DH *dh); member
|
/openssl/crypto/x509/ |
H A D | x509_local.h | 78 int (*init) (X509_LOOKUP *ctx); member 102 int init; /* have we been started */ member
|
/openssl/crypto/dsa/ |
H A D | dsa_local.h | 59 int (*init) (DSA *dsa); member
|
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 283 static int init = 0; in test_cipher_nids() local 381 static int init = 0; in test_digest_nids() local
|
H A D | eng_local.h | 128 ENGINE_GEN_INT_FUNC_PTR init; member
|
/openssl/providers/implementations/kdfs/ |
H A D | hmacdrbg_kdf.c | 37 int init; member
|
/openssl/providers/fips/ |
H A D | self_test.c | 165 DEP_INIT_ATTRIBUTE void init(void) in init() function
|
/openssl/crypto/objects/ |
H A D | o_names.c | 49 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT; variable
|
/openssl/crypto/bio/ |
H A D | bio_local.h | 107 int init; member
|
/openssl/crypto/rsa/ |
H A D | rsa_local.h | 119 int (*init) (RSA *rsa); member
|
/openssl/ssl/statem/ |
H A D | statem.c | 202 void ossl_statem_set_in_init(SSL_CONNECTION *s, int init) in ossl_statem_set_in_init()
|