Searched refs:M_SHA (Results 1 – 3 of 3) sorted by relevance
106 } else if (macAlg == M_SHA) { in MAC()
374 } else if (macAlg == CipherSuite.M_SHA) { in decomposes()
141 macAlg = M_SHA; in CipherSuite()594 final static MacAlg M_SHA = new MacAlg("SHA", 20, 64, 9); field in CipherSuite