Home
last modified time | relevance | path

Searched refs:remote_subkey (Results 1 – 10 of 10) sorted by relevance

/trueos/crypto/heimdal/lib/gssapi/krb5/
HDexport_sec_context.c83 if (ac->remote_subkey) in _gsskrb5_export_sec_context()
137 if (ac->remote_subkey) { in _gsskrb5_export_sec_context()
138 kret = krb5_store_keyblock (sp, *ac->remote_subkey); in _gsskrb5_export_sec_context()
HDaccept_sec_context.c114 key = ctx->auth_context->remote_subkey; in _gsskrb5i_is_cfx()
116 if (ctx->auth_context->remote_subkey) in _gsskrb5i_is_cfx()
117 key = ctx->auth_context->remote_subkey; in _gsskrb5i_is_cfx()
141 (!acceptor && ctx->auth_context->remote_subkey)) in _gsskrb5i_is_cfx()
HDinquire_sec_context_by_oid.c288 acceptor_subkey = context_handle->auth_context->remote_subkey; in inquire_sec_context_has_updated_spnego()
/trueos/crypto/heimdal/lib/krb5/
HDauth_context.c82 krb5_free_keyblock(context, auth_context->remote_subkey); in krb5_auth_con_free()
299 return copy_key(context, auth_context->remote_subkey, keyblock); in krb5_auth_con_getremotesubkey()
347 if(auth_context->remote_subkey) in krb5_auth_con_setremotesubkey()
348 krb5_free_keyblock(context, auth_context->remote_subkey); in krb5_auth_con_setremotesubkey()
349 return copy_key(context, keyblock, &auth_context->remote_subkey); in krb5_auth_con_setremotesubkey()
HDmk_safe.c59 else if (auth_context->remote_subkey) in krb5_mk_safe()
60 key = auth_context->remote_subkey; in krb5_mk_safe()
HDrd_priv.c82 if (auth_context->remote_subkey) in krb5_rd_priv()
83 key = auth_context->remote_subkey; in krb5_rd_priv()
HDmk_priv.c60 else if (auth_context->remote_subkey) in krb5_mk_priv()
61 key = auth_context->remote_subkey; in krb5_mk_priv()
HDrd_cred.c111 if (auth_context->remote_subkey) { in krb5_rd_cred()
112 ret = krb5_crypto_init(context, auth_context->remote_subkey, in krb5_rd_cred()
130 if (auth_context->remote_subkey == NULL || ret == KRB5KRB_AP_ERR_BAD_INTEGRITY) in krb5_rd_cred()
HDrd_safe.c60 if (auth_context->remote_subkey) in verify_checksum()
61 key = auth_context->remote_subkey; in verify_checksum()
HDkrb5.h631 krb5_keyblock *remote_subkey; member