Home
last modified time | relevance | path

Searched refs:new_func (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/
H A Dex_data.c132 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 DBIO_get_ex_new_index.pod35 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 DCRYPTO_get_ex_new_index.pod17 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 Dcryptlib.h71 CRYPTO_EX_new *new_func; member
141 CRYPTO_EX_new *new_func,
/openssl/include/openssl/
H A Dcrypto.h.in233 CRYPTO_EX_new *new_func,

Completed in 25 milliseconds