Searched refs:fast_response (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | fast.c | 438 krb5_fast_response *fast_response = NULL; in krb5int_fast_process_error() local 449 &fast_response); in krb5int_fast_process_error() 462 fx_error_pa = krb5int_find_pa_data(context, fast_response->padata, in krb5int_fast_process_error() 480 *out_padata = fast_response->padata; in krb5int_fast_process_error() 481 fast_response->padata = NULL; in krb5int_fast_process_error() 509 krb5_free_fast_response(context, fast_response); in krb5int_fast_process_error() 523 krb5_fast_response *fast_response = NULL; in krb5int_fast_process_response() local 532 &fast_response); in krb5int_fast_process_response() 534 if (fast_response->finished == 0) { in krb5int_fast_process_response() 546 &fast_response->finished->ticket_checksum, in krb5int_fast_process_response() [all …]
|
| /src/crypto/krb5/src/kdc/ |
| H A D | fast_util.c | 284 krb5_fast_response fast_response; in kdc_fast_response_handle_padata() local 303 fast_response.padata = rep->padata; in kdc_fast_response_handle_padata() 304 if (fast_response.padata == NULL) in kdc_fast_response_handle_padata() 305 fast_response.padata = &empty_padata[0]; in kdc_fast_response_handle_padata() 306 fast_response.strengthen_key = state->strengthen_key; in kdc_fast_response_handle_padata() 307 fast_response.nonce = request->nonce; in kdc_fast_response_handle_padata() 308 fast_response.finished = &finish; in kdc_fast_response_handle_padata() 329 retval = encrypt_fast_reply(state, &fast_response, &encrypted_reply); in kdc_fast_response_handle_padata()
|
| /src/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_k_encode.c | 1057 DEFSEQTYPE(fast_response, krb5_fast_response, fast_response_fields); 1294 MAKE_ENCODER(encode_krb5_fast_response, fast_response); 1295 MAKE_DECODER(decode_krb5_fast_response, fast_response);
|