Searched refs:new_func (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/ |
A D | ex_data.c | 124 a->new_func = dummy_new; in ossl_crypto_free_ex_index_ex() 143 CRYPTO_EX_new *new_func, in ossl_crypto_get_ex_new_index_ex() argument 178 a->new_func = new_func; in ossl_crypto_get_ex_new_index_ex() 197 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index() argument 201 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index() 247 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex() 249 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 453 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern() 456 f->new_func(obj, NULL, ad, idx, f->argl, f->argp); in ossl_crypto_alloc_ex_data_intern()
|
A D | context.c | 307 void *ptr = meth->new_func(ctx); in ossl_lib_ctx_generic_new()
|
/openssl-master/doc/man3/ |
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,
|
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-master/include/internal/ |
A D | cryptlib.h | 124 CRYPTO_EX_new *new_func; member 180 void *(*new_func)(OSSL_LIB_CTX *ctx); member 207 CRYPTO_EX_new *new_func,
|
/openssl-master/doc/internal/man3/ |
A D | ossl_lib_ctx_get_data.pod | 16 void *(*new_func)(OSSL_LIB_CTX *ctx);
|
/openssl-master/include/openssl/ |
A D | crypto.h.in | 220 CRYPTO_EX_new *new_func,
|
Completed in 10 milliseconds