/openssl/crypto/x509/ |
H A D | x_req.c | 67 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 D | x_x509.c | 103 X509 *old = exarg; in x509_cb() local 105 if (!ossl_x509_set0_libctx(ret, old->libctx, old->propq)) in x509_cb()
|
H A D | x_crl.c | 277 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 D | openssl-rehash.pod.in | 18 [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 D | defn_cache.c | 92 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 D | property.c | 724 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 | .gitignore | 86 /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 D | threadstest.c | 122 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 D | evppkey_rsa_common.txt | 256 # 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 D | ossl_rcu_lock_new.pod | 94 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 D | EVP_CIPHER_CTX_get_cipher_data.pod | 26 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 D | SSL_CTX_add_session.pod | 19 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 D | BN_generate_prime.pod | 150 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 D | RSA_generate_key.pod | 64 expects an old-style callback function; see 65 L<BN_generate_prime(3)> for information on the old-style callback.
|
H A D | DSA_generate_parameters.pod | 55 expects an old-style callback function; see 56 L<BN_generate_prime(3)> for information on the old-style callback.
|
H A D | BIO_set_callback.pod | 52 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 D | SSL_set_bio.pod | 72 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 D | SSL_CTX_sess_set_cache_size.pod | 36 in the session cache, old session will be removed at the next time a
|
H A D | SSL_CTX_new.pod | 134 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 D | DH_generate_parameters.pod | 60 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 D | rand_lib.c | 883 EVP_RAND_CTX *old; in RAND_set0_public() local 888 old = CRYPTO_THREAD_get_local(&dgbl->public); in RAND_set0_public() 890 EVP_RAND_CTX_free(old); in RAND_set0_public() 897 EVP_RAND_CTX *old; in RAND_set0_private() local 902 old = CRYPTO_THREAD_get_local(&dgbl->private); in RAND_set0_private() 904 EVP_RAND_CTX_free(old); in RAND_set0_private()
|
/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 491 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 D | Template.pm | 45 my $old = $GLOBAL_PREPEND{$pack}; 49 $old;
|
/openssl/test/ocsp-tests/ |
H A D | mk-ocsp-cert-chain.sh | 94 rm -f index.txt.old
|
/openssl/crypto/stack/ |
H A D | stack.c | 38 OPENSSL_sk_compfunc old = sk->comp; in OPENSSL_sk_set_cmp_func() local 44 return old; in OPENSSL_sk_set_cmp_func()
|