Searched defs:etype (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DETypeInfo.java37 * etype [0] Int32,
46 private int etype; field in class:ETypeInfo
55 public ETypeInfo(int etype, String salt) { argument
56 this.etype = etype;
61 return new ETypeInfo(etype, salt);
78 // etype
81 this.etype = der.getData().getBigInteger().intValue();
125 temp.putInteger(etype);
147 return etype;
[all...]
H A DETypeInfo2.java37 * etype [0] Int32,
47 private int etype; field in class:ETypeInfo2
58 public ETypeInfo2(int etype, String salt, byte[] s2kparams) { argument
59 this.etype = etype;
68 etypeInfo2.etype = etype;
92 // etype
95 this.etype = der.getData().getBigInteger().intValue();
133 temp.putInteger(etype);
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DOneKDC.java60 * @param etype Encryption type, null if not specified
63 public OneKDC(String etype) throws Exception { argument
73 etype == null ? "" : "default_tkt_enctypes=" + etype + "\ndefault_tgs_enctypes=" + etype);
H A DKDC.java178 * Multiple ETYPE-INFO-ENTRY with same etype but different salt
481 * @throws sun.security.krb5.KrbException for unknown/unsupported etype
551 * @param etype the encryption type
554 * @throws sun.security.krb5.KrbException for unknown/unsupported etype
556 private EncryptionKey keyForUser(PrincipalName p, int etype, boolean server) argument
571 getPassword(p, server), getSalt(p), null, etype),
572 etype, kvno);
660 int e2 = eTypes[0]; // etype for outgoing session key
661 int e3 = eTypes[0]; // etype for outgoing ticket
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKtab.java61 int etype = -1; field in class:Ktab
128 // -e <etype> (for -d)
169 error("An etype must be specified after -e");
172 etype = Integer.parseInt(args[i]);
173 if (etype <= 0) {
177 error(args[i] + " is not a valid etype");
376 " (" + (etype==-1?"all etypes":("etype="+etype)) + ", " +
401 int count = table.deleteEntries(pname, etype, vDe
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java328 * @param etype The source type of the coercion,
333 Type coerce(Type etype, Type ttype) { argument
334 // WAS if (etype.baseType() == ttype.baseType())
335 if (etype.tsym.type == ttype.tsym.type)
336 return etype;
337 if (etype.tag <= DOUBLE) {
338 Object n = etype.constValue();
H A DAttr.java324 public Type coerce(Type etype, Type ttype) { argument
325 return cfolder.coerce(etype, ttype);
2872 Type etype = attribType(tree.elemtype, env);
2873 Type type = new ArrayType(etype, syms.arrayClass);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTab.java273 * keys with same etype, the one with the highest kvno is returned.
311 // 1. k1's etype appears earlier in etypes than k2's
344 * The etype of the key must be one that has been configured
467 * @param etype the etype to match, remove all if -1
471 public int deleteEntries(PrincipalName service, int etype, int kvno) { argument
474 // Remember the highest KVNO for each etype. Used for kvno == -2
480 if (etype == -1 || e.keyType == etype) {
483 // only find out highest KVNO for each etype
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosClientKeyExchangeImpl.java201 // %%% Should print string repr of etype
203 "Cannot find key of appropriate type to decrypt ticket - need etype " +
368 * findKey(etype, version, keys). Always returns true if either input
383 private static KerberosKey findKey(int etype, Integer version, argument
389 if (etype == ktype) {
398 if ((etype == EncryptedData.ETYPE_DES_CBC_CRC ||
399 etype == EncryptedData.ETYPE_DES_CBC_MD5)) {
408 etype,
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DEncryptionKey.java154 * Obtains a key for a given etype of a principal with possible new salt
158 * @param etype
163 char[] password, int etype, PAData.SaltAndParams snp)
174 return acquireSecretKey(password, salt, etype, s2kparams);
178 * Obtains a key for a given etype with salt and optional s2kparams
181 * @param etype
186 String salt, int etype, byte[] s2kparams)
190 stringToKey(password, salt, s2kparams, etype),
191 etype, null);
196 * Construct a key for each configured etype
162 acquireSecretKey(PrincipalName cname, char[] password, int etype, PAData.SaltAndParams snp) argument
185 acquireSecretKey(char[] password, String salt, int etype, byte[] s2kparams) argument
521 findKey(int etype, EncryptionKey[] keys) argument
547 findKey(int etype, Integer kvno, EncryptionKey[] keys) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java116 public static LayoutPathImpl getPath(EndType etype, double ... coords) { argument
121 return SegmentPath.get(etype, coords);
165 public SegmentPath build(EndType etype, double... pts) { argument
174 return complete(etype);
264 public SegmentPath complete(EndType etype) { argument
272 result = new SegmentPath(data, etype);
277 result = new SegmentPath(dataToAdopt, etype);
314 EndType etype; field in class:LayoutPathImpl.SegmentPath
316 public static SegmentPath get(EndType etype, double... pts) { argument
317 return new SegmentPathBuilder().build(etype, pt
324 SegmentPath(double[] data, EndType etype) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.cpp196 jint Klass::array_layout_helper(BasicType etype) { argument
197 assert(etype >= T_BOOLEAN && etype <= T_OBJECT, "valid etype");
199 int hsize = arrayOopDesc::base_offset_in_bytes(etype);
200 int esize = type2aelembytes(etype);
201 bool isobj = (etype == T_OBJECT);
203 int lh = array_layout_helper(tag, hsize, etype, exact_log2(esize));
210 assert(layout_helper_element_type(lh) == etype, "correct decode");
H A Dklass.hpp445 static jint array_layout_helper(jint tag, int hsize, BasicType etype, int log2_esize) { argument
448 | ((int)etype << _lh_element_type_shift)
460 // Out-of-line version computes everything based on the etype:
461 static jint array_layout_helper(BasicType etype);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java76 private int etype; field in class:CipherHelper
85 etype = key.getEType();
88 switch (etype) {
114 "Unsupported encryption type: " + etype);
131 return etype;
136 if (etype == EncryptedData.ETYPE_ARCFOUR_HMAC) {
338 switch (etype) {
371 "Unsupported encryption type: " + etype);
508 switch (etype) {
527 "Unsupported encryption type: " + etype);
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2591 const TypeOopPtr *etype = TypeOopPtr::make_from_klass_common(klass->as_obj_array_klass()->element_klass(), false, try_for_exact); local
2592 bool xk = etype->klass_is_exact();
2593 const TypeAry* arr0 = TypeAry::make(etype, TypeInt::POS);
2601 const Type* etype = get_const_basic_type(klass->as_type_array_klass()->element_type()); local
2602 const TypeAry* arr0 = TypeAry::make(etype, TypeInt::POS);
2619 const Type* etype = get_const_basic_type(bt); local
2620 const TypeAry* arr0 = TypeAry::make(etype, TypeInt::POS);
2627 const Type* etype = get_const_basic_type(bt); local
2628 const TypeAry* arr0 = TypeAry::make(etype, TypeInt::POS);
2646 const Type *etype local
2659 const Type* etype = get_const_basic_type(klass->as_type_array_klass()->element_type()); local
3387 max_array_length(BasicType etype) argument
[all...]
H A DgraphKit.cpp3217 BasicType etype = Klass::layout_helper_element_type(layout_con); local

Completed in 96 milliseconds