Searched refs:F4_RIPEMD160 (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | ripemd160.c | 63 #define F4_RIPEMD160(x, y, z) (((x) & (z)) | ((y) & (~(z)))) macro 150 …RIPEMD160_CORE(ar, br, cr, dr, er, 1, i, W, F4_RIPEMD160, SR_RIPEMD160, RR_RIPEMD160, KR_RIPEMD160… in ripemd160_process() 159 …RIPEMD160_CORE(al, bl, cl, dl, el, 3, i, W, F4_RIPEMD160, SL_RIPEMD160, RL_RIPEMD160, KL_RIPEMD160… in ripemd160_process()
|