Searched refs:CRYPTO_dup_ex_data (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_backend.c | 110 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_DSA, in ossl_dsa_dup()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_backend.c | 174 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_DH, in ossl_dh_dup()
|
/freebsd/crypto/openssl/test/ |
H A D | exdatatest.c | 215 obj->st |= CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_APP, &obj->ex_data, in MYOBJ_dup()
|
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 269 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, in CRYPTO_dup_ex_data() function
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 420 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_RSA, in ossl_rsa_dup()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 256 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
|
H A D | crypto.h.in | 233 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_get_ex_new_index.pod | 147 two callbacks. If the dup_func() returns B<0> the whole CRYPTO_dup_ex_data()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_backend.c | 659 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_EC_KEY, in ossl_ec_key_dup()
|
H A D | ec_key.c | 165 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_EC_KEY, in EC_KEY_copy()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 793 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_BIO, &new_bio->ex_data, in BIO_dup_chain()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 396 CRYPTO_dup_ex_data(3)
|
H A D | missingcrypto111.txt | 455 CRYPTO_dup_ex_data(3)
|
H A D | libcrypto.num | 1828 CRYPTO_dup_ex_data 1872 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 247 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL_SESSION, in ssl_session_dup_intern()
|
H A D | ssl_lib.c | 4153 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL, &ret->ex_data, &s->ex_data)) in SSL_dup()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 1712 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_EVP_PKEY, in EVP_PKEY_dup()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 797 CRYPTO_dup_ex_data;
|