Searched refs:constructAESKey (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForECB_IV.java64 private static SecretKey constructAESKey(String s) throws Exception { method in class:TestKATForECB_IV
89 SecretKey aesKey = constructAESKey(KEYS[i]);
H A DTestKATForECB_VK.java648 private static SecretKey constructAESKey(int len, int rounds) method in class:TestKATForECB_VK
725 SecretKey aesKey = constructAESKey(KEY_SIZES[i], j);
H A DTestKATForECB_VT.java451 private static SecretKey constructAESKey(int len) method in class:TestKATForECB_VT
526 SecretKey aesKey = constructAESKey(KEY_SIZES[i]);

Completed in 29 milliseconds