Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/ssl/
DMAC.java108 } else if (macAlg == M_SHA256) { in MAC()
DSSLAlgorithmConstraints.java378 } else if (macAlg == CipherSuite.M_SHA256) { in decomposes()
DCipherSuite.java143 macAlg = M_SHA256; in CipherSuite()
595 final static MacAlg M_SHA256 = new MacAlg("SHA256", 32, 64, 9); field in CipherSuite