/freebsd/sys/netipsec/ |
H A D | ipsec_support.h | 109 const struct tcpmd5_methods * const methods; 114 (*tcp_ipsec_support->methods->input)(m, __VA_ARGS__) 116 (*tcp_ipsec_support->methods->output)(m, __VA_ARGS__) 118 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt) 123 const struct tcpmd5_methods * volatile methods; 149 const struct ipsec_methods * const methods; 155 (*(proto ## _ipsec_support)->methods->input)(m, __VA_ARGS__) 157 (*(proto ## _ipsec_support)->methods->check_policy)(m, __VA_ARGS__) 159 (*(proto ## _ipsec_support)->methods->forward)(m) 161 (*(proto ## _ipsec_support)->methods 107 const struct tcpmd5_methods * const methods; global() member 121 const struct tcpmd5_methods * volatile methods; global() member 147 const struct ipsec_methods * const methods; global() member 177 const struct ipsec_methods * volatile methods; global() member [all...] |
H A D | subr_ipsec.c | 248 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 408 const struct ipsec_methods * const methods) in ipsec_support_enable() 412 sc->methods in ipsec_support_enable() 407 ipsec_support_enable(struct ipsec_support * const sc,const struct ipsec_methods * const methods) ipsec_support_enable() argument [all...] |
/freebsd/sys/sys/ |
H A D | kobj.h | 56 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 D | eap_user_db.c | 23 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() 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() [all …]
|
/freebsd/lib/libusb/ |
H A D | libusb20.c | 134 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/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_wps.c | 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() 551 char *methods, *manufacturer; in wpas_dbus_setter_wps_manufacturer() local 554 &methods)) in wpas_dbus_setter_wps_manufacturer() 557 if (os_strlen(methods) > WPS_MANUFACTURER_MAX_LEN) in wpas_dbus_setter_wps_manufacturer() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user_sqlite | 3 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 D | SSL_COMP_add_compression_method.pod | 7 - 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 D | SSL_CTX_new.pod | 123 These are the general-purpose I<version-flexible> SSL/TLS methods. 127 Applications should use these methods, and avoid the version-specific 128 methods described below, which are deprecated. 141 A TLS/SSL connection established with these methods will only understand the 142 TLSv1.2 protocol. These methods are deprecated. 146 A TLS/SSL connection established with these methods will only understand the 147 TLSv1.1 protocol. These methods are deprecated. 151 A TLS/SSL connection established with these methods will only understand the 152 TLSv1 protocol. These methods are deprecated. 156 A TLS/SSL connection established with these methods will only understand the [all …]
|
H A D | EVP_PKEY_meth_get_count.pod | 5 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 D | EVP_PKEY_meth_new.pod | 250 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 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 313 The verify_recover_init() and verify_recover() methods are used to verify a [all …]
|
H A D | EVP_PKEY_asn1_get_count.pod | 10 - 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 D | bench.c | 151 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 D | bench.c | 151 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 D | wps_common.c | 530 u16 methods = 0; in wps_config_methods_str2bin() local 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() 552 methods |= WPS_CONFIG_INT_NFC_TOKEN; in wps_config_methods_str2bin() [all …]
|
/freebsd/sys/dev/usb/controller/ |
H A D | usb_controller.c | 121 .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() 503 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_SUSPEND); in usb_bus_suspend() 550 if (bus->methods->set_hw_power_sleep != NULL) in usb_bus_resume() 551 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_RESUME); 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() [all …]
|
H A D | ohci.c | 407 sc->sc_bus.methods = &ohci_bus_methods; in ohci_init() 1001 } else if (xfer->endpoint->methods == &ohci_device_bulk_methods) { in ohci_check_transfer_sub() 1005 } else if (xfer->endpoint->methods == &ohci_device_ctrl_methods) { in ohci_check_transfer_sub() 1037 if (xfer->endpoint->methods == &ohci_device_isoc_methods) { in ohci_check_transfer() 1382 const struct usb_pipe_methods *methods; in ohci_setup_standard_chain() local 1409 methods = xfer->endpoint->methods; in ohci_setup_standard_chain() 1562 if (methods == &ohci_device_bulk_methods) { in ohci_setup_standard_chain() 1567 if (methods == &ohci_device_ctrl_methods) { in ohci_setup_standard_chain() 1616 const struct usb_pipe_methods *methods = xfer->endpoint->methods; in ohci_device_done() local 1629 if (methods == &ohci_device_bulk_methods) { in ohci_device_done() [all …]
|
H A D | uhci.c | 638 sc->sc_bus.methods = &uhci_bus_methods; in uhci_init() 1301 if (xfer->endpoint->methods == &uhci_device_isoc_methods) { in uhci_check_transfer() 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() 1844 if (methods == &uhci_device_intr_methods) { in uhci_device_done() 1853 if (methods == &uhci_device_isoc_methods) { in uhci_device_done() 2789 if (parm->methods == &uhci_device_ctrl_methods) { in uhci_xfer_setup() 2801 } else if (parm->methods == &uhci_device_bulk_methods) { in uhci_xfer_setup() 2811 } else if (parm->methods == &uhci_device_intr_methods) { in uhci_xfer_setup() [all …]
|
/freebsd/crypto/openssh/ |
H A D | auth2.c | 370 char *methods; in userauth_finish() local 458 methods = authmethods_get(authctxt); in userauth_finish() 460 partial, methods); in userauth_finish() 462 (r = sshpkt_put_cstring(ssh, methods)) != 0 || 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() 655 list_starts_with(const char *methods, const char *method, in list_starts_with() argument 662 if (strncmp(methods, method, l) != 0) in list_starts_with() [all …]
|
/freebsd/contrib/lutok/ |
H A D | NEWS | 15 * 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 D | usb_dev.c | 522 f->methods = &usb_ugen_methods; in usb_fifo_create() 547 f->methods = &usb_ugen_methods; in usb_fifo_create() 713 err = (f->methods->f_open) (f, fflags); in usb_fifo_open() 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() 1094 err = (f->methods->f_ioctl) (f, cmd, addr, fflags); in usb_ioctl() 1106 err = (f->methods->f_ioctl_post) (f, cmd, addr, fflags); in usb_ioctl() 1171 (f->methods->f_start_write) (f); in usb_filter_write() [all …]
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_tls_common.c | 1110 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local 1145 os_free(methods); in eap_peer_select_phase2_methods() 1150 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods() 1151 sizeof(*methods)); in eap_peer_select_phase2_methods() 1153 os_free(methods); in eap_peer_select_phase2_methods() 1157 methods = _methods; in eap_peer_select_phase2_methods() 1158 methods[num_methods - 1].vendor = vendor; in eap_peer_select_phase2_methods() 1159 methods[num_methods - 1].method = method; in eap_peer_select_phase2_methods() 1168 if (methods == NULL) in eap_peer_select_phase2_methods() 1169 methods = eap_get_phase2_types(config, &num_methods); in eap_peer_select_phase2_methods() [all …]
|
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_named_ioctl.h | 83 .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 D | oo.fr | 18 \ 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 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 186 \ This handles methods like index, prev, and next correctly, but does not deal 188 : my=[ \ same as my=> , but binds a chain of methods 346 \ classes have methods that are different from those [all …]
|
/freebsd/sys/dev/sound/pcm/ |
H A D | ac97.c | 58 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 …]
|