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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c554 if (ctx->in_tkt_ktypes) {
555 FREE(ctx->in_tkt_ktypes, sizeof(krb5_enctype) *(ctx->in_tkt_ktype_count+1) );
556 ctx->in_tkt_ktypes = 0;
607 if (context->in_tkt_ktypes)
608 free(context->in_tkt_ktypes);
609 context->in_tkt_ktypes = new_ktypes;
719 context->in_tkt_ktypes));
849 nctx->in_tkt_ktypes = NULL;
871 ctx->in_tkt_ktypes, &nctx->in_tkt_ktypes);
[all...]
H A Dser_ctx.c113 * nktypes*sizeof(krb5_int32) for in_tkt_ktypes.
222 kret = krb5_ser_pack_int32((krb5_int32) context->in_tkt_ktypes[i],
386 /* Get the number of in_tkt_ktypes */
391 context->in_tkt_ktypes = (krb5_enctype *) MALLOC(sizeof(krb5_enctype) *
393 if (!context->in_tkt_ktypes) {
397 (void) memset(context->in_tkt_ktypes, 0, (sizeof(krb5_enctype) *
403 context->in_tkt_ktypes[i] = (krb5_enctype) ibuf;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1517 krb5_enctype *in_tkt_ktypes; member in struct:_krb5_context

Completed in 69 milliseconds