Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/ssl/
DMAC.java106 } else if (macAlg == M_SHA) { in MAC()
DSSLAlgorithmConstraints.java374 } else if (macAlg == CipherSuite.M_SHA) { in decomposes()
DCipherSuite.java141 macAlg = M_SHA; in CipherSuite()
594 final static MacAlg M_SHA = new MacAlg("SHA", 20, 64, 9); field in CipherSuite