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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c618 krb5_enctype *old_ktypes = NULL; local
622 if ((old_ktypes =
625 (void) memcpy(old_ktypes, ctx_list,
627 old_ktypes[ctx_count] = 0;
665 if ((old_ktypes =
675 if (krb5_string_to_enctype(sp, &old_ktypes[j]))
676 old_ktypes[j] = (unsigned int)ENCTYPE_UNKNOWN;
681 * value to the corresponding old_ktypes[j] entry.
683 if (old_ktypes[j] == (unsigned int)ENCTYPE_NULL)
684 old_ktypes[
[all...]

Completed in 45 milliseconds