Home
last modified time | relevance | path

Searched refs:F3 (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/hash/
H A Dhash_ripemd.c147 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) macro
219 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK(j)); in RIPEMD128Transform()
238 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
310 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK(j)); in RIPEMD256Transform()
332 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
415 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD160Transform()
427 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform()
515 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD320Transform()
529 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD320Transform()
H A Dhash_haval.c132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… macro
163 …E[7 - (i % 8)] = ROTR(F3(E[M6[i]],E[M1[i]],E[M2[i]],E[M3[i]],E[M4[i]],E[M5[i]],E[M0[i]]),7) + ROTR… in PHP_3HAVALTransform()
197 …E[7 - (i % 8)] = ROTR(F3(E[M1[i]],E[M4[i]],E[M3[i]],E[M6[i]],E[M0[i]],E[M2[i]],E[M5[i]]),7) + ROTR… in PHP_4HAVALTransform()
233 …E[7 - (i % 8)] = ROTR(F3(E[M2[i]],E[M6[i]],E[M0[i]],E[M4[i]],E[M3[i]],E[M1[i]],E[M5[i]]),7) + ROTR… in PHP_5HAVALTransform()
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c4003 #define F3(x, y, z) (x ^ y ^ z) macro
4058 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in lsapi_MD5Transform()
4059 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in lsapi_MD5Transform()
4062 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in lsapi_MD5Transform()
4063 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in lsapi_MD5Transform()
4064 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in lsapi_MD5Transform()
4066 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in lsapi_MD5Transform()
4067 MD5STEP(F3, d, a, b, c, in[0] + 0xeaa127fa, 11); in lsapi_MD5Transform()
4068 MD5STEP(F3, c, d, a, b, in[3] + 0xd4ef3085, 16); in lsapi_MD5Transform()
4069 MD5STEP(F3, b, c, d, a, in[6] + 0x04881d05, 23); in lsapi_MD5Transform()
[all …]
/PHP-7.2/ext/standard/html_tables/
H A Dents_html401.txt85 oacute 00F3
H A Dents_xhtml.txt84 oacute 00F3
H A Dents_html5.txt1161 isinsv 022F3
1540 oacute 000F3
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt149 ó U+000F3
H A Dhtmlentities_html5.phpt229 ó U+000F3
928 ⋳ U+022F3

Completed in 36 milliseconds