Searched refs:method (Results 176 - 200 of 388) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c157 char method[3]; /* compress type */ member in struct:lha
527 * Check the header format and method type.
540 lha->method[0] = p[H_METHOD_OFFSET+1];
541 lha->method[1] = p[H_METHOD_OFFSET+2];
542 lha->method[2] = p[H_METHOD_OFFSET+3];
543 if (memcmp(lha->method, "lhd", 3) == 0)
547 if (memcmp(lha->method, "lh0", 3) == 0 ||
548 memcmp(lha->method, "lz4", 3) == 0)
743 lha->method[0], lha->method[
1859 lzh_decode_init(struct lzh_stream *strm, const char *method) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_teap.c2 * EAP peer method: EAP-TEAP (RFC 7170)
174 * inner EAP method). */
188 data->phase2_type.method = EAP_TYPE_NONE;
314 data->phase2_type.method);
344 data->phase2_type.method = EAP_TYPE_TNC;
346 "EAP-TEAP: Selected Phase 2 EAP vendor %d method %d for TNC",
348 data->phase2_type.method);
355 data->phase2_types[i].method != type)
359 data->phase2_type.method = data->phase2_types[i].method;
[all...]
H A Deap_fast.c2 * EAP peer method: EAP-FAST (RFC 4851)
171 data->phase2_type.method = EAP_TYPE_NONE;
349 data->phase2_type.method);
384 data->phase2_type.method = EAP_TYPE_TNC;
386 "vendor %d method %d for TNC",
388 data->phase2_type.method);
395 data->phase2_types[i].method != type)
399 data->phase2_type.method = data->phase2_types[i].method;
401 "vendor %d method
[all...]
H A Deap_tls_common.c294 * @eap_type: EAP method used in Phase 1 (EAP_TYPE_TLS/PEAP/TTLS/FAST)
398 * @eap_type: EAP method used in Phase 1 (EAP_TYPE_TLS/PEAP/TTLS/FAST)
403 * (client/server random and method type).
716 * tls_connection_established() returns 1, EAP method specific decrypting of
896 * for continuation of EAP method processing. The caller is responsible for
1082 * eap_peer_select_phase2_methods - Select phase 2 EAP method
1089 * This function is used to parse EAP method list and select allowed methods
1099 u32 method; local
1125 method = eap_get_phase2_type(start, &vendor);
1126 if (vendor == EAP_VENDOR_IETF && method
[all...]
H A Deap.h23 u32 method; member in struct:eap_method_type
210 * An EAP method can perform a pending operation (e.g., to get a
240 * @parameter: Step-specific parameter, e.g., EAP method name
246 * notify_eap_error - Report EAP method error code
248 * @error_code: Error code from the used EAP method
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c100 static int ofw_real_call_method(ofw_t, ihandle_t instance, const char *method,
751 /* Call the method in the scope of a given instance. */
753 ofw_real_call_method(ofw_t ofw, ihandle_t instance, const char *method, argument
761 cell_t method; member in struct:__anon8412
768 args.name = (cell_t)(uintptr_t)"call-method";
778 args.method = ofw_real_map(method, strlen(method) + 1);
785 if (args.method == 0 ||
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c499 if (!s->method->ssl3_enc->setup_key_block(s)) {
505 if (!s->method->ssl3_enc->change_cipher_state(s,
530 s->method->
532 s->method->
706 if (s->method->version == DTLS_ANY_VERSION) {
724 * Update method so we don't use any DTLS 1.2 features.
726 s->method = DTLSv1_client_method();
730 * We only support one version: update method
733 s->method = DTLSv1_2_client_method();
869 *(p++) = 0; /* Add the NULL method */
[all...]
H A Dbio_ssl.c302 if (ssl->handshake_func == ssl->method->ssl_connect)
304 else if (ssl->handshake_func == ssl->method->ssl_accept)
584 if (b->method->type == BIO_TYPE_SSL) {
H A Dssl_txt.c237 comp->method->name) <= 0)
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_asus_wmi.c270 static int acpi_asus_wmi_evaluate_method(device_t wmi_dev, int method,
354 /* Find proper DSTS method. */
368 device_printf(dev, "Can not detect DSTS method ID\n");
596 acpi_asus_wmi_evaluate_method(device_t wmi_dev, int method, argument
606 ACPI_ASUS_WMI_MGMT_GUID, 1, method, &in, &out))) {
/freebsd-11-stable/sys/kern/
H A Dkern_osd.c379 osd_call(u_int type, u_int method, void *obj, void *data) argument
385 KASSERT(method < osdm[type].osd_nmethods, ("Invalid method."));
388 * Call this method for every slot that defines it, stopping if an
395 method];
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_ldap.c109 int method; member in struct:cr_ent
281 creds->method = LDAP_AUTH_SIMPLE;
346 if (ldap_bind_s(ld, c->who, c->pw, c->method) != LDAP_SUCCESS) {
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c1150 if (sa_mad->method == IB_MAD_METHOD_GET)
1442 if (sa_mad->method == IB_MAD_METHOD_GET &&
1488 if (sa_mad->method == IB_MAD_METHOD_GET &&
1503 if (sa_mad->method == IB_MAD_METHOD_GET &&
1596 sa_mad->method != IB_MAD_METHOD_GET &&
1727 if (p_sa_mad->method != IB_MAD_METHOD_GET &&
1728 p_sa_mad->method != IB_MAD_METHOD_GETTABLE) {
1731 ib_get_sa_method_str(p_sa_mad->method));
1858 if (p_sa_mad->method == IB_MAD_METHOD_GET &&
1890 if (p_sa_mad->method
[all...]
H A Dosm_sa_link_record.c437 if (p_sa_mad->method != IB_MAD_METHOD_GET &&
438 p_sa_mad->method != IB_MAD_METHOD_GETTABLE) {
441 ib_get_sa_method_str(p_sa_mad->method));
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c336 u8 method; member in struct:nai_realm_eap
382 e->method = *pos++;
384 wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u",
385 elen, e->method, auth_count);
409 if (e->method != EAP_TYPE_TTLS)
430 wpa_printf(MSG_DEBUG, "Inner EAP method: %u",
605 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) {
607 "nai-realm-cred-username: EAP method not supported: %d",
608 eap->method);
609 return 0; /* method no
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp353 /// should be casted in order to correctly call the given method
356 /// \param method - may be null
357 /// \param resultType - the result type to use if there's no method
360 CGObjCRuntime::getMessageSendInfo(const ObjCMethodDecl *method, argument
363 // If there's a method, use information from that.
364 if (method) {
366 CGM.getTypes().arrangeObjCMessageSendSignature(method, callArgs[0].Ty);
377 // There's no method; just use a default CC.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java41 * equals() method.
595 Method method = TestBean.class.getDeclaredMethod(methodName);
596 obj = method.invoke(null);
630 Method method = TestBean.class.getDeclaredMethod(methodName);
631 obj = method.invoke(null);
/freebsd-11-stable/crypto/openssl/crypto/dso/
H A Ddso.h77 * dso_name_converter function of the method. Eg. win32 will transform "blah"
115 * The function prototype used for method functions (or caller-provided
124 * The function prototype used for method functions (or caller-provided
132 * fashion that is sensible for the DSO method in question. The only rule
199 * handler. All in all, let each method control its own destiny.
242 DSO *DSO_new_method(DSO_METHOD *method);
312 * This method is the default, but will beg, borrow, or steal whatever method
319 * This method is defined for all platforms - if a platform has no DSO
320 * support then this will be the only method!
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dopenfirm.h158 int OF_call_method(const char *method, ihandle_t instance,
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_smi.h51 u8 method; member in struct:ib_smp
/freebsd-11-stable/stand/ofw/libofw/
H A Dopenfirm.c450 /* Call the method in the scope of a given instance. */
452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) argument
459 cell_t method; member in struct:__anon5073
463 (cell_t)"call-method",
474 args.method = (cell_t)method;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap.h28 u32 method; member in struct:eap_user::__anon3713
/freebsd-11-stable/contrib/libpcap/
H A Drpcap-protocol.h335 uint8 method; /* Sampling method */ member in struct:rpcap_sampling
338 uint32 value; /* Parameter related to the sampling method */
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp60 ObjCMethodDecl *method,
65 DictWithObjectsMethod(method) {
97 ObjCMethodDecl *method, SourceRange SR) {
100 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR);
58 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, bool HasPackExpansions, QualType T, ObjCMethodDecl *method, SourceRange SR) argument
94 Create(const ASTContext &C, ArrayRef<ObjCDictionaryElement> VK, bool HasPackExpansions, QualType T, ObjCMethodDecl *method, SourceRange SR) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h104 const llvm::pdb::PDBSymbolFunc &method) const;

Completed in 390 milliseconds

1234567891011>>