Home
last modified time | relevance | path

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

12345678910>>...39

/freebsd-12.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-12.1/contrib/wpa/src/eap_server/
H A Deap_server_methods.c29 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
51 return m->method; in eap_server_get_type()
80 eap->method = method; in eap_server_method_alloc()
92 os_free(method); in eap_server_method_free()
110 if (method == NULL || method->name == NULL || in eap_server_method_register()
112 eap_server_method_free(method); in eap_server_method_register()
117 if ((m->vendor == method->vendor && in eap_server_method_register()
118 m->method == method->method) || in eap_server_method_register()
120 eap_server_method_free(method); in eap_server_method_register()
127 last->next = method; in eap_server_method_register()
[all …]
/freebsd-12.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-12.1/contrib/wpa/src/eap_peer/
H A Deap_methods.c34 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
56 return m->method; in eap_peer_get_type()
241 if (m == method) in eap_peer_method_unload()
290 eap->method = method; in eap_peer_method_alloc()
302 os_free(method); in eap_peer_method_free()
320 if (method == NULL || method->name == NULL || in eap_peer_method_register()
322 eap_peer_method_free(method); in eap_peer_method_register()
328 m->method == method->method) || in eap_peer_method_register()
330 eap_peer_method_free(method); in eap_peer_method_register()
337 last->next = method; in eap_peer_method_register()
[all …]
/freebsd-12.1/sys/gnu/dts/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-12.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-12.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 …]
H A Dv3_info.c19 *method, AUTHORITY_INFO_ACCESS
23 *method,
49 ASN1_SIMPLE(ACCESS_DESCRIPTION, method, ASN1_OBJECT),
62 X509V3_EXT_METHOD *method, AUTHORITY_INFO_ACCESS *ainfo,
75 tmp = i2v_GENERAL_NAME(method, desc->location, tret);
80 i2t_ASN1_OBJECT(objtmp, sizeof(objtmp), desc->method);
101 *method, in v2i_AUTHORITY_INFO_ACCESS() argument
134 if (!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0)) in v2i_AUTHORITY_INFO_ACCESS()
141 acc->method = OBJ_txt2obj(objtmp, 0); in v2i_AUTHORITY_INFO_ACCESS()
142 if (!acc->method) { in v2i_AUTHORITY_INFO_ACCESS()
[all …]
/freebsd-12.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-12.1/contrib/apr/poll/unix/
H A Dpollcb.c47 switch (method) { in pollcb_provider()
94 if (method == APR_POLLSET_DEFAULT) { in apr_pollcb_create_ex()
95 method = APR_POLLSET_POLL; in apr_pollcb_create_ex()
99 if (method == APR_POLLSET_DEFAULT) in apr_pollcb_create_ex()
100 method = pollset_default_method; in apr_pollcb_create_ex()
102 provider = pollcb_provider(method); in apr_pollcb_create_ex()
106 if (method == pollset_default_method) in apr_pollcb_create_ex()
108 method = pollset_default_method; in apr_pollcb_create_ex()
120 if (method == pollset_default_method) { in apr_pollcb_create_ex()
152 apr_pollset_method_e method = APR_POLLSET_DEFAULT; in apr_pollcb_create() local
[all …]
/freebsd-12.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.pod28 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method);
30 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method,
35 int X509_LOOKUP_meth_set_free(X509_LOOKUP_METHOD *method,
40 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method,
45 int X509_LOOKUP_meth_set_shutdown(X509_LOOKUP_METHOD *method,
52 int X509_LOOKUP_meth_set_ctrl(X509_LOOKUP_METHOD *method,
63 const X509_LOOKUP_METHOD *method);
73 const X509_LOOKUP_METHOD *method);
83 const X509_LOOKUP_METHOD *method);
93 const X509_LOOKUP_METHOD *method);
[all …]
/freebsd-12.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-12.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.c273 method = packet_get_cstring(NULL); in input_userauth_request()
352 m = authmethod_lookup(authctxt, method); in input_userauth_request()
364 free(method); in input_userauth_request()
384 !auth_root_allowed(ssh, method)) { in userauth_finish()
540 char *methods, *omethods, *method, *p; in auth2_methods_valid() local
551 if ((p = strchr(method, ':')) != NULL) in auth2_methods_valid()
560 method, _methods); in auth2_methods_valid()
569 method); in auth2_methods_valid()
621 size_t l = strlen(method); in list_starts_with()
625 if (strncmp(methods, method, l) != 0) in list_starts_with()
[all …]
/freebsd-12.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-12.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,
567 acpi_hp_sysctls[i].method == in acpi_hp_attach()
569 acpi_hp_sysctls[i].method == in acpi_hp_attach()
571 acpi_hp_sysctls[i].method == in acpi_hp_attach()
573 acpi_hp_sysctls[i].method == in acpi_hp_attach()
647 int method; in acpi_hp_sysctl() local
653 method = acpi_hp_sysctls[function].method; in acpi_hp_sysctl()
675 switch (method) { in acpi_hp_sysctl_get()
[all …]
/freebsd-12.1/stand/ficl/softwords/
H A Doo.fr28 \ access method
107 \ by parse-method) and attempts to look this method up in the method list of
124 : catch-method ( instance class c-addr u -- <method-signature> exc-flag )
125 lookup-method catch
128 : exec-method ( instance class c-addr u -- <method-signature> )
129 lookup-method execute
140 parse-method postpone exec-method
149 parse-method postpone catch-method
156 \ method next
157 \ method prev
[all …]
/freebsd-12.1/contrib/ofed/libibmad/
H A Dvendor.c51 static inline int response_expected(int method) in response_expected() argument
53 return method == IB_MAD_METHOD_GET || in response_expected()
54 method == IB_MAD_METHOD_SET || method == IB_MAD_METHOD_TRAP; in response_expected()
80 resp_expected = response_expected(call->method); in ib_vendor_call_via()
84 rpc.method = call->method; in ib_vendor_call_via()
98 rpc.mgtclass, rpc.method, rpc.attr.id, rpc.attr.mod, rpc.datasz, in ib_vendor_call_via()

12345678910>>...39