Home
last modified time | relevance | path

Searched refs:dup_func (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dex_data.c125 a->dup_func = dummy_dup; in ossl_crypto_free_ex_index_ex()
144 CRYPTO_EX_dup *dup_func, in ossl_crypto_get_ex_new_index_ex() argument
181 a->dup_func = dup_func; in ossl_crypto_get_ex_new_index_ex()
199 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument
203 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index()
326 if (storage[i] != NULL && storage[i]->dup_func != NULL) in CRYPTO_dup_ex_data()
327 if (!storage[i]->dup_func(to, from, &ptr, i, in CRYPTO_dup_ex_data()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_get_ex_new_index.pod36 CRYPTO_EX_dup *dup_func,
51 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
55 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
59 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
63 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
69 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
H A DCRYPTO_get_ex_new_index.pod18 CRYPTO_EX_dup *dup_func,
138 dup_func() is called when a structure is being copied. This is only done
143 When the dup_func() returns, the value in B<*from_d> is copied to the
145 by the dup_func(), then both B<to> and B<from> will point to the same data.
147 two callbacks. If the dup_func() returns B<0> the whole CRYPTO_dup_ex_data()
160 dup_func() should return 0 for failure and 1 for success.
166 The signature of the dup_func() callback was changed in OpenSSL 3.0 to use the
/freebsd/crypto/openssl/include/internal/
H A Dcryptlib.h126 CRYPTO_EX_dup *dup_func; member
210 CRYPTO_EX_dup *dup_func,
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h246 CRYPTO_EX_dup *dup_func,
H A Dcrypto.h.in223 CRYPTO_EX_dup *dup_func,