Searched refs:new_func (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/ |
H A D | ex_data.c | 132 a->new_func = dummy_new; in ossl_crypto_free_ex_index_ex() 151 CRYPTO_EX_new *new_func, in ossl_crypto_get_ex_new_index_ex() argument 186 a->new_func = new_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() 253 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex() 255 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 457 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern() 460 f->new_func(obj, NULL, ad, idx, f->argl, f->argp); in ossl_crypto_alloc_ex_data_intern()
|
/openssl/doc/man3/ |
H A D | BIO_get_ex_new_index.pod | 35 CRYPTO_EX_new *new_func, 50 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 54 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 58 int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 62 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 68 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
H A D | CRYPTO_get_ex_new_index.pod | 17 CRYPTO_EX_new *new_func, 118 new_func() is called for every defined index. There is no requirement 120 The new_func() is typically used only to allocate memory to store the 130 Both new_func() and free_func() take the same parameters. 132 The B<ptr> is the current exdata item; for new_func() this will typically
|
/openssl/include/internal/ |
H A D | cryptlib.h | 73 CRYPTO_EX_new *new_func; member 143 CRYPTO_EX_new *new_func,
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 234 CRYPTO_EX_new *new_func,
|
Completed in 14 milliseconds