Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash_ripemd.c145 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) macro
217 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK(j)); in RIPEMD128Transform()
236 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
308 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK(j)); in RIPEMD256Transform()
330 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
413 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD160Transform()
425 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform()
513 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD320Transform()
527 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD320Transform()
H A Dhash_haval.c130 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… macro
161 …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()
195 …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()
231 …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.4/sapi/litespeed/
H A Dlsapilib.c4236 #define F3(x, y, z) (x ^ y ^ z) macro
4291 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in lsapi_MD5Transform()
4292 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in lsapi_MD5Transform()
4295 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in lsapi_MD5Transform()
4296 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in lsapi_MD5Transform()
4297 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in lsapi_MD5Transform()
4299 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in lsapi_MD5Transform()
4300 MD5STEP(F3, d, a, b, c, in[0] + 0xeaa127fa, 11); in lsapi_MD5Transform()
4301 MD5STEP(F3, c, d, a, b, in[3] + 0xd4ef3085, 16); in lsapi_MD5Transform()
4302 MD5STEP(F3, b, c, d, a, in[6] + 0x04881d05, 23); in lsapi_MD5Transform()
[all …]
/PHP-7.4/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.4/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt149 ó U+000F3
H A Dhtmlentities_html5.phpt229 ó U+000F3
928 ⋳ U+022F3

Completed in 26 milliseconds