Searched refs:dup_func (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/man3/ |
H A D | BIO_get_ex_new_index.pod | 36 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 D | CRYPTO_get_ex_new_index.pod | 18 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
|
/openssl/crypto/ |
H A D | ex_data.c | 133 a->dup_func = dummy_dup; in ossl_crypto_free_ex_index_ex() 152 CRYPTO_EX_dup *dup_func, in ossl_crypto_get_ex_new_index_ex() argument 187 a->dup_func = dup_func; in ossl_crypto_get_ex_new_index_ex() 205 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument 209 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index() 328 if (storage[i] != NULL && storage[i]->dup_func != NULL) in CRYPTO_dup_ex_data() 329 if (!storage[i]->dup_func(to, from, &ptr, i, in CRYPTO_dup_ex_data()
|
/openssl/include/internal/ |
H A D | cryptlib.h | 75 CRYPTO_EX_dup *dup_func; member 144 CRYPTO_EX_dup *dup_func,
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 235 CRYPTO_EX_dup *dup_func,
|
Completed in 12 milliseconds