Symbol: krb5_fast_response
crypto/krb5/src/include/k5-int.h
1505
encode_krb5_fast_response(const krb5_fast_response *, krb5_data **);
crypto/krb5/src/include/k5-int.h
1681
decode_krb5_fast_response(const krb5_data *, krb5_fast_response **);
crypto/krb5/src/include/k5-int.h
942
void KRB5_CALLCONV krb5_free_fast_response(krb5_context, krb5_fast_response *);
crypto/krb5/src/kdc/fast_util.c
284
krb5_fast_response fast_response;
crypto/krb5/src/kdc/fast_util.c
372
krb5_fast_response resp;
crypto/krb5/src/kdc/fast_util.c
94
const krb5_fast_response *response,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1047
DEFFIELD(fast_response_0, krb5_fast_response, padata, 0, ptr_seqof_pa_data);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1048
DEFFIELD(fast_response_1, krb5_fast_response, strengthen_key, 1,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1050
DEFFIELD(fast_response_2, krb5_fast_response, finished, 2,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1052
DEFFIELD(fast_response_3, krb5_fast_response, nonce, 3, int32);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1057
DEFSEQTYPE(fast_response, krb5_fast_response, fast_response_fields);
crypto/krb5/src/lib/krb5/krb/fast.c
363
krb5_fast_response **response)
crypto/krb5/src/lib/krb5/krb/fast.c
369
krb5_fast_response *local_resp = NULL;
crypto/krb5/src/lib/krb5/krb/fast.c
438
krb5_fast_response *fast_response = NULL;
crypto/krb5/src/lib/krb5/krb/fast.c
523
krb5_fast_response *fast_response = NULL;
crypto/krb5/src/lib/krb5/krb/kfree.c
677
krb5_free_fast_response(krb5_context context, krb5_fast_response *val)