Searched refs:M_SHA384 (Results 1 – 3 of 3) sorted by relevance
110 } else if (macAlg == M_SHA384) { in MAC()
382 } else if (macAlg == CipherSuite.M_SHA384) { in decomposes()
145 macAlg = M_SHA384; in CipherSuite()596 final static MacAlg M_SHA384 = new MacAlg("SHA384", 48, 128, 17); field in CipherSuite