Lines Matching refs:function
39 function safe_add(x, y)
49 function rol(num, cnt)
57 function cmn(q, a, b, x, s, t)
61 function ff(a, b, c, d, x, s, t)
65 function gg(a, b, c, d, x, s, t)
69 function hh(a, b, c, d, x, s, t)
73 function ii(a, b, c, d, x, s, t)
82 function coreMD5(x)
175 function binl2hex(binarray)
190 function binl2b64(binarray)
207 function str2binl(str)
223 function strw2binl(str)
238 function hexMD5 (str) { return binl2hex(coreMD5( str2binl(str))) }
239 function hexMD5w(str) { return binl2hex(coreMD5(strw2binl(str))) }
240 function b64MD5 (str) { return binl2b64(coreMD5( str2binl(str))) }
241 function b64MD5w(str) { return binl2b64(coreMD5(strw2binl(str))) }
243 function calcMD5(str) { return binl2hex(coreMD5( str2binl(str))) }