Searched refs:authdat (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c446 krb5_authenticator *authdat = 0; local
791 code = krb5_auth_con_getauthenticator(context, auth_context, &authdat);
798 /* make sure the necessary parts of the authdat are present */
800 if ((authdat->authenticator->subkey == NULL) ||
801 (authdat->ticket->enc_part2 == NULL)) {
808 if (authdat->checksum == NULL) {
815 if (authdat->checksum->checksum_type != CKSUMTYPE_KG_CB) {
834 authdat->checksum,
864 if ((authdat->checksum->checksum_type != CKSUMTYPE_KG_CB) ||
865 (authdat
[all...]

Completed in 15 milliseconds