Searched refs:F1 (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | md5.c | 168 #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 D | sha512.c | 174 #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 D | sha256.c | 117 #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 D | cros-ec-keyb.txt | 34 /* CAPSLCK F1 B F10 */
|
| /rk3399_rockchip-uboot/drivers/usb/ |
| H A D | Kconfig | 102 Say Y here if you want support for keys F1 - F12, INS, HOME, DELETE,
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 367 #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
|