Searched refs:lf_ch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSHA2.java130 private static int lf_ch(int x, int y, int z) { method in class:SHA2
224 int T1 = h + lf_sigma1(e) + lf_ch(e,f,g) + ROUND_CONSTS[i] + W[i];
H A DSHA5.java139 private static long lf_ch(long x, long y, long z) { method in class:SHA5
237 long T1 = h + lf_sigma1(e) + lf_ch(e,f,g) + ROUND_CONSTS[i] + W[i];

Completed in 30 milliseconds