Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c298 krb5_authenticator *authdat = 0; local
617 code = krb5_auth_con_getauthenticator(context, auth_context, &authdat);
628 if ((authdat->authenticator->subkey == NULL) ||
629 (authdat->ticket->enc_part2 == NULL)) {
650 if (authdat->checksum == NULL) {
664 if ((authdat->checksum->checksum_type != CKSUMTYPE_KG_CB) ||
665 (authdat->checksum->length < 24)) {
680 ptr = (unsigned char *) authdat->checksum->contents;
686 ptr = (unsigned char *) authdat->checksum->contents;
752 if(authdat->checksum->length > 24 && (gss_flags & GSS_C_DELEG_FLAG)) {
[all …]