Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 50) sorted by relevance

12

/openssl-master/test/
A Dcontext_internal_test.c80 OSSL_LIB_CTX *local = OSSL_LIB_CTX_new(); in test_set0_default() local
86 || !TEST_ptr(local) in test_set0_default()
88 || !TEST_ptr(data = ossl_lib_ctx_get_data(local, 0, &foo_method))) in test_set0_default()
102 if (!TEST_ptr(prev = OSSL_LIB_CTX_set0_default(local)) in test_set0_default()
109 if (!TEST_ptr_eq(local, OSSL_LIB_CTX_set0_default(NULL)) in test_set0_default()
120 || !TEST_ptr_eq(local, prev) in test_set0_default()
127 OSSL_LIB_CTX_free(local); in test_set0_default()
A DREADME-external.md11 This python test suite runs cryptographic tests with a local OpenSSL build as
38 tests against the local OpenSSL build.
72 tests against the local OpenSSL build.
A Dsslapitest.c6261 SSL *local = NULL, *peer = NULL; in test_key_update_peer_in_read() local
6274 local = tst == 0 ? clientssl : serverssl; in test_key_update_peer_in_read()
6280 SSL_set_bio(local, lbio, lbio); in test_key_update_peer_in_read()
6345 SSL *local = NULL, *peer = NULL; in test_key_update_local_in_write() local
6359 local = tst == 0 ? clientssl : serverssl; in test_key_update_local_in_write()
6363 tmp = SSL_get_wbio(local); in test_key_update_local_in_write()
6368 SSL_set0_wbio(local, bretry); in test_key_update_local_in_write()
6377 SSL_set0_wbio(local, tmp); in test_key_update_local_in_write()
6435 SSL *local = NULL, *peer = NULL; in test_key_update_local_in_read() local
6448 local = tst == 0 ? clientssl : serverssl; in test_key_update_local_in_read()
[all …]
/openssl-master/crypto/
A Dinitthread.c93 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep) in init_get_thread_local() argument
95 THREAD_EVENT_HANDLER **hands = CRYPTO_THREAD_get_local(local); in init_get_thread_local()
103 if (!CRYPTO_THREAD_set_local(local, hands)) { in init_get_thread_local()
110 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
117 CRYPTO_THREAD_set_local(local, NULL); in init_get_thread_local()
296 CRYPTO_THREAD_LOCAL *local in ossl_ctx_thread_stop() local
300 if (local == NULL) in ossl_ctx_thread_stop()
302 hands = init_get_thread_local(local, 0, 0); in ossl_ctx_thread_stop()
365 CRYPTO_THREAD_LOCAL *local in ossl_init_thread_start() local
375 CRYPTO_THREAD_LOCAL *local = &destructor_key.value; in ossl_init_thread_start() local
[all …]
/openssl-master/doc/man7/
A Dproperty.pod128 A context based property query that applies to all fetch operations and a local
130 Where both the context and local queries include a clause with the same name,
131 the local clause overrides the context clause.
133 It is possible for a local property query to remove a clause in the context
139 operations being performed, the local property query can include the
141 Note that the local property query could not use "fips=no" because that would
A DEVP_RAND.pod80 DRBG are created per thread and accessed through thread-local storage.
83 the thread-local <public> and <private> DRBG instance, respectively.
107 The <public> and <private> DRBG are thread-local, i.e. there is an
113 Note that it is not allowed to store a pointer to one of the thread-local
A Dfips_module.pod61 OPENSSLDIR: "/usr/local/ssl"
72 F</usr/local/ssl/openssl.cnf>.
79 .include /usr/local/ssl/fipsmodule.cnf
258 both apply. The local property query overrides the default properties if the
284 .include /usr/local/ssl/fipsmodule.cnf
/openssl-master/
A DNOTES-UNIX.md23 libraries, such as `/lib`, `/usr/lib` or possibly `/usr/local/lib`. If
61 $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
89 $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
A DREADME-FIPS.md39 /usr/local/lib/ossl-modules/fips.so on Unix, and
55 …$ openssl fipsinstall -out /usr/local/ssl/fipsmodule.cnf -module /usr/local/lib/ossl-modules/fips.…
A DNOTES-NONSTOP.md57 * For 1.1 `--prefix=/usr/local-ssl1.1 --openssldir=/usr/local-ssl1.1/ssl`
58 * For 1.1 PUT `--prefix=/usr/local-ssl1.1_put --openssldir=/usr/local-ssl1.1_put/ssl`
63 * For 3.0 `--prefix=/usr/local-ssl3.0 --openssldir=/usr/local-ssl3.0/ssl`
166 SYSTEMLIBS="-L/E/cs3/usr/local/lib"
A DREADME.md74 the source tarballs, having a local copy of the git repository with
82 A local copy of the Git Repository can be obtained by cloning it from
/openssl-master/doc/man3/
A DASN1_STRING_TABLE_add.pod29 local ASN1 string table based on the I<nid> along with other parameters.
38 on I<nid>. It will search the local table first, then the standard one.
A DRAND_get0_primary.pod23 The I<public> and I<private> DRBG are thread-local instances, which are used
48 they are thread-local. Note however, that changes to these two instances
A DSSL_get_peer_tmp_key.pod29 SSL_get_tmp_key() returns the equivalent information for the local
A DSSL_get_peer_signature_nid.pod31 information for the local end of the connection.
A DBN_zero.pod23 for the most efficient implementation on the local platform.
A DRAND_egd.pod19 it is possible to query an Entropy Gathering Daemon (EGD) over a local
A DOPENSSL_init_crypto.pod212 called after deinitialisation of resources local to a thread, but before other
229 resources are cleaned up on library exit) except if thread local resources
255 Resources local to a thread are deallocated automatically when the thread exits
A DPKCS12_parse.pod42 use. This may include passwords from local text files, or input from
A DPKCS12_newpass.pod26 use. This may include passwords from local text files, or input from
/openssl-master/doc/internal/man3/
A Dossl_init_thread_deregister.pod31 thread local variable and then register a stop handler. When the thread is
33 clean up the value stored in the thread local variable.
/openssl-master/util/
A Dunlocal_shlib.com.in10 $ ! Remove the local environment created by local_shlib.com
A Dlocal_shlib.com.in10 $ ! Create a local environment with the shared library logical names
/openssl-master/ssl/statem/
A DREADME.md26 the state changes local to the state machine component
/openssl-master/crypto/rsa/
A Drsa_ossl.c162 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) in rsa_get_blinding() argument
180 *local = 1; in rsa_get_blinding()
189 *local = 0; in rsa_get_blinding()

Completed in 38 milliseconds

12