Searched defs:ivSize (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_SSL3_KEY_MAT_PARAMS.java120 public CK_SSL3_KEY_MAT_PARAMS(int macSize, int keySize, int ivSize, boolean export, CK_SSL3_RANDOM_DATA random) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DCipherBox.java270 private static IvParameterSpec getFixedMask(int ivSize) { argument
H A DCipherSuite.java487 final int ivSize; field in class:CipherSuite.BulkCipher
521 BulkCipher(String transformation, CipherType cipherType, int keySize, int expandedKeySize, int ivSize, int fixedIvSize, boolean allowed) argument
550 BulkCipher(String transformation, CipherType cipherType, int keySize, int ivSize, int fixedIvSize, boolean allowed) argument
[all...]

Completed in 119 milliseconds