Searched refs:krb5_msgtype (Results 1 – 6 of 6) sorted by relevance
250 typedef unsigned int krb5_msgtype; typedef950 #define KRB5_AS_REQ ((krb5_msgtype)10) /* Req for initial authentication */951 #define KRB5_AS_REP ((krb5_msgtype)11) /* Response to KRB_AS_REQ request */952 #define KRB5_TGS_REQ ((krb5_msgtype)12) /* TGS request to server */953 #define KRB5_TGS_REP ((krb5_msgtype)13) /* Response to KRB_TGS_REQ req */954 #define KRB5_AP_REQ ((krb5_msgtype)14) /* application request to server */955 #define KRB5_AP_REP ((krb5_msgtype)15) /* Response to KRB_AP_REQ_MUTUAL */956 #define KRB5_SAFE ((krb5_msgtype)20) /* Safe application message */957 #define KRB5_PRIV ((krb5_msgtype)21) /* Private application message */958 #define KRB5_CRED ((krb5_msgtype)22) /* Credential forwarding message */[all …]
2146 const krb5_msgtype,
47 krb5_encode_kdc_rep(krb5_context context, krb5_msgtype type, in krb5_encode_kdc_rep()
393 { krb5_msgtype msg_type; in decode_krb5_ap_req()426 { krb5_msgtype msg_type; in decode_krb5_ap_rep()536 { krb5_msgtype msg_type; in decode_krb5_safe_with_body()587 { krb5_msgtype msg_type; in decode_krb5_priv()641 { krb5_msgtype msg_type; in decode_krb5_cred()699 { krb5_msgtype msg_type; in decode_krb5_error()
79 (asn1buf *buf, krb5_msgtype *val);
406 asn1_error_code asn1_decode_msgtype(asn1buf *buf, krb5_msgtype *val) in asn1_decode_msgtype()414 *val = (krb5_msgtype) n; in asn1_decode_msgtype()