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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c443 ctx->conf_tgs_ktypes = MALLOC(ctx->tgs_ktype_count *
445 if (ctx->conf_tgs_ktypes == NULL)
448 (void) memcpy(ctx->conf_tgs_ktypes, ctx->tgs_ktypes,
543 if (ctx->conf_tgs_ktypes) {
544 FREE(ctx->conf_tgs_ktypes, sizeof(krb5_enctype) *(ctx->conf_tgs_ktypes_count));
545 ctx->conf_tgs_ktypes = 0;
777 context->conf_tgs_ktypes));
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1560 krb5_enctype *conf_tgs_ktypes; member in struct:_krb5_context

Completed in 259 milliseconds