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

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DASReq.java40 super(new_pAData, new_reqBody, Krb5.KRB_AS_REQ);
52 super.init(encoding, Krb5.KRB_AS_REQ);
H A DKDCReqBody.java129 * @param msgType an int indicating whether it's KRB_AS_REQ or KRB_TGS_REQ type.
146 if ((msgType != Krb5.KRB_AS_REQ) && (cname != null)) {
221 if (msgType == Krb5.KRB_AS_REQ) {
H A DKrb5.java190 public static final int KRB_AS_REQ = 10; //Request for initial authentication field in class:Krb5
191 public static final int KRB_AS_REP = 11; //Response to KRB_AS_REQ request
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java634 if ((in[0] & 0x1f) == Krb5.KRB_AS_REQ)

Completed in 41 milliseconds