remote_subkey      88 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	    key = ctx->auth_context->remote_subkey;
remote_subkey      90 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	if (ctx->auth_context->remote_subkey)
remote_subkey      91 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	    key = ctx->auth_context->remote_subkey;
remote_subkey     113 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	    (!acceptor && ctx->auth_context->remote_subkey))
remote_subkey      85 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     if (ac->remote_subkey)
remote_subkey     139 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     if (ac->remote_subkey) {
remote_subkey     140 source4/heimdal/lib/gssapi/krb5/export_sec_context.c 	kret = krb5_store_keyblock (sp, *ac->remote_subkey);
remote_subkey     250 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c 	    acceptor_subkey = context_handle->auth_context->remote_subkey;
remote_subkey      84 source4/heimdal/lib/krb5/auth_context.c 	krb5_free_keyblock(context, auth_context->remote_subkey);
remote_subkey     298 source4/heimdal/lib/krb5/auth_context.c     return copy_key(context, auth_context->remote_subkey, keyblock);
remote_subkey     346 source4/heimdal/lib/krb5/auth_context.c     if(auth_context->remote_subkey)
remote_subkey     347 source4/heimdal/lib/krb5/auth_context.c 	krb5_free_keyblock(context, auth_context->remote_subkey);
remote_subkey     348 source4/heimdal/lib/krb5/auth_context.c     return copy_key(context, keyblock, &auth_context->remote_subkey);
remote_subkey     555 source4/heimdal/lib/krb5/krb5.h     krb5_keyblock *remote_subkey;
remote_subkey      63 source4/heimdal/lib/krb5/mk_priv.c     else if (auth_context->remote_subkey)
remote_subkey      64 source4/heimdal/lib/krb5/mk_priv.c 	key = auth_context->remote_subkey;
remote_subkey     112 source4/heimdal/lib/krb5/rd_cred.c 	if (auth_context->remote_subkey) {
remote_subkey     113 source4/heimdal/lib/krb5/rd_cred.c 	    ret = krb5_crypto_init(context, auth_context->remote_subkey,
remote_subkey     131 source4/heimdal/lib/krb5/rd_cred.c 	if (auth_context->remote_subkey == NULL || ret == KRB5KRB_AP_ERR_BAD_INTEGRITY)
remote_subkey      84 source4/heimdal/lib/krb5/rd_priv.c     if (auth_context->remote_subkey)
remote_subkey      85 source4/heimdal/lib/krb5/rd_priv.c 	key = auth_context->remote_subkey;