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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c448 (void) memcpy(ctx->conf_tgs_ktypes, ctx->tgs_ktypes,
559 if (ctx->tgs_ktypes) {
560 FREE(ctx->tgs_ktypes, sizeof(krb5_enctype) *(ctx->tgs_ktype_count+1));
561 ctx->tgs_ktypes = 0;
745 if (context->tgs_ktypes)
746 krb5_free_ktypes(context, context->tgs_ktypes);
747 context->tgs_ktypes = new_ktypes;
781 context->tgs_ktypes));
789 context->tgs_ktypes));
851 nctx->tgs_ktypes
[all...]
H A Dser_ctx.c115 * nktypes*sizeof(krb5_int32) for tgs_ktypes.
236 kret = krb5_ser_pack_int32((krb5_int32) context->tgs_ktypes[i],
406 /* Get the number of tgs_ktypes */
411 context->tgs_ktypes = (krb5_enctype *) MALLOC(sizeof(krb5_enctype) *
413 if (!context->tgs_ktypes) {
417 (void) memset(context->tgs_ktypes, 0, (sizeof(krb5_enctype) *
422 context->tgs_ktypes[i] = (krb5_enctype) ibuf;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_frm_kdc.c1008 if ((*out_cred)->keyblock.enctype == context->tgs_ktypes[i]) {
1015 * tgs_ktypes in the context. At this point we should
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1519 krb5_enctype *tgs_ktypes; member in struct:_krb5_context
1554 /* This is the tgs_ktypes list as read from the profile, or
1559 constrained by tgs_ktypes above). */

Completed in 56 milliseconds