krb5_fast_response
encode_krb5_fast_response(const krb5_fast_response *, krb5_data **);
decode_krb5_fast_response(const krb5_data *, krb5_fast_response **);
void KRB5_CALLCONV krb5_free_fast_response(krb5_context, krb5_fast_response *);
krb5_fast_response fast_response;
krb5_fast_response resp;
const krb5_fast_response *response,
DEFFIELD(fast_response_0, krb5_fast_response, padata, 0, ptr_seqof_pa_data);
DEFFIELD(fast_response_1, krb5_fast_response, strengthen_key, 1,
DEFFIELD(fast_response_2, krb5_fast_response, finished, 2,
DEFFIELD(fast_response_3, krb5_fast_response, nonce, 3, int32);
DEFSEQTYPE(fast_response, krb5_fast_response, fast_response_fields);
krb5_fast_response **response)
krb5_fast_response *local_resp = NULL;
krb5_fast_response *fast_response = NULL;
krb5_fast_response *fast_response = NULL;
krb5_free_fast_response(krb5_context context, krb5_fast_response *val)