Home
last modified time | relevance | path

Searched refs:F4 (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c109 #define F4(x, y, z) (y ^ (x | ~z)) macro
181 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in transform()
182 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in transform()
183 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in transform()
184 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in transform()
185 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in transform()
186 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in transform()
187 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in transform()
188 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in transform()
189 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in transform()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c145 #define F4(x, y, z) (y ^ (x | ~z)) macro
229 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6); in MD5Transform()
230 MD5STEP(F4, d, a, b, c, in[7 ] + 0x432aff97, 10); in MD5Transform()
231 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
232 MD5STEP(F4, b, c, d, a, in[5 ] + 0xfc93a039, 21); in MD5Transform()
233 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
234 MD5STEP(F4, d, a, b, c, in[3 ] + 0x8f0ccc92, 10); in MD5Transform()
235 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
236 MD5STEP(F4, b, c, d, a, in[1 ] + 0x85845dd1, 21); in MD5Transform()
237 MD5STEP(F4, a, b, c, d, in[8 ] + 0x6fa87e4f, 6); in MD5Transform()
[all …]
/freebsd/sys/opencrypto/
H A Drmd160.c78 #define F4(x, y, z) ((x) ^ ((y) | (~z))) macro
247 R(b, c, d, e, a, F4, K4, 9, 4); in RMD160Transform()
248 R(a, b, c, d, e, F4, K4, 15, 0); in RMD160Transform()
249 R(e, a, b, c, d, F4, K4, 5, 5); in RMD160Transform()
250 R(d, e, a, b, c, F4, K4, 11, 9); in RMD160Transform()
251 R(c, d, e, a, b, F4, K4, 6, 7); in RMD160Transform()
252 R(b, c, d, e, a, F4, K4, 8, 12); in RMD160Transform()
253 R(a, b, c, d, e, F4, K4, 13, 2); in RMD160Transform()
254 R(e, a, b, c, d, F4, K4, 12, 10); in RMD160Transform()
255 R(d, e, a, b, c, F4, K4, 5, 14); in RMD160Transform()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dmd5-internal.c197 #define F4(x, y, z) (y ^ (x | ~z)) macro
268 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
269 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
270 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
271 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
272 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
273 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
274 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
275 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
276 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in MD5Transform()
[all …]
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_local.h53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
80 a+=F4(b,c,d)+X(w)+K; \
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td248 class F4<bits<6> op3, dag outs, dag ins, string asmstr, list<dag> pattern,
262 : F4<op3, outs, ins, asmstr, pattern, itin> {
278 : F4<op3, outs, ins, asmstr, pattern, itin> {
294 : F4<op3, outs, ins, asmstr, pattern, itin> {
311 : F4<op3, outs, ins, asmstr, pattern, itin> {
326 : F4<op3, outs, ins, asmstr, pattern, itin> {
H A DSparcRegisterInfo.td180 def F4 : Rf< 4, "f4">, DwarfRegNum<[36]>;
212 def D2 : Rd< 4, "f4", [F4, F5]>, DwarfRegNum<[74]>;
/freebsd/contrib/unifdef/tests/
H A Dif6.c7 #elif F4
H A Dcrlf.c7 #elif F4
H A Dmultinewline.expout10 -#elif F4
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td85 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
87 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
134 CCIfNotVarArg<CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8, F9, F10,
168 CCIfType<[f32, f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>
185 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
186 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
232 CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
/freebsd/lib/libmd/
H A Drmd_locl.h181 #define F4(x,y,z) (((x)&(z))|((y)&(~(z)))) macro
208 a+=F4(b,c,d)+X[w]+K; \
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-genrsa.pod.in26 [B<-F4>]
65 =item B<-F4>, B<-f4>, B<-3>
/freebsd/secure/caroot/trusted/
H A DDigiCert_Assured_ID_Root_CA.pem54 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
56 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
H A DStarfield_Class_2_CA.pem49 BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
51 keyid:BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
H A DGlobalSign_ECC_Root_CA_-_R4.pem49 SHA1 Fingerprint=6B:A0:B0:98:E1:71:EF:5A:AD:FE:48:15:80:77:10:F4:BD:6F:0B:28
H A DCertainly_Root_R1.pem71 E0:AA:3F:25:8D:9F:44:5C:C1:3A:E8:2E:AE:77:4C:84:3E:67:0C:F4
103 SHA1 Fingerprint=A0:50:EE:0F:28:71:F4:27:B2:12:6D:6F:50:96:25:BA:CC:86:42:AF
H A DBJCA_Global_Root_CA2.pem53 SHA1 Fingerprint=F4:27:86:EB:6E:B8:6D:88:31:67:02:FB:BA:66:A4:53:00:AA:7A:A6
H A DMicrosoft_ECC_Root_Certificate_Authority_2017.pem55 SHA1 Fingerprint=99:9A:64:C3:7F:F4:7D:9F:AB:95:F1:47:69:89:14:60:EE:C4:C3:C5
/freebsd/contrib/file/tests/
H A DMakefile.am158 zstd-v0.8-F4.result \
159 zstd-v0.8-F4.testfile \
/freebsd/crypto/openssl/test/certs/
H A DembeddedSCTs3.sct11 3A:95:0B:BE:F4:98:75:D4:CA:49:97:FD:25:2E:E3:78:
/freebsd/share/vt/fonts/
H A Dterminus-b32.hex183 00F4:000000000000000000000000018003C007E00E70000000000FF01FF8381C300C300C300C300C300C300C300C300C38…
443 03F4:0000000000000000000000000FF01FF8381C300C300C300C300C300C300C3FFC3FFC300C300C300C300C300C300C38…
618 04F4:00000C300C300C300C300000300C300C300C300C300C300C300C300C300C380C1FFC0FFC000C000C000C000C000C00…
1272 28F4:0000000000000000000000000000000000000000001800180018001800000000000000001818181818181818000000…
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dcros-ec-keyb.txt38 /* F4 G F7 H */
/freebsd/share/ctypedef/
H A Dzh_TW.Big5.src939 <CJK_UNIFIED_IDEOGRAPH-63F4>;/
969 <CJK_UNIFIED_IDEOGRAPH-64F4>;/
1048 <CJK_UNIFIED_IDEOGRAPH-66F4>;/
1094 <CJK_UNIFIED_IDEOGRAPH-67F4>;/
1408 <CJK_UNIFIED_IDEOGRAPH-75F4>;/
1432 <CJK_UNIFIED_IDEOGRAPH-76F4>;/
1688 <CJK_UNIFIED_IDEOGRAPH-81F4>;/
3255 <CJK_UNIFIED_IDEOGRAPH-63F4>;/
3285 <CJK_UNIFIED_IDEOGRAPH-64F4>;/
3364 <CJK_UNIFIED_IDEOGRAPH-66F4>;/
[all …]
/freebsd/secure/caroot/untrusted/
H A DGeoTrust_Universal_CA_2.pem67 76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B
69 76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B

12345