Home
last modified time | relevance | path

Searched refs:_methods (Results 1 – 9 of 9) sorted by relevance

/trueos/crypto/openssh/
HDauth2.c486 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() argument
492 if (*_methods == '\0') { in auth2_methods_valid()
496 omethods = methods = xstrdup(_methods); in auth2_methods_valid()
508 method, _methods); in auth2_methods_valid()
/trueos/sys/sys/
HDiconv.h132 "iconv_"#name, iconv_ ## name ## _methods, size, NULL \
141 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
/trueos/sys/dev/sound/pcm/
HDac97.h86 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
HDmixer.h84 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
HDfeeder.h71 .methods = feeder ## _methods, \
HDchannel.h445 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
/trueos/contrib/wpa/src/eap_peer/
HDeap_tls_common.c962 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
995 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods()
997 if (_methods == NULL) { in eap_peer_select_phase2_methods()
1002 methods = _methods; in eap_peer_select_phase2_methods()
/trueos/sys/dev/ata/
HData-pci.h645 static device_method_t __CONCAT(dname,_methods)[] = { \
668 __CONCAT(dname,_methods), \
/trueos/crypto/openssl/doc/ssl/
HDSSL_clear.pod33 server method, even if SSLv23_*_methods were chosen on startup. This