Searched defs:authenticator (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_auth.c64 krb5_authenticator *authenticator;
78 authenticator = (krb5_authenticator *) arg;
79 if (authenticator) {
83 if (authenticator->client)
86 (krb5_pointer) authenticator->client,
92 if (!kret && authenticator->checksum)
95 (krb5_pointer) authenticator->checksum,
99 if (!kret && authenticator->subkey)
102 (krb5_pointer) authenticator->subkey,
106 if (!kret && authenticator
63 krb5_authenticator *authenticator; local
129 krb5_authenticator *authenticator; local
233 krb5_authenticator *authenticator; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.h56 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet_data
H A Dradius_protocol.h72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Dradius_packet.h56 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet_data
H A Dradius_protocol.h72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c263 krb5_auth_con_getauthenticator(krb5_context context, krb5_auth_context auth_context, krb5_authenticator **authenticator) argument
266 authenticator));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c124 * -c demand authenticator checksum
125 * -i ignore authenticator checksum
1421 krb5_authenticator *authenticator; local
1521 auth_context, &authenticator)))
1524 if (authenticator->checksum && checksum_required) {
1562 &key, 0, &input, authenticator->checksum,
1572 authenticator);
1576 krb5_free_authenticator(bsd_context, authenticator);
1606 * The "old" protocol does not permit an authenticator subkey.
H A Din.rlogind.c381 krb5_authenticator *authenticator; local
465 &authenticator)))
467 if (authenticator->checksum) {
485 authenticator);
492 authenticator);
508 authenticator->checksum,
518 authenticator);
522 krb5_free_authenticator(krb_context, authenticator);
560 * The "old" protocol does not permit an authenticator subkey.
H A Din.telnetd.c539 krb5_authenticator *authenticator; local
648 &authenticator);
651 "Failed to get authenticator: %s",
656 !authenticator->checksum) {
658 "authenticator is missing checksum",
662 if (authenticator->checksum) {
664 krb5_checksum *cksum = authenticator->checksum;
677 "authenticator: %s",
703 krb5_free_authenticator(telnet_context, authenticator);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c206 krb5_authenticator * authenticator = NULL; local
323 &authenticator)))
327 if (!(his_cksum = authenticator->checksum)) {
364 krb5_free_authenticator(kdc_context, authenticator);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1107 krb5_authenticator *authenticator; member in struct:_krb5_tkt_authent
1214 krb5_enc_data authenticator; /* authenticator (already encrypted) */ member in struct:_krb5_ap_req
1830 * and authenticator */

Completed in 104 milliseconds