Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]
/freebsd-13.1/contrib/wpa/src/eap_server/
H A Deap_server_methods.c26 enum eap_type method) in eap_server_get_eap_method() argument
30 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
52 return m->method; in eap_server_get_type()
73 enum eap_type method, in eap_server_method_alloc() argument
82 eap->method = method; in eap_server_method_alloc()
94 os_free(method); in eap_server_method_free()
112 if (method == NULL || method->name == NULL || in eap_server_method_register()
114 eap_server_method_free(method); in eap_server_method_register()
120 m->method == method->method) || in eap_server_method_register()
129 last->next = method; in eap_server_method_register()
[all …]
/freebsd-13.1/tools/regression/geom/ConfCmp/
H A Da1.conf3 <method>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
104 <method><ref>0x80712c0</ref></method>
[all …]
H A Da1a.conf3 <method>
8 <method><ref>0x90712c0</ref></method>
20 <method><ref>0x90712c0</ref></method>
32 <method><ref>0x90712c0</ref></method>
44 <method><ref>0x90712c0</ref></method>
56 <method><ref>0x90712c0</ref></method>
68 <method><ref>0x90712c0</ref></method>
80 <method><ref>0x90712c0</ref></method>
92 <method><ref>0x90712c0</ref></method>
104 <method><ref>0x90712c0</ref></method>
[all …]
H A Da1b.conf3 <method>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
104 <method><ref>0x80712c0</ref></method>
[all …]
H A Da1c.conf3 <method>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
104 <method><ref>0x80712c0</ref></method>
[all …]
H A Da1d.conf3 <method>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
104 <method><ref>0x80712c0</ref></method>
[all …]
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_methods.c31 enum eap_type method) in eap_peer_get_eap_method() argument
35 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
57 return m->method; in eap_peer_get_type()
242 if (m == method) in eap_peer_method_unload()
283 enum eap_type method, in eap_peer_method_alloc() argument
292 eap->method = method; in eap_peer_method_alloc()
304 os_free(method); in eap_peer_method_free()
322 if (method == NULL || method->name == NULL || in eap_peer_method_register()
330 m->method == method->method) || in eap_peer_method_register()
339 last->next = method; in eap_peer_method_register()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm64/cavium/
H A Dthunder-88xx.dtsi58 method = "smc";
69 enable-method = "psci";
75 enable-method = "psci";
81 enable-method = "psci";
87 enable-method = "psci";
93 enable-method = "psci";
99 enable-method = "psci";
105 enable-method = "psci";
111 enable-method = "psci";
117 enable-method = "psci";
[all …]
/freebsd-13.1/crypto/openssl/crypto/ui/
H A Dui_lib.c39 if (method == NULL) in UI_new_method()
41 if (method == NULL) in UI_new_method()
42 method = UI_null(); in UI_new_method()
43 ret->meth = method; in UI_new_method()
710 if (method != NULL) in UI_method_get_opener()
717 if (method != NULL) in UI_method_get_writer()
724 if (method != NULL) in UI_method_get_flusher()
731 if (method != NULL) in UI_method_get_reader()
738 if (method != NULL) in UI_method_get_closer()
746 if (method != NULL) in UI_method_get_prompt_constructor()
[all …]
/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c77 const X509V3_EXT_METHOD *method; in X509V3_EXT_print() local
85 if ((method = X509V3_EXT_get(ext)) == NULL) in X509V3_EXT_print()
87 if (method->it) in X509V3_EXT_print()
95 if (method->i2s) { in X509V3_EXT_print()
96 if ((value = method->i2s(method, ext_str)) == NULL) { in X509V3_EXT_print()
115 } else if (method->i2v) { in X509V3_EXT_print()
116 if ((nval = method->i2v(method, ext_str, NULL)) == NULL) { in X509V3_EXT_print()
122 } else if (method->i2r) { in X509V3_EXT_print()
123 if (!method->i2r(method, ext_str, out, indent)) in X509V3_EXT_print()
131 if (method->it) in X509V3_EXT_print()
[all …]
H A Dv3_conf.c72 const X509V3_EXT_METHOD *method; in do_ext_nconf() local
86 if (method->v2i) { in do_ext_nconf()
100 ext_struc = method->v2i(method, ctx, nval); in do_ext_nconf()
105 } else if (method->s2i) { in do_ext_nconf()
106 if ((ext_struc = method->s2i(method, ctx, value)) == NULL) in do_ext_nconf()
108 } else if (method->r2i) { in do_ext_nconf()
113 if ((ext_struc = method->r2i(method, ctx, value)) == NULL) in do_ext_nconf()
123 if (method->it) in do_ext_nconf()
126 method->ext_free(ext_struc); in do_ext_nconf()
139 if (method->it) { in do_ext_i2d()
[all …]
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dui.h43 UI *UI_new_method(const UI_METHOD *method);
298 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui));
299 int UI_method_set_writer(UI_METHOD *method,
302 int UI_method_set_reader(UI_METHOD *method,
305 int UI_method_set_data_duplicator(UI_METHOD *method,
308 int UI_method_set_prompt_constructor(UI_METHOD *method,
314 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data);
315 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *);
317 int (*UI_method_get_flusher(const UI_METHOD *method)) (UI *);
319 int (*UI_method_get_closer(const UI_METHOD *method)) (UI *);
[all …]
/freebsd-13.1/sys/vm/
H A Dvm_pager.h199 pgo_pageunswapped_t *method; in vm_pager_page_unswapped() local
202 if (method != NULL) in vm_pager_page_unswapped()
203 method(m); in vm_pager_page_unswapped()
210 pgo_writecount_t *method; in vm_pager_update_writecount() local
213 if (method != NULL) in vm_pager_update_writecount()
221 pgo_writecount_t *method; in vm_pager_release_writecount() local
224 if (method != NULL) in vm_pager_release_writecount()
231 pgo_getvp_t *method; in vm_pager_getvp() local
237 if (method != NULL) in vm_pager_getvp()
245 pgo_freespace_t *method; in vm_pager_freespace() local
[all …]
/freebsd-13.1/crypto/openssh/
H A Daudit.c47 audit_classify_auth(const char *method) in audit_classify_auth() argument
49 if (strcmp(method, "none") == 0) in audit_classify_auth()
51 else if (strcmp(method, "password") == 0) in audit_classify_auth()
53 else if (strcmp(method, "publickey") == 0 || in audit_classify_auth()
54 strcmp(method, "rsa") == 0) in audit_classify_auth()
56 else if (strncmp(method, "keyboard-interactive", 20) == 0 || in audit_classify_auth()
57 strcmp(method, "challenge-response") == 0) in audit_classify_auth()
59 else if (strcmp(method, "hostbased") == 0 || in audit_classify_auth()
60 strcmp(method, "rhosts-rsa") == 0) in audit_classify_auth()
62 else if (strcmp(method, "gssapi-with-mic") == 0) in audit_classify_auth()
H A Dauth2.c333 m = authmethod_lookup(authctxt, method); in input_userauth_request()
346 free(method); in input_userauth_request()
366 !auth_root_allowed(ssh, method)) { in userauth_finish()
528 char *methods, *omethods, *method, *p; in auth2_methods_valid() local
539 if ((p = strchr(method, ':')) != NULL) in auth2_methods_valid()
548 method, _methods); in auth2_methods_valid()
557 method); in auth2_methods_valid()
617 size_t l = strlen(method); in list_starts_with()
621 if (strncmp(methods, method, l) != 0) in list_starts_with()
649 size_t l = strlen(method); in remove_method()
[all …]
/freebsd-13.1/crypto/openssl/crypto/ocsp/
H A Dv3_ocsp.c23 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *nonce,
25 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *nonce,
27 static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out,
34 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce,
37 static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method,
39 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method,
41 static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in,
143 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff() argument
215 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, in i2r_ocsp_nonce() argument
233 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, in s2i_ocsp_nocheck() argument
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DUI_create_method.pod14 interface method creation and destruction
25 int UI_method_set_writer(UI_METHOD *method,
28 int UI_method_set_reader(UI_METHOD *method,
31 int UI_method_set_data_duplicator(UI_METHOD *method,
34 int UI_method_set_prompt_constructor(UI_METHOD *method,
41 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *);
104 This depends on the needs of the method.
109 This is how the UI_OpenSSL() method does it.
173 return the different method functions.
187 return 0 on success, -1 if the given B<method> is NULL.
[all …]
H A DX509_LOOKUP_meth_new.pod30 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method);
32 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method,
37 int X509_LOOKUP_meth_set_free(X509_LOOKUP_METHOD *method,
42 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method,
47 int X509_LOOKUP_meth_set_shutdown(X509_LOOKUP_METHOD *method,
54 int X509_LOOKUP_meth_set_ctrl(X509_LOOKUP_METHOD *method,
65 const X509_LOOKUP_METHOD *method);
75 const X509_LOOKUP_METHOD *method);
85 const X509_LOOKUP_METHOD *method);
95 const X509_LOOKUP_METHOD *method);
[all …]
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbio_cb.c39 BIO_snprintf(p, left, "Free - %s\n", bio->method->name); in BIO_debug_callback()
42 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback()
45 bio->method->name, bio->num); in BIO_debug_callback()
48 bio->num, (unsigned long)argi, bio->method->name); in BIO_debug_callback()
51 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback()
54 bio->method->name, bio->num); in BIO_debug_callback()
57 bio->num, (unsigned long)argi, bio->method->name); in BIO_debug_callback()
60 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name); in BIO_debug_callback()
64 bio->method->name); in BIO_debug_callback()
68 bio->method->name); in BIO_debug_callback()
H A Dbio_lib.c80 bio->method = method; in BIO_new()
94 if (method->create != NULL && !method->create(bio)) { in BIO_new()
131 if ((a->method != NULL) && (a->method->destroy != NULL)) in BIO_free()
237 return b->method->name; in BIO_method_name()
242 return b->method->type; in BIO_method_type()
255 if ((b == NULL) || (b->method == NULL) || (b->method->bread == NULL)) { in bio_read_intern()
328 if ((b->method == NULL) || (b->method->bwrite == NULL)) { in bio_write_intern()
392 if ((b == NULL) || (b->method == NULL) || (b->method->bputs == NULL)) { in BIO_puts()
437 if ((b == NULL) || (b->method == NULL) || (b->method->bgets == NULL)) { in BIO_gets()
517 if ((b->method == NULL) || (b->method->ctrl == NULL)) { in BIO_ctrl()
[all …]
/freebsd-13.1/contrib/apr/poll/unix/
H A Dpollcb.c47 switch (method) { in pollcb_provider()
108 if (method == APR_POLLSET_DEFAULT) { in apr_pollcb_create_ex()
109 method = APR_POLLSET_POLL; in apr_pollcb_create_ex()
113 if (method == APR_POLLSET_DEFAULT) in apr_pollcb_create_ex()
114 method = pollset_default_method; in apr_pollcb_create_ex()
116 provider = pollcb_provider(method); in apr_pollcb_create_ex()
120 if (method == pollset_default_method) in apr_pollcb_create_ex()
122 method = pollset_default_method; in apr_pollcb_create_ex()
140 if (method == pollset_default_method) { in apr_pollcb_create_ex()
188 apr_pollset_method_e method = APR_POLLSET_DEFAULT; in apr_pollcb_create() local
[all …]
H A Dpollset.c66 switch (method) { in pollset_provider()
119 if (method == APR_POLLSET_DEFAULT) { in apr_pollset_create_ex()
120 method = APR_POLLSET_POLL; in apr_pollset_create_ex()
124 if (method == APR_POLLSET_DEFAULT) in apr_pollset_create_ex()
125 method = pollset_default_method; in apr_pollset_create_ex()
127 provider = pollset_provider(method); in apr_pollset_create_ex()
131 if (method == pollset_default_method) in apr_pollset_create_ex()
133 method = pollset_default_method; in apr_pollset_create_ex()
150 if (method == pollset_default_method) { in apr_pollset_create_ex()
207 apr_pollset_method_e method = APR_POLLSET_DEFAULT; in apr_pollset_create() local
[all …]
/freebsd-13.1/lib/libc/tests/resolv/
H A Dresolv_test.c54 enum method { enum
66 static void resolvone(long, int, enum method);
68 static pthread_t run(int, enum method, long);
175 resolvone(long threadnum, int n, enum method method) in resolvone() argument
183 switch (method) { in resolvone()
211 enum method method; member
234 run(int nhosts, enum method method, long i) in run() argument
245 args->method = method; in run()
253 run_tests(const char *hostlist_file, enum method method) in run_tests() argument
279 threads[i] = run(nhosts, method, i); in run_tests()
[all …]
/freebsd-13.1/sys/dev/acpi_support/
H A Dacpi_hp.c181 int method; member
269 .method = ACPI_HP_METHOD_ALS,
286 .method = ACPI_HP_METHOD_DOCK,
566 acpi_hp_sysctls[i].method == in acpi_hp_attach()
568 acpi_hp_sysctls[i].method == in acpi_hp_attach()
570 acpi_hp_sysctls[i].method == in acpi_hp_attach()
572 acpi_hp_sysctls[i].method == in acpi_hp_attach()
648 int method; in acpi_hp_sysctl() local
654 method = acpi_hp_sysctls[function].method; in acpi_hp_sysctl()
676 switch (method) { in acpi_hp_sysctl_get()
[all …]

12345678910>>...41