Searched refs:armor_key (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/preauth/
H A Dfast_factor.h4 * Returns success with a null armor_key if FAST is available but not in use.
14 krb5_keyblock **armor_key)
20 *armor_key = (krb5_keyblock *) data->data;
33 krb5_keyblock **armor_key)
40 *armor_key = (krb5_keyblock *) data->data;
12 fast_get_armor_key(krb5_context context, preauth_get_client_data_proc get_data, struct _krb5_preauth_client_rock *rock, krb5_keyblock **armor_key) argument
29 fast_kdc_get_armor_key(krb5_context context, preauth_get_entry_data_proc get_entry, krb5_kdc_req *request, struct _krb5_db_entry_new *client, krb5_keyblock **armor_key) argument
/osnet-11/usr/src/lib/krb5/plugins/preauth/encrypted_challenge/
H A Dencrypted_challenge_main.c61 krb5_keyblock *challenge_key = NULL, *armor_key = NULL; local
67 retval = fast_get_armor_key(context, get_data_proc, rock, &armor_key);
68 if (retval || armor_key == NULL)
85 retval = krb5_c_fx_cf2_simple(context,armor_key, "kdcchallengearmor",
124 armor_key, "clientchallengearmor",
168 if (armor_key)
169 krb5_free_keyblock(context, armor_key);
185 krb5_keyblock *armor_key = NULL; local
186 retval = fast_kdc_get_armor_key(context, get_entry_proc, request, client, &armor_key);
189 if (armor_key
207 krb5_keyblock *armor_key = NULL; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfast.c66 krb5_keyblock *subkey = NULL, *armor_key = NULL; local
80 &out_creds->keyblock, "ticketarmor", &armor_key);
93 state->armor_key = armor_key;
94 armor_key = NULL;
96 krb5_free_keyblock(context, armor_key);
117 if (state->armor_key == NULL) {
211 if (state->armor_key == NULL) {
239 retval = krb5int_c_mandatory_cksumtype(context, state->armor_key->enctype,
245 retval = krb5_c_make_checksum(context, cksumtype, state->armor_key,
[all...]
H A Dfast.h38 krb5_keyblock *armor_key; /*non-null means fast is in use*/ member in struct:krb5int_fast_request_state
H A Dpreauth2.c491 if (rock->fast_state->armor_key)
492 retval = krb5_copy_keyblock(kcontext, rock->fast_state->armor_key,
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c116 krb5_keyblock *armor_key = NULL; local
120 /* Remove (along with armor_key) when FAST PKINIT is settled. */
122 client, &armor_key);
123 if (retval == 0 && armor_key != NULL) {
125 krb5_free_keyblock(context, armor_key);
323 krb5_keyblock *armor_key; local
330 /* Remove (along with armor_key) when FAST PKINIT is settled. */
332 client, &armor_key);
333 if (retval == 0 && armor_key != NULL) {
335 krb5_free_keyblock(context, armor_key);
[all...]
H A Dpkinit_clnt.c1007 krb5_keyblock *armor_key = NULL; local
1012 /* Remove (along with armor_key) when FAST PKINIT is settled. */
1013 retval = fast_get_armor_key(context, get_data_proc, rock, &armor_key);
1014 if (retval == 0 && armor_key != NULL) {
1016 krb5_free_keyblock(context, armor_key);

Completed in 51 milliseconds