Searched refs:BLONG (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/crypto/provider/Mac/
H A DMacKAT.java159 private final static byte[] ALONG, BLONG, BKEY; field in class:MacKAT
164 BLONG = new byte[1024 * 128];
166 random.nextBytes(BLONG);
174 t("SslMacMD5", BLONG, "34:1c:ad:a0:95:57:32:f8:8e:80:8f:ee:b2:d8:23:e5",
178 t("SslMacSHA1", BLONG, "84:af:57:0a:af:ef:16:93:90:50:da:88:f8:ad:1a:c5:66:6c:94:d0",
183 t("HmacMD5", BLONG, "6c:22:79:bb:34:9e:da:f4:f5:cf:df:0c:62:3d:59:e0",
185 t("HmacMD5", BLONG, "e6:ad:00:c9:49:6b:98:fe:53:a2:b9:2d:7d:41:a2:03",
189 t("HmacSHA1", BLONG, "80:2d:5b:ea:08:df:a4:1f:e5:3e:1c:fa:fc:ad:dd:31:da:15:60:2c",
191 t("HmacSHA1", BLONG, "a2:fa:2a:85:18:0e:94:b2:a5:e2:17:8b:2a:29:7a:95:cd:e8:aa:82",
196 t("HmacSHA256", BLONG, "e
[all...]
/openjdk7/jdk/test/sun/security/provider/MessageDigest/
H A DDigestKAT.java142 private final static byte[] ALONG, BLONG; field in class:DigestKAT
148 BLONG = new byte[1024 * 128];
149 random.nextBytes(BLONG);
161 t("MD2", BLONG, "fb:d3:b5:f3:80:a7:dd:ae:1b:66:c7:ee:fe:d6:8f:27"),
171 t("MD4", BLONG, "f7:11:86:91:ef:2f:58:ab:30:5f:4c:f9:85:63:c1:be"),
181 t("MD5", BLONG, "d5:5b:d4:4c:35:6a:00:7f:6f:2d:91:f0:e5:c2:fe:d4"),
191 t("SHA1", BLONG, "1d:a8:1a:de:8d:1e:d0:82:ba:12:13:e2:56:26:30:fc:05:b8:8d:a6"),
201 t("SHA-256", BLONG, "8b:88:9d:83:ff:6a:25:ca:66:de:33:7e:24:2d:74:b2:3f:25:33:ae:88:83:c9:79:1e:1f:7f:20:53:b1:60:63"),
211 t("SHA-384", BLONG, "c9:95:d0:e3:d5:0c:bd:0b:bd:df:01:c5:bc:90:1c:fc:cd:2f:a3:4c:d5:a5:ad:fd:4f:5b:1e:fb:65:e1:f8:3b:6a:5c:2e:70:86:b0:75:7d:06:c9:05:8c:f7:7e:de:a7"),
221 t("SHA-512", BLONG, "8
[all...]

Completed in 38 milliseconds