Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dfast.c367 krb5_enc_data *encrypted_response = NULL; in decrypt_fast_reply() local
380 retval = decode_krb5_pa_fx_fast_reply(&scratch, &encrypted_response); in decrypt_fast_reply()
384 scratch.data = malloc(encrypted_response->ciphertext.length); in decrypt_fast_reply()
387 scratch.length = encrypted_response->ciphertext.length; in decrypt_fast_reply()
392 encrypted_response, &scratch); in decrypt_fast_reply()
410 if (encrypted_response) in decrypt_fast_reply()
411 krb5_free_enc_data(context, encrypted_response); in decrypt_fast_reply()