Searched defs:testKeyWrap (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/ |
H A D | NISTWrapKAT.java | 59 public static void testKeyWrap(int keyLen, int dataLen, method in class:NISTWrapKAT 101 testKeyWrap(16, 16, AES128_128); 106 testKeyWrap(24, 16, AES192_128); 107 testKeyWrap(24, 24, AES192_192); 110 testKeyWrap(32, 16, AES256_128); 111 testKeyWrap(32, 24, AES256_192); 112 testKeyWrap(32, 32, AES256_256);
|
H A D | XMLEncKAT.java | 113 public static void testKeyWrap(String cAlg, byte[] cKeyVal, method in class:XMLEncKAT 146 testKeyWrap(wrapAlg, desEdeKey_1, keyAlg, desEdeWrappedKey_1); 147 testKeyWrap(wrapAlg, desEdeKey_2, keyAlg, desEdeWrappedKey_2); 151 testKeyWrap(wrapAlg, aes128Key_1, keyAlg, aes128WrappedKey_1); 152 testKeyWrap(wrapAlg, aes128Key_2, keyAlg, aes128WrappedKey_2); 156 testKeyWrap(wrapAlg, aes192Key_1, keyAlg, aes192WrappedKey_1); 157 testKeyWrap(wrapAlg, aes192Key_2, keyAlg, aes192WrappedKey_2); 158 testKeyWrap(wrapAlg, aes256Key_1, keyAlg, aes256WrappedKey_1); 159 testKeyWrap(wrapAlg, aes256Key_2, keyAlg, aes256WrappedKey_2);
|
Completed in 41 milliseconds