Home
last modified time | relevance | path

Searched refs:F1 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dmd5.c168 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
169 #define F2(x, y, z) F1(z, x, y)
192 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
193 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
194 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
195 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
196 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
197 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform()
198 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform()
199 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform()
[all …]
H A Dsha512.c174 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha512_process() macro
178 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha512_process()
H A Dsha256.c117 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process_one() macro
126 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process_one()
/rk3399_rockchip-uboot/doc/device-tree-bindings/input/
H A Dcros-ec-keyb.txt34 /* CAPSLCK F1 B F10 */
/rk3399_rockchip-uboot/drivers/usb/
H A DKconfig102 Say Y here if you want support for keys F1 - F12, INS, HOME, DELETE,
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c367 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process() macro
376 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process()
467 #undef F1