Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 119) sorted by relevance

12345

/openssl/include/internal/
H A Dthread_once.h38 static int init(void); \
39 int init##_ossl_ret_ = 0; \
40 void init##_ossl_(void) \
42 init##_ossl_ret_ = init(); \
44 static int init(void)
51 extern int init##_ossl_ret_; \
52 void init##_ossl_(void);
70 static int init(void); \
74 init##_ossl_ret_ = init(); \
76 static int init(void)
[all …]
/openssl/providers/fips/
H A Dself_test.c74 static void init(void);
96 init(); in DllMain()
114 # pragma init(init)
120 # pragma init(_init)
124 init(); in _init()
132 # pragma init "init"
138 init(); in __INIT__init()
161 DEP_INIT_ATTRIBUTE void init(void) in init() function
/openssl/crypto/evp/
H A Dcmeth_lib.c94 int (*init) (EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_init()
99 if (cipher->init != NULL) in EVP_CIPHER_meth_set_init()
102 cipher->init = init; in EVP_CIPHER_meth_set_init()
168 return cipher->init; in EVP_CIPHER_meth_get_init()
H A Dm_null.c17 static int init(EVP_MD_CTX *ctx) in init() function
38 init,
H A Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
40 init, update, final, NULL, NULL, blksz, 0, ctrl
/openssl/test/recipes/
H A Dtconversion.pl56 my $init;
58 $init = ok(run(app([@cmd, "-in", $t, "-out", "$prefix-fff.p"])),
61 $init = ok(copy($t, "$prefix-fff.p"), 'initializing');
63 if (!$init) {
68 skip "Not initialized, skipping...", 22 unless $init;
/openssl/crypto/des/
H A Decb_enc.c23 static int init = 1; in DES_options() local
26 if (init) { in DES_options()
31 init = 0; in DES_options()
/openssl/crypto/x509/
H A Dx509_meth.c74 int (*init) (X509_LOOKUP *ctx)) in X509_LOOKUP_meth_set_init()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
/openssl/crypto/ec/
H A Dec_kmeth.c76 if (meth->init != NULL) in EC_KEY_set_method()
77 return meth->init(key); in EC_KEY_set_method()
136 if (ret->meth->init != NULL && ret->meth->init(ret) == 0) { in ossl_ec_key_new_method_int()
201 int (*init)(EC_KEY *key), in EC_KEY_METHOD_set_init()
210 meth->init = init; in EC_KEY_METHOD_set_init()
278 *pinit = meth->init; in EC_KEY_METHOD_get_init()
/openssl/crypto/bn/
H A Dbn_print.c58 static int init = 0; in BN_options() local
61 if (!init) { in BN_options()
62 init++; in BN_options()
/openssl/crypto/bio/
H A Dbss_fd.c92 bi->init = 0; in fd_new()
104 if (a->init) { in fd_free()
107 a->init = 0; in fd_free()
164 b->init = 1; in fd_ctrl()
167 if (b->init) { in fd_ctrl()
H A Dbss_sock.c91 bi->init = 0; in sock_new()
105 if (a->init) { in sock_free()
108 a->init = 0; in sock_free()
189 if (b->init) in sock_ctrl()
195 b->init = 1; in sock_ctrl()
200 if (b->init) { in sock_ctrl()
H A Dbss_bio.c117 if (!bio->init) in bio_read()
207 if (!bio->init) in bio_nread0()
353 if (!bio->init) in bio_nwrite0()
648 bio1->init = 1; in bio_make_pair()
649 bio2->init = 1; in bio_make_pair()
668 peer_bio->init = 0; in bio_destroy_pair()
674 bio->init = 0; in bio_destroy_pair()
750 if (!bio->init) { in BIO_nread0()
766 if (!bio->init) { in BIO_nread()
781 if (!bio->init) { in BIO_nwrite0()
[all …]
H A Dbss_file.c111 bi->init = 0; in file_new()
123 if ((a->init) && (a->ptr != NULL)) { in file_free()
131 a->init = 0; in file_free()
140 if (b->init && (out != NULL)) { in file_read()
161 if (b->init && (in != NULL)) { in file_write()
211 b->init = 1; in file_ctrl()
305 b->init = 1; in file_ctrl()
H A Dbio_lib.c111 bio->init = 1; in BIO_new_ex()
170 a->init = init; in BIO_set_init()
175 return a->init; in BIO_get_init()
286 if (!b->init) { in bio_read_intern()
357 if (!b->init) { in bio_write_intern()
432 if (!b->init) { in BIO_sendmmsg()
479 if (!b->init) { in BIO_recvmmsg()
514 if (!b->init) { in BIO_puts()
568 if (!b->init) { in BIO_gets()
614 if (!bio->init) { in BIO_get_line()
[all …]
H A Dbss_acpt.c80 bi->init = 0; in acpt_new()
145 a->init = 0; in acpt_free()
441 b->init = 1; in acpt_ctrl()
447 b->init = 1; in acpt_ctrl()
477 b->init = 1; in acpt_ctrl()
480 if (b->init) { in acpt_ctrl()
489 if (b->init) { in acpt_ctrl()
/openssl/crypto/dh/
H A Ddh_meth.c148 return dhm->init; in DH_meth_get_init()
151 int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *)) in DH_meth_set_init()
153 dhm->init = init; in DH_meth_set_init()
/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h88 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ argument
93 return ossl_prov_is_running() && init(ctx); \
101 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ argument
107 && init(ctx) \
/openssl/crypto/dsa/
H A Ddsa_meth.c179 return dsam->init; in DSA_meth_get_init()
182 int DSA_meth_set_init(DSA_METHOD *dsam, int (*init)(DSA *)) in DSA_meth_set_init()
184 dsam->init = init; in DSA_meth_set_init()
/openssl/doc/man3/
H A DBIO_get_data.pod14 void BIO_set_init(BIO *a, int init);
27 The BIO_set_init() function sets the value of the BIO's "init" flag to indicate
33 function returns the value of the "init" flag.
44 BIO_get_init() returns the state of the BIO's init flag.
/openssl/apps/lib/
H A Dbuild.info3 # It's called 'init', but doesn't have much 'init' in it...
/openssl/crypto/engine/
H A Deng_init.c24 if ((e->funct_ref == 0) && e->init) in engine_unlocked_init()
29 to_return = e->init(e); in engine_unlocked_init()
/openssl/crypto/rsa/
H A Drsa_meth.c208 return meth->init; in RSA_meth_get_init()
211 int RSA_meth_set_init(RSA_METHOD *meth, int (*init) (RSA *rsa)) in RSA_meth_set_init()
213 meth->init = init; in RSA_meth_set_init()
/openssl/crypto/
H A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
70 init(); in CRYPTO_THREAD_run_once()
/openssl/crypto/comp/
H A Dcomp_lib.c27 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in COMP_CTX_new()

Completed in 88 milliseconds

12345