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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfast.c289 krb5_enc_data *encrypted_response = NULL; local
300 retval = decode_krb5_pa_fx_fast_reply(&scratch, &encrypted_response);
304 scratch.data = malloc(encrypted_response->ciphertext.length);
307 scratch.length = encrypted_response->ciphertext.length;
312 encrypted_response, &scratch);
333 if (encrypted_response)
334 krb5_free_enc_data(context, encrypted_response);

Completed in 22 milliseconds