Searched refs:BLOCK_CIPHER (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DCryptoPrimitive.java47 BLOCK_CIPHER, enum constant in enum:CryptoPrimitive
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DCipherBox.java295 if (cipherType == BLOCK_CIPHER) {
358 if (cipherType == BLOCK_CIPHER) {
489 if (cipherType == BLOCK_CIPHER) {
571 if (cipherType == BLOCK_CIPHER) {
847 return cipherType == BLOCK_CIPHER;
879 case BLOCK_CIPHER:
914 case BLOCK_CIPHER:
991 case BLOCK_CIPHER:
1038 case BLOCK_CIPHER:
1067 case BLOCK_CIPHER
[all...]
H A DCipherSuite.java190 case BLOCK_CIPHER:
223 case BLOCK_CIPHER:
438 BLOCK_CIPHER, // block cipher in CBC mode enum constant in enum:CipherSuite.CipherType
454 B_RC2_40("RC2", BLOCK_CIPHER, 5, 16, 8, 0, false),
455 B_DES_40(CIPHER_DES, BLOCK_CIPHER, 5, 8, 8, 0, true),
459 B_DES(CIPHER_DES, BLOCK_CIPHER, 8, 8, 0, true),
460 B_3DES(CIPHER_3DES, BLOCK_CIPHER, 24, 8, 0, true),
461 B_IDEA("IDEA", BLOCK_CIPHER, 16, 8, 0, false),
462 B_AES_128(CIPHER_AES, BLOCK_CIPHER, 16, 16, 0, true),
463 B_AES_256(CIPHER_AES, BLOCK_CIPHER, 3
[all...]
H A DHandshaker.java1384 } else if ((cipher.cipherType == BLOCK_CIPHER) &&

Completed in 102 milliseconds