Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 80) sorted by relevance

1234

/openssl/crypto/x509/
H A Dx_req.c67 X509_REQ *old = exarg; in req_cb() local
69 if (!ossl_x509_req_set0_libctx(ret, old->libctx, old->propq)) in req_cb()
71 if (old->req_info.pubkey != NULL) { in req_cb()
72 EVP_PKEY *pkey = X509_PUBKEY_get0(old->req_info.pubkey); in req_cb()
H A Dx_x509.c103 X509 *old = exarg; in x509_cb() local
105 if (!ossl_x509_set0_libctx(ret, old->libctx, old->propq)) in x509_cb()
H A Dx_crl.c277 X509_CRL *old = exarg; in crl_cb() local
279 if (!ossl_x509_crl_set0_libctx(crl, old->libctx, old->propq)) in crl_cb()
/openssl/doc/man1/
H A Dopenssl-rehash.pod.in18 [B<-old>]
28 [B<-old>]
100 =item B<-old>
102 Use old-style hashing (MD5, as opposed to SHA-1) for generating
104 Note that current versions will not use the old style.
109 This is needed when keeping new and old-style links in the same directory.
113 Generate links for both old-style (MD5) and new-style (SHA1) hashing.
119 Print messages about old links removed and new links created.
/openssl/crypto/property/
H A Ddefn_cache.c92 PROPERTY_DEFN_ELEM elem, *old, *p = NULL; in ossl_prop_defn_set() local
124 old = lh_PROPERTY_DEFN_ELEM_insert(property_defns, p); in ossl_prop_defn_set()
125 if (!ossl_assert(old == NULL)) in ossl_prop_defn_set()
H A Dproperty.c724 QUERY elem, *old, *p = NULL; in ossl_method_store_cache_set() local
746 if ((old = lh_QUERY_delete(alg->cache, &elem)) != NULL) { in ossl_method_store_cache_set()
747 impl_cache_free(old); in ossl_method_store_cache_set()
762 if ((old = lh_QUERY_insert(alg->cache, p)) != NULL) { in ossl_method_store_cache_set()
763 impl_cache_free(old); in ossl_method_store_cache_set()
/openssl/
H A D.gitignore86 /crypto/err/openssl.txt.old
87 /engines/e_afalg.txt.old
88 /engines/e_capi.txt.old
89 /engines/e_dasync.txt.old
90 /engines/e_ossltest.txt.old
/openssl/test/
H A Dthreadstest.c122 int *old, *new; in rwwriter_fn() local
137 old = rwwriter_ptr; in rwwriter_fn()
141 if (old != NULL) in rwwriter_fn()
142 CRYPTO_free(old, __FILE__, __LINE__); in rwwriter_fn()
173 int old = 0; in rwreader_fn() local
185 if (rwwriter_ptr != NULL && old > *rwwriter_ptr) { in rwreader_fn()
319 uint64_t *old, *new; in writer_fn() local
328 old = ossl_rcu_deref(&writer_ptr); in writer_fn()
333 ossl_rcu_call(rcu_lock, free_old_rcu_data, old); in writer_fn()
337 CRYPTO_free(old, NULL, 0); in writer_fn()
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_common.txt256 # The old FIPS provider doesn't include the workaround (#13817)
264 # The old FIPS provider doesn't include the workaround (#13817)
272 # The old FIPS provider doesn't include the workaround (#13817)
413 # The old FIPS provider doesn't include the workaround (#13817)
420 # The old FIPS provider doesn't include the workaround (#13817)
427 # The old FIPS provider doesn't include the workaround (#13817)
434 # The old FIPS provider doesn't include the workaround (#13817)
476 # The old FIPS provider doesn't include the workaround (#13817)
483 # The old FIPS provider doesn't include the workaround (#13817)
491 # The old FIPS provider doesn't include the workaround (#13817)
[all …]
/openssl/doc/internal/man3/
H A Dossl_rcu_lock_new.pod94 holds on the lock have been released, guaranteeing that any old data updated by
187 * 2) read the old pointer
192 * 3) Copy the old pointer to the new object, and
209 * 6) wait for any read side holds on the old data
215 * 7) free the old pointer, now that there are no
/openssl/doc/man3/
H A DEVP_CIPHER_CTX_get_cipher_data.pod26 returned from this function. If the old data is no longer required then it
34 The EVP_CIPHER_CTX_set_cipher_data() function returns a pointer to the old
H A DSSL_CTX_add_session.pod19 the same session id already exists, the old session is removed by calling
30 stored in a different SSL_SESSION object, The old session is
H A DBN_generate_prime.pod150 BN_is_prime_fasttest_ex() and BN_is_prime_ex() respectively, but with the old
165 B<BN_GENCB> structure that are supported: "new" style and "old" style. New
166 programs should prefer the "new" style, whilst the "old" style is provided
182 style callbacks or B<callback(a, b, cb_arg)> for old style.
188 BN_generate_prime_ex() but expects an old-style callback function
H A DRSA_generate_key.pod64 expects an old-style callback function; see
65 L<BN_generate_prime(3)> for information on the old-style callback.
H A DDSA_generate_parameters.pod55 expects an old-style callback function; see
56 L<BN_generate_prime(3)> for information on the old-style callback.
H A DBIO_set_callback.pod52 BIO_set_callback() and BIO_get_callback() set and retrieve the old format BIO
64 deprecated version of the same callback for use with the old callback
68 is the type of the old format callback function. The meaning of each argument
H A DSSL_set_bio.pod72 same as the previously set value and the old B<rbio> and B<wbio> values
80 previously set value and the old B<rbio> and B<wbio> values were different
H A DSSL_CTX_sess_set_cache_size.pod36 in the session cache, old session will be removed at the next time a
H A DSSL_CTX_new.pod134 Currently, the old function calls are renamed to the corresponding new
136 old function names still compiles. However, using the old function names
H A DDH_generate_parameters.pod60 expects an old-style callback function; see
61 L<BN_generate_prime(3)> for information on the old-style callback.
/openssl/crypto/rand/
H A Drand_lib.c866 EVP_RAND_CTX *old; in RAND_set0_public() local
871 old = CRYPTO_THREAD_get_local(&dgbl->public); in RAND_set0_public()
873 EVP_RAND_CTX_free(old); in RAND_set0_public()
880 EVP_RAND_CTX *old; in RAND_set0_private() local
885 old = CRYPTO_THREAD_get_local(&dgbl->private); in RAND_set0_private()
887 EVP_RAND_CTX_free(old); in RAND_set0_private()
/openssl/crypto/rsa/
H A Drsa_lib.c491 STACK_OF(RSA_PRIME_INFO) *prime_infos, *old = NULL; in RSA_set0_multi_prime_params()
503 old = r->prime_infos; in RSA_set0_multi_prime_params()
529 r->prime_infos = old; in RSA_set0_multi_prime_params()
533 if (old != NULL) { in RSA_set0_multi_prime_params()
540 sk_RSA_PRIME_INFO_pop_free(old, ossl_rsa_multip_info_free); in RSA_set0_multi_prime_params()
/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm45 my $old = $GLOBAL_PREPEND{$pack};
49 $old;
/openssl/test/ocsp-tests/
H A Dmk-ocsp-cert-chain.sh94 rm -f index.txt.old
/openssl/crypto/stack/
H A Dstack.c38 OPENSSL_sk_compfunc old = sk->comp; in OPENSSL_sk_set_cmp_func() local
44 return old; in OPENSSL_sk_set_cmp_func()

Completed in 70 milliseconds

1234