Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/openssl/include/internal/
H A Dthread_once.h12 # pragma once
129 # define RUN_ONCE(once, init) \ argument
130 (CRYPTO_THREAD_run_once(once, init##_ossl_) ? init##_ossl_ret_ : 0)
147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
148 (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0)
H A Derr.h12 # pragma once
H A Ddeprecated.h21 # pragma once
H A Dsizes.h12 # pragma once
/openssl/ms/
H A Dapplink.c114 static int once = 1; in OPENSSL_Applink() local
118 if (once) { in OPENSSL_Applink()
144 once = 0; in OPENSSL_Applink()
/openssl/test/ssl-tests/
H A D18-dtls-renegotiate.cnf9 test-4 = 4-renegotiate-client-auth-once
133 [4-renegotiate-client-auth-once]
134 ssl_conf = 4-renegotiate-client-auth-once-ssl
136 [4-renegotiate-client-auth-once-ssl]
137 server = 4-renegotiate-client-auth-once-server
138 client = 4-renegotiate-client-auth-once-client
140 [4-renegotiate-client-auth-once-server]
148 [4-renegotiate-client-auth-once-client]
H A D17-renegotiate.cnf10 test-5 = 5-renegotiate-client-auth-once
167 [5-renegotiate-client-auth-once]
168 ssl_conf = 5-renegotiate-client-auth-once-ssl
170 [5-renegotiate-client-auth-once-ssl]
171 server = 5-renegotiate-client-auth-once-server
172 client = 5-renegotiate-client-auth-once-client
174 [5-renegotiate-client-auth-once-server]
183 [5-renegotiate-client-auth-once-client]
/openssl/crypto/
H A Dthreads_none.c143 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
145 if (*once != 0) in CRYPTO_THREAD_run_once()
149 *once = 1; in CRYPTO_THREAD_run_once()
/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod25 exactly once per library context I<ctx> object. Each initialisation routine
26 should be allocate a unique run once index in cryptlib.h.
28 Any resources allocated via a run once initialisation routine can be cleaned up
/openssl/include/openssl/
H A Dkdferr.h12 # pragma once
H A Dbuffererr.h13 # pragma once
H A Dopensslconf.h12 # pragma once
H A Dpem2.h12 # pragma once
H A De_ostime.h12 # pragma once
H A Dencodererr.h13 # pragma once
H A Dobjectserr.h13 # pragma once
H A Ddecodererr.h13 # pragma once
/openssl/include/crypto/
H A Dlhash.h12 # pragma once
H A Dasync.h12 # pragma once
H A Dsecurity_bits.h12 # pragma once
H A Ddecodererr.h13 # pragma once
H A Dpemerr.h13 # pragma once
H A Desserr.h13 # pragma once
H A Dasn1err.h13 # pragma once
/openssl/doc/man3/
H A DX509_REQ_get_extensions.pod27 This function must not be called more than once on the same I<req>.
31 This function must not be called more than once with the same I<req> and I<nid>.

Completed in 44 milliseconds

12345678910>>...17