local_subkey       85 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	if (ctx->auth_context->local_subkey)
local_subkey       86 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	    key = ctx->auth_context->local_subkey;
local_subkey       93 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	    key = ctx->auth_context->local_subkey;
local_subkey      112 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	if ((acceptor && ctx->auth_context->local_subkey) ||
local_subkey       83 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     if (ac->local_subkey)
local_subkey      132 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     if (ac->local_subkey) {
local_subkey      133 source4/heimdal/lib/gssapi/krb5/export_sec_context.c 	kret = krb5_store_keyblock (sp, *ac->local_subkey);
local_subkey      252 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c 	    acceptor_subkey = context_handle->auth_context->local_subkey;
local_subkey       85 source4/heimdal/lib/krb5/auth_context.c 	krb5_free_keyblock(context, auth_context->local_subkey);
local_subkey      290 source4/heimdal/lib/krb5/auth_context.c     return copy_key(context, auth_context->local_subkey, keyblock);
local_subkey      316 source4/heimdal/lib/krb5/auth_context.c     if(auth_context->local_subkey)
local_subkey      317 source4/heimdal/lib/krb5/auth_context.c 	krb5_free_keyblock(context, auth_context->local_subkey);
local_subkey      318 source4/heimdal/lib/krb5/auth_context.c     return copy_key(context, keyblock, &auth_context->local_subkey);
local_subkey      334 source4/heimdal/lib/krb5/auth_context.c     if(auth_context->local_subkey)
local_subkey      335 source4/heimdal/lib/krb5/auth_context.c 	krb5_free_keyblock(context, auth_context->local_subkey);
local_subkey      336 source4/heimdal/lib/krb5/auth_context.c     auth_context->local_subkey = subkey;
local_subkey      554 source4/heimdal/lib/krb5/krb5.h     krb5_keyblock *local_subkey;
local_subkey       61 source4/heimdal/lib/krb5/mk_priv.c     if (auth_context->local_subkey)
local_subkey       62 source4/heimdal/lib/krb5/mk_priv.c 	key = auth_context->local_subkey;
local_subkey       59 source4/heimdal/lib/krb5/mk_rep.c 	if (auth_context->local_subkey == NULL) {
local_subkey       68 source4/heimdal/lib/krb5/mk_rep.c 	ret = krb5_copy_keyblock(context, auth_context->local_subkey,
local_subkey       65 source4/heimdal/lib/krb5/mk_req_ext.c     if(ac->local_subkey == NULL && (ap_req_options & AP_OPTS_USE_SUBKEY)) {
local_subkey       86 source4/heimdal/lib/krb5/rd_priv.c     else if (auth_context->local_subkey)
local_subkey       87 source4/heimdal/lib/krb5/rd_priv.c 	key = auth_context->local_subkey;