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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DMAC.java108 } else if (macAlg == M_SHA256) {
H A DSSLAlgorithmConstraints.java378 } else if (macAlg == CipherSuite.M_SHA256) {
H A DCipherSuite.java143 macAlg = M_SHA256;
595 final static MacAlg M_SHA256 = new MacAlg("SHA256", 32, 64, 9); field in class:CipherSuite

Completed in 42 milliseconds