Home
last modified time | relevance | path

Searched refs:new_func (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/
H A Dex_data.c124 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()
180 a->new_func = new_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()
203 new_func, dup_func, free_func, 0); in CRYPTO_get_ex_new_index()
249 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex()
251 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex()
455 if (f->new_func == NULL) in ossl_crypto_alloc_ex_data_intern()
458 f->new_func(ob in ossl_crypto_alloc_ex_data_intern()
141 ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func, int priority) ossl_crypto_get_ex_new_index_ex() argument
198 CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) CRYPTO_get_ex_new_index() argument
[all...]
/third_party/openssl/crypto/
H A Dex_data.c124 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()
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()
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(ob in ossl_crypto_alloc_ex_data_intern()
141 ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func, int priority) ossl_crypto_get_ex_new_index_ex() argument
196 CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) CRYPTO_get_ex_new_index() argument
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcfg.c65 struct func_node *new_func, *func; in cfg_append_func() local
75 new_func = calloc(1, sizeof(*new_func)); in cfg_append_func()
76 if (!new_func) { in cfg_append_func()
80 new_func->start = insn; in cfg_append_func()
81 new_func->idx = cfg->func_num; in cfg_append_func()
82 list_add(&new_func->l, &func->l); in cfg_append_func()
85 return new_func; in cfg_append_func()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dcfg.c65 struct func_node *new_func, *func; in cfg_append_func() local
75 new_func = calloc(1, sizeof(*new_func)); in cfg_append_func()
76 if (!new_func) { in cfg_append_func()
80 new_func->start = insn; in cfg_append_func()
81 new_func->idx = cfg->func_num; in cfg_append_func()
82 list_add(&new_func->l, &func->l); in cfg_append_func()
85 return new_func; in cfg_append_func()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dcryptlib.h124 CRYPTO_EX_new *new_func; member
180 void *(*new_func)(OSSL_LIB_CTX *ctx); member
209 CRYPTO_EX_new *new_func,
/third_party/openssl/include/internal/
H A Dcryptlib.h124 CRYPTO_EX_new *new_func; member
180 void *(*new_func)(OSSL_LIB_CTX *ctx); member
209 CRYPTO_EX_new *new_func,
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc237 LogHandler* SetLogHandler(LogHandler* new_func) { in SetLogHandler() argument
242 if (new_func == nullptr) { in SetLogHandler()
245 internal::log_handler_ = new_func; in SetLogHandler()
/kernel/linux/linux-5.10/samples/livepatch/
H A Dlivepatch-shadow-fix1.c139 .new_func = livepatch_fix1_dummy_alloc,
143 .new_func = livepatch_fix1_dummy_free,
H A Dlivepatch-shadow-fix2.c98 .new_func = livepatch_fix2_dummy_check,
102 .new_func = livepatch_fix2_dummy_free,
H A Dlivepatch-sample.c42 .new_func = livepatch_cmdline_proc_show,
H A Dlivepatch-callbacks-demo.c144 .new_func = patched_work_func,
/kernel/linux/linux-6.6/samples/livepatch/
H A Dlivepatch-shadow-fix1.c139 .new_func = livepatch_fix1_dummy_alloc,
143 .new_func = livepatch_fix1_dummy_free,
H A Dlivepatch-shadow-fix2.c98 .new_func = livepatch_fix2_dummy_check,
102 .new_func = livepatch_fix2_dummy_free,
H A Dlivepatch-sample.c42 .new_func = livepatch_cmdline_proc_show,
H A Dlivepatch-callbacks-demo.c144 .new_func = patched_work_func,
/kernel/linux/linux-5.10/include/linux/
H A Dlivepatch.h29 * @new_func: pointer to the patched function code
60 void *new_func; member
187 func->old_name || func->new_func || func->old_sympos; \
/kernel/linux/linux-6.6/include/linux/
H A Dlivepatch.h28 * @new_func: pointer to the patched function code
59 void *new_func; member
186 func->old_name || func->new_func || func->old_sympos; \
/kernel/linux/linux-5.10/lib/livepatch/
H A Dtest_klp_atomic_replace.c25 .new_func = livepatch_meminfo_proc_show,
H A Dtest_klp_livepatch.c21 .new_func = livepatch_cmdline_proc_show,
H A Dtest_klp_callbacks_demo.c67 .new_func = patched_work_func,
/kernel/linux/linux-6.6/lib/livepatch/
H A Dtest_klp_atomic_replace.c25 .new_func = livepatch_meminfo_proc_show,
H A Dtest_klp_livepatch.c21 .new_func = livepatch_cmdline_proc_show,
H A Dtest_klp_callbacks_demo.c67 .new_func = patched_work_func,
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dcrypto.rs26 new_func: Option<CRYPTO_EX_new>, in CRYPTO_get_ex_new_index()
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dtransition.c208 func_addr = (unsigned long)func->new_func; in klp_check_stack_func()
226 func_addr = (unsigned long)prev->new_func; in klp_check_stack_func()

Completed in 11 milliseconds

1234