Searched defs:req_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKDCReq.java67 int req_type) throws IOException {
69 msgType = req_type;
86 public KDCReq(byte[] data, int req_type) throws Asn1Exception, argument
88 init(new DerValue(data), req_type);
95 * @param req_type a encoded asn1 type value.
100 public KDCReq(DerValue der, int req_type) throws Asn1Exception, argument
102 init(der, req_type);
110 * @param req_type an int indicating whether it's KRB_AS_REQ or KRB_TGS_REQ type
116 protected void init(DerValue encoding, int req_type) throws Asn1Exception, argument
120 if ((encoding.getTag() & 0x1F) != req_type) {
66 KDCReq(PAData[] new_pAData, KDCReqBody new_reqBody, int req_type) argument
[all...]
H A DKDCRep.java80 int req_type) throws IOException {
82 msgType = req_type;
102 public KDCRep(byte[] data, int req_type) throws Asn1Exception, argument
104 init(new DerValue(data), req_type);
107 public KDCRep(DerValue encoding, int req_type) throws Asn1Exception, argument
109 init(encoding, req_type);
123 * @param req_type reply message type.
132 protected void init(DerValue encoding, int req_type) argument
136 if ((encoding.getTag() & 0x1F) != req_type) {
141 " req type is " + req_type);
74 KDCRep( PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart, int req_type) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c828 jlong long_length, jlong delete, jlong req_type, jlong actual_type,
833 delete, (Atom) req_type, (Atom*) jlong_to_ptr(actual_type),
826 Java_sun_awt_X11_XlibWrapper_XGetWindowProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong long_offset, jlong long_length, jlong delete, jlong req_type, jlong actual_type, jlong actual_format, jlong nitems_ptr, jlong bytes_after, jlong data_ptr) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java313 long delete, long req_type, long actualy_type,
311 XGetWindowProperty(long display, long window, long atom, long long_offset, long long_length, long delete, long req_type, long actualy_type, long actualy_format, long nitems_ptr, long bytes_after, long data_ptr) argument

Completed in 33 milliseconds