/netbsd-src/lib/libtelnet/ |
H A D | auth-proto.h | 59 Authenticator *findauthenticator(int, int); 79 void auth_finished(Authenticator *, int); 85 int kerberos5_init(Authenticator *, int); 86 int kerberos5_send(Authenticator *); 87 void kerberos5_is(Authenticator *, unsigned char *, int); 88 void kerberos5_reply(Authenticator *, unsigned char *, int); 89 int kerberos5_status(Authenticator *, char *, size_t, int); 94 int sra_init(Authenticator *, int); 95 int sra_send(Authenticator *); 96 void sra_is(Authenticator *, unsigned char *, int); [all …]
|
H A D | auth.c | 86 static Authenticator *authenticated = 0; 99 Authenticator authenticators[] = { 131 static Authenticator NoAuth = { .type = 0 }; 136 Authenticator * 139 Authenticator *ap = authenticators; in findauthenticator() 149 Authenticator *ap = authenticators; in auth_init() 219 Authenticator *ap; in auth_onoff() 260 Authenticator *ap; in auth_status() 290 Authenticator *ap = authenticators; in auth_request() 327 Authenticator *ap; in auth_send() [all …]
|
H A D | kerberos5.c | 61 #define Authenticator k5_Authenticator macro 63 #undef Authenticator 78 void kerberos5_forward(Authenticator *); 99 Data(Authenticator *ap, int type, const void *d, int c) in Data() 146 kerberos5_init(Authenticator *ap, int server) in kerberos5_init() 179 kerberos5_send(Authenticator *ap) in kerberos5_send() 266 kerberos5_is(Authenticator * ap, unsigned char *data, int cnt) in kerberos5_is() 506 kerberos5_reply(Authenticator * ap, unsigned char *data, int cnt) in kerberos5_reply() 595 kerberos5_status(Authenticator *ap, char *name, size_t l, int level) in kerberos5_status() 671 kerberos5_forward(Authenticator * ap) in kerberos5_forward()
|
H A D | sra.c | 89 Data(Authenticator *ap, int type, void *d, int c) in Data() 119 sra_init(Authenticator *ap __unused, int server) in sra_init() 145 sra_send(Authenticator *ap) in sra_send() 163 sra_is(Authenticator *ap, unsigned char *data, int cnt) in sra_is() 257 sra_reply(Authenticator *ap, unsigned char *data, int cnt) in sra_reply() 369 sra_status(Authenticator *ap __unused, char *name, size_t len, int level) in sra_status()
|
H A D | auth.h | 72 } Authenticator; typedef
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | codec.c | 132 Authenticator *t, in krb5_decode_Authenticator() 143 Authenticator *t, in krb5_encode_Authenticator()
|
H A D | build_auth.c | 112 Authenticator auth; in _krb5_build_authenticator() 176 ASN1_MALLOC_ENCODE(Authenticator, buf, buf_size, &auth, &len, ret); in _krb5_build_authenticator()
|
H A D | krb5.h | 545 typedef Authenticator krb5_authenticator_data; 551 typedef Authenticator krb5_donot_replay;
|
H A D | replay.c | 184 checksum_authenticator(Authenticator *auth, void *data) in checksum_authenticator()
|
H A D | rd_req.c | 75 Authenticator *authenticator, in decrypt_authenticator()
|
H A D | krb5-protos.h | 2830 Authenticator */*t*/, 3202 Authenticator */*t*/,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
H A D | gkrb5_err.et | 26 error_code KG_NO_SUBKEY, "Authenticator has no subkey"
|
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err35224064/ |
H A D | heim_com_err35224064.pot | 199 msgid "Authenticator has no subkey"
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
H A D | README | 70 The TOTP1 algorithm is compatible with Google Authenticator.
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | eap_testing.txt | 5 - Linked some parts of IEEE 802.1X Authenticator implementation from 13 integrated) Authenticator. 127 6) Authenticator simulator required patching for handling Access-Accept within
|
/netbsd-src/libexec/telnetd/ |
H A D | telnetd.c | 83 #define Authenticator k5_Authenticator macro 85 #undef Authenticator
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | check-gen.c | 135 Authenticator *aa = a; in cmp_authenticator() 136 Authenticator *ab = b; in cmp_authenticator() 174 Authenticator values[] = { in test_authenticator() 191 ret = generic_test (tests, ntests, sizeof(Authenticator), in test_authenticator()
|
H A D | krb5.asn1 | 15 Authenticator, 213 KRB5-AUTHDATA-GSS-API-ETYPE-NEGOTIATION(129), -- Authenticator only 429 Authenticator ::= [APPLICATION 2] SEQUENCE {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog.2005 | 1976 (client sends EtypeList in Authenticator authz data) 1989 (client sends EtypeList in Authenticator authz data)
|
H A D | ChangeLog.2003 | 1674 * lib/asn1/check-gen.c: add checks for Authenticator too
|
H A D | ChangeLog.1998 | 2792 Authenticator.
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc2926.txt | 376 ( 1.3.6.1.4.1.6252.2.27.6.2.3 DESC 'SLP Authenticator')
|
/netbsd-src/lib/libusbhid/ |
H A D | usb_hid_usages | 2817 0x01 U2F Authenticator Device
|