Searched refs:local_subkey (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dauth_context.c85 krb5_free_keyblock(context, auth_context->local_subkey);
292 return copy_key(context, auth_context->local_subkey, keyblock);
319 if(auth_context->local_subkey)
320 krb5_free_keyblock(context, auth_context->local_subkey);
321 return copy_key(context, keyblock, &auth_context->local_subkey);
337 if(auth_context->local_subkey)
338 krb5_free_keyblock(context, auth_context->local_subkey);
339 auth_context->local_subkey = subkey;
H A Dmk_rep.c59 if (auth_context->local_subkey == NULL) {
68 ret = krb5_copy_keyblock(context, auth_context->local_subkey,
H A Dmk_safe.c59 if (auth_context->local_subkey)
60 key = auth_context->local_subkey;
H A Dmk_priv.c60 if (auth_context->local_subkey)
61 key = auth_context->local_subkey;
H A Drd_priv.c86 else if (auth_context->local_subkey)
87 key = auth_context->local_subkey;
H A Drd_safe.c64 else if (auth_context->local_subkey)
65 key = auth_context->local_subkey;
H A Dmk_req_ext.c65 if(ac->local_subkey == NULL && (ap_req_options & AP_OPTS_USE_SUBKEY)) {
H A Dkrb5.h599 krb5_keyblock *local_subkey; member in struct:krb5_auth_context_data
H A Dget_cred.c260 ac->local_subkey);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dexport_sec_context.c83 if (ac->local_subkey)
132 if (ac->local_subkey) {
133 kret = krb5_store_keyblock (sp, *ac->local_subkey);
H A Daccept_sec_context.c109 if (ctx->auth_context->local_subkey)
110 key = ctx->auth_context->local_subkey;
117 key = ctx->auth_context->local_subkey;
138 if ((acceptor && ctx->auth_context->local_subkey) ||
H A Dinquire_sec_context_by_oid.c252 acceptor_subkey = context_handle->auth_context->local_subkey;

Completed in 195 milliseconds