Searched refs:strengthen_key (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | fast.h | 67 krb5_keyblock **strengthen_key); 80 krb5_keyblock *strengthen_key,
|
H A D | fast.c | 451 krb5_keyblock **strengthen_key) 458 *strengthen_key = NULL; 485 *strengthen_key = fast_response->strengthen_key; 486 fast_response->strengthen_key = NULL; 500 krb5_keyblock *strengthen_key, 507 if (strengthen_key) { 508 retval = krb5_c_fx_cf2_simple(context, strengthen_key, 448 krb5int_fast_process_response(krb5_context context, struct krb5int_fast_request_state *state, krb5_kdc_rep *resp, krb5_keyblock **strengthen_key) argument 499 krb5int_fast_reply_key(krb5_context context, krb5_keyblock *strengthen_key, krb5_keyblock *existing_key, krb5_keyblock *out_key) argument
|
H A D | get_in_tkt.c | 1903 krb5_keyblock *strengthen_key = NULL; local 1996 ctx->reply, &strengthen_key); 2055 code = krb5int_fast_reply_key(context, strengthen_key, &ctx->as_key, 2075 code = krb5int_fast_reply_key(context, strengthen_key, &ctx->as_key, 2239 krb5_free_keyblock(context, strengthen_key);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | krb5_decode.c | 1179 clear_field(rep,strengthen_key); 1182 opt_field(rep->strengthen_key, 1, asn1_decode_encryption_key_ptr);
|
H A D | asn1_k_encode.c | 1298 FIELDOF_OPT( krb5_fast_response, ptr_encryption_key, strengthen_key, 1, 1), 1308 if (val->strengthen_key)
|
Completed in 43 milliseconds