Searched refs:M_SHA256 (Results 1 – 3 of 3) sorted by relevance
108 } else if (macAlg == M_SHA256) { in MAC()
378 } else if (macAlg == CipherSuite.M_SHA256) { in decomposes()
143 macAlg = M_SHA256; in CipherSuite()595 final static MacAlg M_SHA256 = new MacAlg("SHA256", 32, 64, 9); field in CipherSuite