Home
last modified time | relevance | path

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

/src/crypto/krb5/src/kdc/
H A Dfast_util.c99 krb5_enc_data encrypted_reply; in encrypt_fast_reply() local
107 encoded_response, &encrypted_reply); in encrypt_fast_reply()
112 retval = encode_krb5_pa_fx_fast_reply(&encrypted_reply, in encrypt_fast_reply()
114 krb5_free_data_contents(context, &encrypted_reply.ciphertext); in encrypt_fast_reply()
286 krb5_data *encrypted_reply = NULL; in kdc_fast_response_handle_padata() local
329 retval = encrypt_fast_reply(state, &fast_response, &encrypted_reply); in kdc_fast_response_handle_padata()
332 pa[0].length = encrypted_reply->length; in kdc_fast_response_handle_padata()
333 pa[0].contents = (unsigned char *) encrypted_reply->data; in kdc_fast_response_handle_padata()
338 free(encrypted_reply); in kdc_fast_response_handle_padata()
339 encrypted_reply = NULL; in kdc_fast_response_handle_padata()
[all …]