Searched refs:ROTL_MD5 (Results 1 – 2 of 2) sorted by relevance
101 #define ROTL_MD5(x, n) ((((u32)(x)) << (n)) | (((u32)(x)) >> (32-(n)))) macro
80 B += ROTL_MD5((A + f + K_MD5[i] + W[g]), R_MD5[i]); in md5_process()