Home
last modified time | relevance | path

Searched refs:method (Results 76 – 100 of 1241) sorted by relevance

12345678910>>...50

/freebsd/usr.sbin/ppp/
H A Dlqr.c170 if (p->hdlc.lqm.method & LQM_LQR) { in SendLqrReport()
177 p->hdlc.lqm.method = 0; in SendLqrReport()
183 } else if (p->hdlc.lqm.method & LQM_ECHO) { in SendLqrReport()
192 p->hdlc.lqm.method = 0; in SendLqrReport()
197 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load) in SendLqrReport()
281 physical->hdlc.lqm.method |= LQM_LQR; in lqr_Setup()
336 lqr_Stop(struct physical *physical, int method) in lqr_Stop() argument
338 if (method == LQM_LQR) in lqr_Stop()
341 if (method == LQM_ECHO) in lqr_Stop()
344 physical->hdlc.lqm.method &= ~method; in lqr_Stop()
[all …]
/freebsd/crypto/openssh/
H A Dsshconnect2.c529 if (authctxt->method != NULL && authctxt->method->cleanup != NULL) in userauth()
542 if (method == NULL) in userauth()
545 authctxt->method = method; in userauth()
557 method->enabled = NULL; in userauth()
597 if (authctxt->method != NULL && authctxt->method->cleanup != NULL) in input_userauth_success()
2271 if (method == NULL) in authmethod_is_enabled()
2274 if (method->enabled == NULL || *method->enabled == 0) in authmethod_is_enabled()
2277 if (method->batch_flag != NULL && *method->batch_flag != 0) in authmethod_is_enabled()
2287 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()
2289 return method; in authmethod_lookup()
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_skid.c16 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method,
27 char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, in i2s_ASN1_OCTET_STRING() argument
33 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_OCTET_STRING() argument
91 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, in s2i_skey_id() argument
98 return s2i_ASN1_OCTET_STRING(method, ctx /* not used */, str); in s2i_skey_id()
H A Dv3_bitst.c46 STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, in STACK_OF()
51 for (bnam = method->usr_data; bnam->lname; bnam++) { in STACK_OF()
58 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, in v2i_ASN1_BIT_STRING() argument
72 for (bnam = method->usr_data; bnam->lname; bnam++) { in v2i_ASN1_BIT_STRING()
H A Dv3_san.c18 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
21 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
51 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, in STACK_OF()
66 tmpret = i2v_GENERAL_NAME(method, gen, ret); in STACK_OF()
79 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, in STACK_OF()
301 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt() argument
378 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt() argument
492 if ((gen = v2i_GENERAL_NAME(method, ctx, cnf)) == NULL) in v2i_GENERAL_NAMES()
502 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME() argument
505 return v2i_GENERAL_NAME_ex(NULL, method, ctx, cnf, 0); in v2i_GENERAL_NAME()
[all …]
H A Dv3_bcons.c19 static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
23 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
45 static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
55 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, in v2i_BASIC_CONSTRAINTS() argument
H A Dv3_pcons.c19 *method, void *bcons, STACK_OF(CONF_VALUE)
21 static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method,
44 *method, void *a, STACK_OF(CONF_VALUE)
55 static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, in v2i_POLICY_CONSTRAINTS() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td689 "%select{method %5|constructor|destructor}4|"
690 "%select{method %5|constructor|destructor}4 "
692 "%select{method %5|constructor|destructor}4 "
910 "method %4 with return type %5|"
911 "%select{class|instance}5 method %4|"
914 "%select{regular|direct}5 method %4|"
915 "method %4"
920 "method %3 with different return type %4|"
921 "method %3 as %select{class|instance}4 method|"
924 "%select{regular|direct}4 method %3|"
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dui.h.in55 UI *UI_new_method(const UI_METHOD *method);
234 /* The method with all the built-in thingies */
245 /* ---------- For method writers ---------- */
300 * needed by method authors.
315 int UI_method_set_writer(UI_METHOD *method,
318 int UI_method_set_reader(UI_METHOD *method,
321 int UI_method_set_data_duplicator(UI_METHOD *method,
324 int UI_method_set_prompt_constructor(UI_METHOD *method,
331 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *);
333 int (*UI_method_get_flusher(const UI_METHOD *method)) (UI *);
[all …]
/freebsd/sys/arm64/intel/
H A Dstratix10-svc.c198 char method[16]; in s10_svc_get_callfn() local
200 if ((OF_getprop(node, "method", method, sizeof(method))) > 0) { in s10_svc_get_callfn()
201 if (strcmp(method, "hvc") == 0) in s10_svc_get_callfn()
203 else if (strcmp(method, "smc") == 0) in s10_svc_get_callfn()
207 "Invalid method \"%s\"\n", method); in s10_svc_get_callfn()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b.dtsi50 enable-method = "psci";
60 enable-method = "psci";
70 enable-method = "psci";
80 enable-method = "psci";
90 enable-method = "psci";
100 enable-method = "psci";
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1496 int version = method->version; in ssl_method_error()
1586 switch (s->method->version) { in ssl_version_supported()
1850 s->method = best_method; in ssl_choose_server_version()
1868 const SSL_METHOD *method; in ssl_choose_server_version() local
1873 method = vent->smeth(); in ssl_choose_server_version()
1877 s->method = method; in ssl_choose_server_version()
1921 switch (s->method->version) { in ssl_choose_client_version()
1994 s->method = vent->cmeth(); in ssl_choose_client_version()
2031 const SSL_METHOD *method; in ssl_get_min_max_version() local
2035 switch (s->method->version) { in ssl_get_min_max_version()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c175 if (method) { in is_vendor_method_in_use()
393 if (method) { in ib_register_mad_agent()
1368 *method = kzalloc(sizeof **method, GFP_ATOMIC); in allocate_method_table()
1470 if (!*method) { in add_nonoui_reg_req()
1543 if (!*method) in add_oui_reg_req()
1629 if (method) { in remove_mad_reg_req()
1666 if (method) { in remove_mad_reg_req()
1747 if (method) in find_mad_agent()
1748 mad_agent = method->agent[mad_hdr->method & in find_mad_agent()
1765 if (method) { in find_mad_agent()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-qcom-hw.txt57 enable-method = "psci";
73 enable-method = "psci";
86 enable-method = "psci";
99 enable-method = "psci";
112 enable-method = "psci";
125 enable-method = "psci";
138 enable-method = "psci";
151 enable-method = "psci";
/freebsd/sys/contrib/device-tree/src/arm64/amd/
H A Damd-seattle-cpus.dtsi47 enable-method = "psci";
63 enable-method = "psci";
78 enable-method = "psci";
93 enable-method = "psci";
108 enable-method = "psci";
123 enable-method = "psci";
138 enable-method = "psci";
153 enable-method = "psci";
/freebsd/crypto/openssl/doc/man3/
H A DUI_new.pod22 UI *UI_new_method(const UI_METHOD *method);
83 user-defined random data can be passed down to the underlying method
99 UI_new() creates a new UI using the default UI method. When done with
107 method is the most machine/OS dependent part of OpenSSL and normally
110 UI_null() returns a UI method that does nothing. Its use is to avoid
144 method).
160 method functions.
199 UI_get_method() returns the UI method associated with a given UI.
201 UI_set_method() changes the UI method associated with a given UI.
205 The resulting strings that the built in method UI_OpenSSL() generate
[all …]
H A DSSL_COMP_add_compression_method.pod26 SSL_COMP_add_compression_method() adds the compression method B<cm> with
34 SSL_COMP_get0_name() returns the name of the compression method B<comp>.
36 SSL_COMP_get_id() returns the id of the compression method B<comp>.
54 Unlike the mechanisms to set a cipher list, there is no method available to
55 restrict the list of compression method on a per connection basis.
63 COMP_zlib() compression method available.
84 SSL_COMP_get0_name() returns the name of the compression method or NULL on error.
86 SSL_COMP_get_id() returns the name of the compression method or -1 on error.
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dlinaro,optee-tz.yaml34 method:
37 The method of calling the OP-TEE Trusted OS depending on smc or hvc
46 - method
56 method = "smc";
65 method = "hvc";
/freebsd/sys/sys/
H A Dosd.h68 int osd_call(u_int type, u_int method, void *obj, void *data);
86 #define osd_thread_call(td, method, data) \ argument
87 osd_call(OSD_THREAD, (method), (td), (data))
103 #define osd_jail_call(pr, method, data) \ argument
104 osd_call(OSD_JAIL, (method), (pr), (data))
/freebsd/crypto/openssl/test/ssl-tests/
H A D04-client_auth.cnf.in35 my $method;
44 $method = "DTLS";
73 "Method" => $method,
95 "Method" => $method,
123 "Method" => $method,
153 "Method" => $method,
184 "Method" => $method,
209 "Method" => $method,
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhip06.dtsi18 method = "smc";
88 enable-method = "psci";
96 enable-method = "psci";
104 enable-method = "psci";
112 enable-method = "psci";
120 enable-method = "psci";
128 enable-method = "psci";
136 enable-method = "psci";
144 enable-method = "psci";
152 enable-method = "psci";
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap.c153 if (m[i].vendor == vendor && m[i].method == method) in eap_config_allowed_method()
170 method); in eap_allowed_method()
330 enum eap_type method; in SM_STATE() local
338 method = sm->reqMethod; in SM_STATE()
347 sm->reqVendor, method); in SM_STATE()
368 sm->m->method == method && in SM_STATE()
1597 method = EAP_SM_AKA; in eap_sm_imsi_identity()
1610 switch (method) { in eap_sm_imsi_identity()
2686 u32 method; in eap_get_phase2_types() local
2701 method = m->method; in eap_get_phase2_types()
[all …]
/freebsd/contrib/ofed/libibmad/
H A Dserv.c125 rpc.method = mad_get_field(mad, 0, IB_MAD_METHOD_F); in mad_respond_via()
126 if (rpc.method == IB_MAD_METHOD_SET) in mad_respond_via()
127 rpc.method = IB_MAD_METHOD_GET; in mad_respond_via()
128 if (rpc.method != IB_MAD_METHOD_SEND) in mad_respond_via()
129 rpc.method |= IB_MAD_RESPONSE; in mad_respond_via()
156 portid->qp, rpc.mgtclass, rpc.method, rpc.attr.id, rpc.attr.mod, in mad_respond_via()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Diss4xx-mpic.dts45 dcr-access-method = "native";
59 dcr-access-method = "native";
61 enable-method = "spin-table";
75 dcr-access-method = "native";
77 enable-method = "spin-table";
91 dcr-access-method = "native";
93 enable-method = "spin-table";
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6779.dtsi21 method = "smc";
31 enable-method = "psci";
38 enable-method = "psci";
45 enable-method = "psci";
52 enable-method = "psci";
59 enable-method = "psci";
66 enable-method = "psci";
73 enable-method = "psci";
80 enable-method = "psci";

12345678910>>...50