/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | ex_data.c | 22 CRYPTO_EX_dup *dup_func; member 144 a->dup_func = dummy_dup; in CRYPTO_free_ex_index() 156 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument 185 a->dup_func = dup_func; in CRYPTO_get_ex_new_index() 302 if (storage[i] != NULL && storage[i]->dup_func != NULL) in CRYPTO_dup_ex_data() 303 if (!storage[i]->dup_func(to, from, &ptr, i, in CRYPTO_dup_ex_data()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | ex_data.c | 125 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | CRYPTO_get_ex_new_index.pod | 17 CRYPTO_EX_dup *dup_func, 132 dup_func() is called when a structure is being copied. This is only done 139 When the dup_func() returns, the value in B<*pptr> is copied to the 141 by the dup_func(), then both B<to> and B<from> will point to the same data. 143 two callbacks. If the dup_func() returns B<0> the whole CRYPTO_dup_ex_data() 156 dup_func() should return 0 for failure and 1 for success.
|
H A D | BIO_get_ex_new_index.pod | 26 CRYPTO_EX_dup *dup_func,
|
H A D | RAND_DRBG_set_ex_data.pod | 20 CRYPTO_EX_dup *dup_func,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | cryptlib.h | 126 CRYPTO_EX_dup *dup_func; member 210 CRYPTO_EX_dup *dup_func,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | crypto.h | 173 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 255 =item int B<SSL_CTX_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_func… 432 …_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_func)(void), void (*fr… 551 =item int B<SSL_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_func)(vo…
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | crypto.h.in | 223 CRYPTO_EX_dup *dup_func,
|