Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/freebsd/sys/netipsec/
H A Dipsec_support.h107 const struct tcpmd5_methods * const methods; member
112 (*tcp_ipsec_support->methods->input)(m, __VA_ARGS__)
114 (*tcp_ipsec_support->methods->output)(m, __VA_ARGS__)
116 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt)
121 const struct tcpmd5_methods * volatile methods; member
147 const struct ipsec_methods * const methods; member
157 (*(proto ## _ipsec_support)->methods->forward)(m)
161 (*(proto ## _ipsec_support)->methods->pcbctl)(inp, sopt)
165 (*(proto ## _ipsec_support)->methods->hdrsize)(inp)
167 (*(proto ## _ipsec_support)->methods->ctlinput)(param)
[all …]
H A Dsubr_ipsec.c248 ret = (*sc->methods->method)(args); \
282 .methods = NULL
302 tcpmd5_support_enable(const struct tcpmd5_methods * const methods) in IPSEC_KMOD_METHOD()
306 tcp_ipsec_support->methods = methods; in IPSEC_KMOD_METHOD()
316 tcp_ipsec_support->methods = NULL; in tcpmd5_support_disable()
328 .methods = NULL
336 .methods = NULL
407 const struct ipsec_methods * const methods) in ipsec_support_enable() argument
411 sc->methods = methods; in ipsec_support_enable()
421 sc->methods = NULL; in ipsec_support_disable()
/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/contrib/wpa/src/ap/
H A Deap_user_db.c28 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()
43 user->methods[num_methods].method == EAP_TYPE_NONE) { in set_user_methods()
106 int i, id = -1, methods = -1; in get_wildcard_cb() local
113 methods = i; in get_wildcard_cb()
116 if (id < 0 || methods < 0) in get_wildcard_cb()
127 set_user_methods(user, argv[methods]); in get_wildcard_cb()
244 "WSC", &wsc_enrollee.methods[0].vendor); in hostapd_get_eap_user()
[all …]
/freebsd/lib/libusb/
H A Dlibusb20.c134 error = xfer->pdev->methods->tr_close(xfer); in libusb20_tr_close()
324 xfer->pdev->methods->tr_cancel_async(xfer); in libusb20_tr_stop()
551 xfer->pdev->methods->tr_submit(xfer); in libusb20_tr_submit()
606 pdev->methods = &libusb20_dummy_methods; in libusb20_dev_close()
1012 pdev->methods = &libusb20_dummy_methods; in libusb20_dev_alloc()
1088 error = pdev->methods->process(pdev); in libusb20_dev_process()
1271 pbe->methods = methods; /* set backend methods */ in libusb20_be_alloc()
1274 if (pbe->methods->init_backend) { in libusb20_be_alloc()
1275 pbe->methods->init_backend(pbe); in libusb20_be_alloc()
1323 if (pbe->methods->exit_backend) { in libusb20_be_free()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c441 char *methods, *new_methods; in wpas_dbus_setter_config_methods() local
444 &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()
504 devname = os_strdup(methods); in wpas_dbus_setter_wps_device_name()
551 char *methods, *manufacturer; in wpas_dbus_setter_wps_manufacturer() local
554 &methods)) in wpas_dbus_setter_wps_manufacturer()
607 char *methods, *model_name; in wpas_dbus_setter_wps_device_model_name() local
610 &methods)) in wpas_dbus_setter_wps_device_model_name()
665 &methods)) in wpas_dbus_setter_wps_device_model_number()
[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/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.pod128 methods described below, which are deprecated.
142 TLSv1.2 protocol. These methods are deprecated.
147 TLSv1.1 protocol. These methods are deprecated.
152 TLSv1 protocol. These methods are deprecated.
162 These are the version-flexible DTLS methods.
167 These are the version-specific methods for DTLSv1.2.
168 These methods are deprecated.
172 These are the version-specific methods for DTLSv1.
173 These methods are deprecated.
182 methods.
[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.
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)>.
265 The methods are the underlying implementations of a particular public key
296 The sign_init() and sign() methods are used to generate the signature of a
313 The verify_recover_init() and verify_recover() methods are used to verify a
330 The verifyctx_init() and verifyctx() methods are used to verify a signature
358 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
367 The digestsign() and digestverify() methods are used to generate or verify
[all …]
H A DEVP_PKEY_asn1_get_count.pod10 - enumerate public key ASN.1 methods
29 ASN.1 methods available: it includes standard methods and any methods
60 EVP_PKEY_asn1_count() returns the number of available public key methods.
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench.c151 const char **methods; local
177 methods = event_get_supported_methods();
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();
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
535 methods |= WPS_CONFIG_VIRT_DISPLAY; 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()
556 methods |= WPS_CONFIG_PUSHBUTTON; in wps_config_methods_str2bin()
558 methods |= WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
562 methods |= WPS_CONFIG_PHY_DISPLAY; in wps_config_methods_str2bin()
568 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
[all …]
/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c121 .methods = usb_methods,
499 if (bus->methods->set_hw_power != NULL) in usb_bus_suspend()
500 (bus->methods->set_hw_power) (bus); in usb_bus_suspend()
502 if (bus->methods->set_hw_power_sleep != NULL) in usb_bus_suspend()
550 if (bus->methods->set_hw_power_sleep != NULL) in usb_bus_resume()
553 if (bus->methods->set_hw_power != NULL) in usb_bus_resume()
554 (bus->methods->set_hw_power) (bus); in usb_bus_resume()
630 if (bus->methods->set_hw_power != NULL) in usb_bus_shutdown()
631 (bus->methods->set_hw_power) (bus); in usb_bus_shutdown()
759 if (bus->methods->set_hw_power != NULL) { in usb_bus_attach()
[all …]
H A Dohci.c407 sc->sc_bus.methods = &ohci_bus_methods; in ohci_init()
1382 const struct usb_pipe_methods *methods; in ohci_setup_standard_chain() local
1409 methods = xfer->endpoint->methods; in ohci_setup_standard_chain()
1616 const struct usb_pipe_methods *methods = xfer->endpoint->methods; in ohci_device_done() local
2515 ep->methods = &ohci_device_ctrl_methods; in ohci_ep_init()
2518 ep->methods = &ohci_device_intr_methods; in ohci_ep_init()
2526 ep->methods = &ohci_device_bulk_methods; in ohci_ep_init()
2556 const struct usb_pipe_methods *methods; in ohci_device_resume() local
2565 methods = xfer->endpoint->methods; in ohci_device_resume()
2592 const struct usb_pipe_methods *methods; in ohci_device_suspend() local
[all …]
H A Duhci.c638 sc->sc_bus.methods = &uhci_bus_methods; in uhci_init()
1817 const struct usb_pipe_methods *methods = xfer->endpoint->methods; in uhci_device_done() local
1834 if (methods == &uhci_device_bulk_methods) { in uhci_device_done()
1837 if (methods == &uhci_device_ctrl_methods) { in uhci_device_done()
2974 ep->methods = &uhci_device_ctrl_methods; in uhci_ep_init()
2977 ep->methods = &uhci_device_intr_methods; in uhci_ep_init()
2985 ep->methods = &uhci_device_bulk_methods; in uhci_ep_init()
3015 const struct usb_pipe_methods *methods; in uhci_device_resume() local
3024 methods = xfer->endpoint->methods; in uhci_device_resume()
3055 const struct usb_pipe_methods *methods; in uhci_device_suspend() local
[all …]
/freebsd/crypto/openssh/
H A Dauth2.c370 char *methods; in userauth_finish() local
458 methods = authmethods_get(authctxt); in userauth_finish()
460 partial, methods); in userauth_finish()
467 free(methods); in userauth_finish()
569 char *methods, *omethods, *method, *p; in auth2_methods_valid() local
577 omethods = methods = xstrdup(_methods); in auth2_methods_valid()
578 while ((method = strsep(&methods, ",")) != NULL) { in auth2_methods_valid()
662 if (strncmp(methods, method, l) != 0) in list_starts_with()
664 p = methods + l; in list_starts_with()
689 char *omethods = *methods, *p; in remove_method()
[all …]
/freebsd/contrib/lutok/
H A DNEWS15 * Issue 5: New methods added to the state class: open_all.
17 * Removed default parameter values from all state methods and all
45 * New methods added to the state class: get_global_table.
57 * New methods added to the state class: get_metafield, get_metatable,
/freebsd/sys/dev/usb/
H A Dusb_dev.c522 f->methods = &usb_ugen_methods; in usb_fifo_create()
547 f->methods = &usb_ugen_methods; in usb_fifo_create()
828 (f->methods->f_start_write) (f); in usb_fifo_close()
846 (f->methods->f_stop_write) (f); in usb_fifo_close()
851 (f->methods->f_stop_read) (f); in usb_fifo_close()
861 (f->methods->f_close) (f, fflags); in usb_fifo_close()
1445 (f->methods->f_start_read) (f); in usb_read()
1463 if (f->methods->f_filter_read) { in usb_read()
1558 (f->methods->f_start_write) (f); in usb_write()
1878 f_tx->methods = pm; in usb_fifo_attach()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c1101 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
1136 os_free(methods); in eap_peer_select_phase2_methods()
1142 sizeof(*methods)); in eap_peer_select_phase2_methods()
1144 os_free(methods); in eap_peer_select_phase2_methods()
1148 methods = _methods; in eap_peer_select_phase2_methods()
1149 methods[num_methods - 1].vendor = vendor; in eap_peer_select_phase2_methods()
1150 methods[num_methods - 1].method = method; in eap_peer_select_phase2_methods()
1159 if (methods == NULL) in eap_peer_select_phase2_methods()
1162 if (methods == NULL) { in eap_peer_select_phase2_methods()
1167 (u8 *) methods, in eap_peer_select_phase2_methods()
[all …]
/freebsd/sys/ofed/include/rdma/
H A Duverbs_named_ioctl.h83 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
97 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
108 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
/freebsd/stand/ficl/softwords/
H A Doo.fr18 \ 4. Separate name-spaces for methods - methods are
21 \ No limit on number of methods.
529 \ list methods of the class
530 : methods \ ( class meta -- )
533 class body> >name type ." methods:" cr
599 \ Useful for binding class methods from an instance
614 \ bind methods outside the loop to save time
634 \ Instance aliases for common class methods
647 : methods ( instance class -- )
649 metaclass => methods ;
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dac97.c58 kobj_t methods; member
314 i[0] = AC97_READ(codec->methods, codec->devinfo, reg); in ac97_rdcd()
315 i[1] = AC97_READ(codec->methods, codec->devinfo, reg); in ac97_rdcd()
317 i[j-- & 1] = AC97_READ(codec->methods, codec->devinfo, reg); in ac97_rdcd()
326 return AC97_READ(codec->methods, codec->devinfo, reg); in ac97_rdcd()
332 AC97_WRITE(codec->methods, codec->devinfo, reg, val); in ac97_wrcd()
609 codec->count = AC97_INIT(codec->methods, codec->devinfo); in ac97_initmixer()
800 codec->count = AC97_INIT(codec->methods, codec->devinfo); in ac97_reinitmixer()
837 codec->methods = kobj_create(cls, M_AC97, M_WAITOK | M_ZERO); in ac97_create()
857 if (codec->methods != NULL) in ac97_destroy()
[all …]

12345678910>>...20