Home
last modified time | relevance | path

Searched full:methods (Results 1 – 25 of 2076) sorted by relevance

12345678910>>...84

/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_new.3180 These are the general-purpose \fIversion-flexible\fR SSL/TLS methods.
184 Applications should use these methods, and avoid the version-specific
185 methods described below, which are deprecated.
196 A TLS/SSL connection established with these methods will only understand the
197 TLSv1.2 protocol. These methods are deprecated.
200 A TLS/SSL connection established with these methods will only understand the
201 TLSv1.1 protocol. These methods are deprecated.
204 A TLS/SSL connection established with these methods will only understand the
205 TLSv1 protocol. These methods are deprecated.
208 A TLS/SSL connection established with these methods will only understand the
[all …]
H A DSSL_COMP_add_compression_method.366 \&\- handle SSL/TLS integrated compression methods
88 the identifier \fBid\fR to the list of available compression methods. This
93 compression methods or NULL on error.
100 maintain the internal table of compression methods.
103 The TLS standard (or SSLv3) allows the integration of compression methods
105 methods or their corresponding identifiers, so there is currently no compatible
108 non-public use may agree on certain compression methods. Using different
109 compression methods with the same identifier will lead to connection failure.
112 will unconditionally send the list of all compression methods enabled with
118 its own compression methods and will unconditionally activate compression
[all …]
H A DEVP_PKEY_meth_new.3311 \&\fBEVP_PKEY_METHOD\fR is a structure which holds a set of methods for a
312 specific public key cryptographic algorithm. Those methods are usually
317 is a built-in static array representing the standard methods for different
319 methods, which can be manipulated by using \fBEVP_PKEY_meth_add0\fR\|(3).
323 .SS Methods
324 .IX Subsection "Methods"
325 The methods are the underlying implementations of a particular public key
345 The \fBparamgen_init()\fR and \fBparamgen()\fR methods deal with key parameter generation.
354 The \fBkeygen_init()\fR and \fBkeygen()\fR methods are used to generate the actual key for
364 The \fBsign_init()\fR and \fBsign()\fR methods are used to generate the signature of a
[all …]
H A DEVP_PKEY_ASN1_METHOD.3204 conversion, printing and information methods for a specific public key
208 stored: one is a built-in array representing the standard methods for
210 application-specific methods, which can be manipulated by using
212 .SS Methods
213 .IX Subsection "Methods"
214 The methods are the underlying implementations of a particular public
225 The \fBpub_decode()\fR and \fBpub_encode()\fR methods are called to decode /
247 The \fBpriv_decode()\fR and \fBpriv_encode()\fR methods are called to decode /
280 The \fBparam_decode()\fR and \fBparam_encode()\fR methods are called to decode /
342 The \fBold_priv_decode()\fR and \fBold_priv_encode()\fR methods decode / encode
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_COMP_add_compression_method.pod7 - handle SSL/TLS integrated compression methods
27 the identifier B<id> to the list of available compression methods. This
32 compression methods or NULL on error.
39 maintain the internal table of compression methods.
43 The TLS standard (or SSLv3) allows the integration of compression methods
45 methods or their corresponding identifiers, so there is currently no compatible
48 non-public use may agree on certain compression methods. Using different
49 compression methods with the same identifier will lead to connection failure.
52 will unconditionally send the list of all compression methods enabled with
58 its own compression methods and will unconditionally activate compression
[all …]
H A DSSL_CTX_new.pod125 These are the general-purpose I<version-flexible> SSL/TLS methods.
129 Applications should use these methods, and avoid the version-specific
130 methods described below, which are deprecated.
143 A TLS/SSL connection established with these methods will only understand the
144 TLSv1.2 protocol. These methods are deprecated.
148 A TLS/SSL connection established with these methods will only understand the
149 TLSv1.1 protocol. These methods are deprecated.
153 A TLS/SSL connection established with these methods will only understand the
154 TLSv1 protocol. These methods are deprecated.
158 A TLS/SSL connection established with these methods will only understand the
[all …]
H A DEVP_PKEY_meth_new.pod250 B<EVP_PKEY_METHOD> is a structure which holds a set of methods for a
251 specific public key cryptographic algorithm. Those methods are usually
256 is a built-in static array representing the standard methods for different
258 methods, which can be manipulated by using L<EVP_PKEY_meth_add0(3)>.
263 =head2 Methods section in DESCRIPTION
265 The methods are the underlying implementations of a particular public key
281 The paramgen_init() and paramgen() methods deal with key parameter generation.
288 The keygen_init() and keygen() methods are used to generate the actual key for
296 The sign_init() and sign() methods are used to generate the signature of a
305 The verify_init() and verify() methods are used to verify whether a signature is
[all …]
H A DEVP_PKEY_meth_get_count.pod5 EVP_PKEY_meth_get_count, EVP_PKEY_meth_get0, EVP_PKEY_meth_get0_info - enumerate public key methods
25 EVP_PKEY_meth_count() returns a count of the number of public key methods
26 available: it includes standard methods and any methods added by the
37 EVP_PKEY_meth_count() returns the number of available public key methods.
/freebsd/contrib/wpa/src/ap/
H A Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods() argument
28 buf = os_strdup(methods); in set_user_methods()
32 os_memset(&user->methods, 0, sizeof(user->methods)); in set_user_methods()
39 user->methods[num_methods].method = in set_user_methods()
41 &user->methods[num_methods].vendor); in set_user_methods()
42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF && in set_user_methods()
43 user->methods[num_methods].method == EAP_TYPE_NONE) { in set_user_methods()
90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) { in get_user_cb()
106 int i, id = -1, methods = -1; in get_wildcard_cb() local
112 else if (os_strcmp(col[i], "methods") == 0 && argv[i]) in get_wildcard_cb()
[all …]
/freebsd/sys/netipsec/
H A Dipsec_support.h111 const struct tcpmd5_methods * const methods; member
116 (*tcp_ipsec_support->methods->input)(m, __VA_ARGS__)
118 (*tcp_ipsec_support->methods->output)(m, __VA_ARGS__)
120 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt)
125 const struct tcpmd5_methods * volatile methods; member
151 const struct ipsec_methods * const methods; member
157 (*(proto ## _ipsec_support)->methods->input)(m, __VA_ARGS__)
159 (*(proto ## _ipsec_support)->methods->check_policy)(m, __VA_ARGS__)
161 (*(proto ## _ipsec_support)->methods->forward)(m)
163 (*(proto ## _ipsec_support)->methods->output)(m, __VA_ARGS__)
[all …]
H A Dsubr_ipsec.c238 ret = (*sc->methods->method)(args); \
272 .methods = NULL
292 tcpmd5_support_enable(const struct tcpmd5_methods * const methods) in IPSEC_KMOD_METHOD()
296 tcp_ipsec_support->methods = methods; in IPSEC_KMOD_METHOD()
306 tcp_ipsec_support->methods = NULL; in tcpmd5_support_disable()
318 .methods = NULL
326 .methods = NULL
398 const struct ipsec_methods * const methods) in ipsec_support_enable() argument
402 sc->methods = methods; in ipsec_support_enable()
412 sc->methods = NULL; in ipsec_support_disable()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c405 * wpas_dbus_getter_config_methods - Get current WPS configuration methods
427 * wpas_dbus_setter_config_methods - Set WPS configuration methods
433 * Setter for "ConfigMethods" property. Sets the methods string, apply such
441 char *methods, *new_methods; in wpas_dbus_setter_config_methods() local
444 &methods)) in wpas_dbus_setter_config_methods()
447 new_methods = os_strdup(methods); in wpas_dbus_setter_config_methods()
495 char *methods, *devname; in wpas_dbus_setter_wps_device_name() local
498 &methods)) in wpas_dbus_setter_wps_device_name()
501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_wps_device_name()
504 devname = os_strdup(methods); in wpas_dbus_setter_wps_device_name()
[all …]
/freebsd/lib/libusb/
H A Dlibusb20.c134 error = xfer->pdev->methods->tr_close(xfer); in libusb20_tr_close()
211 error = xfer->pdev->methods->tr_open(xfer, MaxBufSize, in libusb20_tr_open_stream()
214 error = xfer->pdev->methods->tr_open(xfer, MaxBufSize, in libusb20_tr_open_stream()
324 xfer->pdev->methods->tr_cancel_async(xfer); in libusb20_tr_stop()
347 xfer->pdev->methods->tr_clear_stall_sync(xfer); in libusb20_tr_clear_stall_sync()
551 xfer->pdev->methods->tr_submit(xfer); in libusb20_tr_submit()
606 pdev->methods = &libusb20_dummy_methods; in libusb20_dev_close()
635 error = pdev->methods->detach_kernel_driver(pdev, ifaceIndex); in libusb20_dev_detach_kernel_driver()
656 error = pdev->methods->kernel_driver_active(pdev, ifaceIndex); in libusb20_dev_kernel_driver_active()
715 error = pdev->methods->reset_device(pdev); in libusb20_dev_reset()
[all …]
/freebsd/stand/ficl/softwords/
H A Doo.fr18 \ 4. Separate name-spaces for methods - methods are
20 \ 5. Methods can be overridden, and subclasses can add methods.
21 \ No limit on number of methods.
35 \ ID for the methods of the class, and a size for the payload
43 \ Methods expect an object couple ( instance class )
48 \ Overridden methods must maintain the same stack signature as
55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods
60 \ list and inserts all new methods into table. For each method, if the table
64 \ Methods are now structured as follows:
186 \ This handles methods like index, prev, and next correctly, but does not deal
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h17 // has state or virtual methods, which is an important part of this gross/neat
60 // Methods to support type inquiry through isa, cast, and dyn_cast:
72 // Methods to support type inquiry through isa, cast, and dyn_cast:
97 // Methods to support type inquiry through isa, cast, and dyn_cast:
132 // Methods to support type inquiry through isa, cast, and dyn_cast:
224 // Methods to support type inquiry through isa, cast, and dyn_cast:
270 // Methods to support type inquiry through isa, cast, and dyn_cast:
285 // Methods to support type inquiry through isa, cast, and dyn_cast:
298 // Methods to support type inquiry through isa, cast, and dyn_cast:
347 // Methods to support type inquiry through isa, cast, and dyn_cast:
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite3 methods TEXT,
12 methods TEXT
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_object_init.333 access methods
51 instance that uses application-supplied access methods to read file
93 The data structures used to specify object access methods are defined
98 This structure bundles together a set of file access methods along
103 const Dwarf_Obj_Access_Methods *methods;
107 .Bl -tag -width ".Ar methods" -compact
110 the first parameter to the actual access object methods.
111 .It Ar methods
113 access methods, as described below.
/freebsd/sys/sys/
H A Dkobj.h56 kobj_method_t *methods; /* method table */ \
114 #define DEFINE_CLASS(name, methods, size) \ argument
115 DEFINE_CLASS_0(name, name ## _class, methods, size)
122 #define DEFINE_CLASS_0(name, classvar, methods, size) \ argument
125 #name, methods, size, NULL \
134 #define DEFINE_CLASS_1(name, classvar, methods, size, \ argument
140 #name, methods, size, name ## _baseclasses \
149 #define DEFINE_CLASS_2(name, classvar, methods, size, \ argument
156 #name, methods, size, name ## _baseclasses \
165 #define DEFINE_CLASS_3(name, classvar, methods, size, \ argument
[all …]
/freebsd/crypto/openssh/
H A Dauth2.c67 /* methods */
323 "no authentication methods enabled"); in input_userauth_request()
368 char *methods; in userauth_finish() local
456 methods = authmethods_get(authctxt); in userauth_finish()
457 debug3_f("failure partial=%d next methods=\"%s\"", in userauth_finish()
458 partial, methods); in userauth_finish()
460 (r = sshpkt_put_cstring(ssh, methods)) != 0 || in userauth_finish()
465 free(methods); in userauth_finish()
471 * methods list. Returns 1 if allowed, or no methods lists configured.
561 * any methods lists that include disabled methods. Note that this might
[all …]
H A Dauth2-methods.c34 * Configuration of enabled authentication methods. Separate from the rest of
88 * Check a comma-separated list of methods for validity. If need_enable is
89 * non-zero, then also require that the methods are enabled.
90 * Returns 0 on success or -1 if the methods list is invalid.
95 char *methods, *omethods, *method, *p; in auth2_methods_valid() local
104 omethods = methods = xstrdup(_methods); in auth2_methods_valid()
105 while ((method = strsep(&methods, ",")) != NULL) { in auth2_methods_valid()
/freebsd/sys/dev/isci/scil/
H A Dsci_overview.h73 oriented language the SCI driver components, methods, and structures are
84 are utilized to define parameters for methods defined in this specification.
111 methods perform pure memory initialization. No "construct" method ever
140 object methods can be invoked with a child structure parameter. This works
189 -# Logging utility methods, constants, and type definitions
190 -# Memory Descriptor object methods common to the core and framework.
191 -# Controller object methods common to SCI derived controller objects.
192 -# Library object methods common to SCI derived library objects.
197 SCI class methods can be overridden by sub-classes in the SCI Core,
198 SCI Framework, etc. SCI class methods that MUST NOT be invoked directly
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench.c151 const char **methods; local
177 methods = event_get_supported_methods();
178 fprintf(stdout, "Using Libevent %s. Available methods are:\n",
180 for (i = 0; methods[i] != NULL; ++i)
181 printf(" %s\n", methods[i]);
206 methods = event_get_supported_methods();
207 for (i = 0; methods[i] != NULL; ++i)
208 if (strcmp(methods[i], method))
209 event_config_avoid_method(cfg, methods[i]);
/freebsd/contrib/libevent/test/
H A Dbench.c151 const char **methods; local
177 methods = event_get_supported_methods();
178 fprintf(stdout, "Using Libevent %s. Available methods are:\n",
180 for (i = 0; methods[i] != NULL; ++i)
181 printf(" %s\n", methods[i]);
206 methods = event_get_supported_methods();
207 for (i = 0; methods[i] != NULL; ++i)
208 if (strcmp(methods[i], method))
209 event_config_avoid_method(cfg, methods[i]);
/freebsd/contrib/wpa/src/wps/
H A Dwps_common.c530 u16 methods = 0; in wps_config_methods_str2bin() local
533 /* Default to enabling methods based on build configuration */ in wps_config_methods_str2bin()
534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
535 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
537 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
540 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
544 methods |= WPS_CONFIG_ETHERNET; in wps_config_methods_str2bin()
546 methods |= WPS_CONFIG_LABEL; in wps_config_methods_str2bin()
548 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
550 methods |= WPS_CONFIG_EXT_NFC_TOKEN; in wps_config_methods_str2bin()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_methods.c49 * EAP methods included in the build.
72 * EAP methods included in the build.
88 * eap_get_names - Get space separated list of names for supported EAP methods
120 * eap_get_names_as_string_array - Get supported EAP methods as string array
125 * This function returns the list of names for all supported EAP methods as an
162 * eap_peer_get_methods - Get a list of enabled EAP peer methods
163 * @count: Set to number of available methods
164 * Returns: List of enabled EAP peer methods
229 * This function can be used to unload EAP methods that have been previously
348 * eap_peer_unregister_methods - Unregister EAP peer methods
[all …]

12345678910>>...84