/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 142 aes_eround01 %f12, %f0, %f2, %f4 147 aes_eround01 %f16, %f4, %f2, %f0 148 aes_eround23 %f18, %f4, %f2, %f2 155 aes_eround01 %f12, %f0, %f2, %f4 157 aes_eround01_l %f16, %f4, %f2, %f0 158 aes_eround23_l %f18, %f4, %f2, %f2 171 faligndata %f0, %f0, %f4 175 stda %f4, [$out + $mask]0xc0 ! partial store 220 aes_dround01 %f12, %f0, %f2, %f4 225 aes_dround01 %f16, %f4, %f2, %f0 [all …]
|
H A D | aesfx-sparcv9.pl | 70 ldd [$inp + 16], %f4 72 fshiftorx %f2, %f4, %f14, %f2 86 fmovd %f0, %f4 88 faesencx %f4, %f12, %f2 93 fmovd %f0, %f4 95 faesencx %f4, %f8, %f2 109 fmovd %f0, %f4 111 faesencx %f4, %f12, %f2 114 fmovd %f0, %f4 116 faesenclx %f4, %f8, %f2 [all …]
|
/freebsd/crypto/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 140 camellia_f %f20, %f2, %f0, %f4 141 camellia_f %f22, %f0, %f4, %f2 142 fxor %f24, %f4, %f0 156 faligndata %f0, %f0, %f4 160 stda %f4, [$out + $mask]0xc0 ! partial store 235 camellia_f %f20, %f2, %f0, %f4 236 camellia_f %f22, %f0, %f4, %f2 237 fxor %f26, %f4, %f0 251 faligndata %f0, %f0, %f4 255 stda %f4, [$out + $mask]0xc0 ! partial store [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_51.h | 117 uint64_t f4 = f[4]; in fe25519_cmov() local 123 uint64_t x4 = f4 ^ g[4]; in fe25519_cmov() 135 f[4] = f4 ^ x4; in fe25519_cmov() 154 uint64_t f4 = f[4]; in fe25519_cswap() local 166 uint64_t x4 = f4 ^ g4; in fe25519_cswap() 178 f[4] = f4 ^ x4; in fe25519_cswap() 198 uint64_t f4 = f[4]; in fe25519_copy() local 204 h[4] = f4; in fe25519_copy() 247 uint64_t f0, f1, f2, f3, f4; in fe25519_mul() local 256 f4 = f[4]; in fe25519_mul() [all …]
|
H A D | ed25519_ref10_fe_25_5.h | 156 int32_t f4 = f[4]; in fe25519_cmov() local 167 int32_t x4 = f4 ^ g[4]; in fe25519_cmov() 189 f[4] = f4 ^ x4; in fe25519_cmov() 206 int32_t f4 = f[4]; in fe25519_cswap() local 228 int32_t x4 = f4 ^ g4; in fe25519_cswap() 250 f[4] = f4 ^ x4; in fe25519_cswap() 280 int32_t f4 = f[4]; in fe25519_copy() local 291 h[4] = f4; in fe25519_copy() 374 int32_t f4 = f[4]; in fe25519_mul() local 447 int64_t f4g0 = f4 * (int64_t) g0; in fe25519_mul() [all …]
|
/freebsd/sys/opencrypto/ |
H A D | rmd160.c | 78 #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/crypto/openssh/openbsd-compat/ |
H A D | md5.c | 145 #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/contrib/wpa/src/crypto/ |
H A D | md5-internal.c | 197 #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/contrib/ntp/libntp/lib/isc/ |
H A D | md5.c | 109 #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/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 61 ldd [$ivec + 16], %f4 63 faligndata %f2, %f4, %f2 148 faligndata %f0, %f0, %f4 ! handle unaligned output 152 stda %f4, [$out + $omask]0xc0 ! partial store 180 faligndata %f0, %f0, %f4 183 stda %f4, [$ivec + $omask]0xc0 370 faligndata %f0, %f0, %f4 ! handle unaligned output 374 stda %f4, [$out + $omask]0xc0 ! partial store 429 movxtod %o4, %f4 443 fxor %f8, %f4, %f4 [all …]
|
/freebsd/contrib/atf/atf-c/ |
H A D | h_build.h | 82 "-f1 -f2 -f3 -f4-f5", 91 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o", 100 "-f1 -f2 -f3 -f4-f5", 108 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o", 218 "-f1 -f2 -f3 -f4-f5", 226 "cpp", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.out", 319 "-f1 -f2 -f3 -f4-f5", 328 "c++", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o", 337 "-f1 -f2 -f3 -f4-f5", 345 "c++", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
|
/freebsd/sys/dev/mlx/ |
H A D | mlxreg.h | 508 u_int32_t f4, in mlx_make_type1() argument 518 mc->mc_mailbox[0x8] = f4 & 0xff; in mlx_make_type1() 519 mc->mc_mailbox[0x9] = (f4 >> 8) & 0xff; in mlx_make_type1() 520 mc->mc_mailbox[0xa] = (f4 >> 16) & 0xff; in mlx_make_type1() 521 mc->mc_mailbox[0xb] = (f4 >> 24) & 0xff; in mlx_make_type1() 531 u_int8_t f4, in mlx_make_type2() argument 541 mc->mc_mailbox[0x5] = f4; in mlx_make_type2() 557 u_int8_t f4, in mlx_make_type3() argument 567 mc->mc_mailbox[0x6] = f4; in mlx_make_type3() 582 u_int8_t f4) in mlx_make_type4() argument [all …]
|
/freebsd/crypto/openssl/apps/ |
H A D | genrsa.c | 57 {"F4", OPT_F4, '-', "Use the Fermat number F4 (0x10001) for the E value"}, 58 {"f4", OPT_F4, '-', "Use the Fermat number F4 (0x10001) for the E value"}, 87 unsigned long f4 = RSA_F4; in genrsa_main() local 110 f4 = RSA_3; in genrsa_main() 114 f4 = RSA_F4; in genrsa_main() 193 if (!BN_set_word(bn, f4)) { in genrsa_main()
|
/freebsd/secure/caroot/trusted/ |
H A D | Certainly_Root_R1.pem | 18 8e:0f:f9:4b:90:71:68:65:33:54:f4:d4:44:39:b7:e0 37 03:91:ed:a9:1c:4e:71:3d:d2:8b:6c:89:f4:78:86: 38 e6:6a:49:a0:ce:b5:d2:b0:ab:9b:f6:f4:d4:2e:e3: 40 73:21:74:c8:4a:96:61:92:f5:2f:0b:18:a5:f4:ad: 42 af:78:1a:8c:b4:36:10:10:07:05:70:d0:f4:31:90: 46 7b:41:df:34:45:e0:3b:84:f4:a1:8a:0a:36:9e:37: 53 91:1f:59:6b:f9:2d:f4:94:0a:97:b5:ec:c5:76:03: 71 E0:AA:3F:25:8D:9F:44:5C:C1:3A:E8:2E:AE:77:4C:84:3E:67:0C:F4 74 b9:57:af:b8:12:da:57:83:8f:68:0b:33:1d:03:53:55:f4:95: 99 9d:be:67:c1:70:11:3d:bb:f4:f8:49:b7:e3:26:97:3a:9f:d2: [all …]
|
H A D | COMODO_RSA_Certification_Authority.pem | 33 c7:f4:86:3e:0a:fa:3e:5c:f9:93:e6:34:7a:d9:14: 35 0d:fa:9c:6c:fa:df:b0:82:f4:14:7e:f9:be:c4:a6: 48 ff:49:58:be:f0:a8:ff:f4:b8:ad:e9:37:fb:ba:b8: 49 f4:0b:3a:f9:e8:43:42:1e:89:d8:84:cb:13:f1:d9: 57 ae:b4:cb:50:e6:6b:f4:4c:86:71:30:e9:a6:df:16: 78 1a:e8:2f:03:f4:ae:61:1d:10:1b:2a:a4:8b:7a:c5:fe:05:a6: 80 6e:a6:9c:f4:d7:27:d3:95:da:37:83:72:1c:d3:73:e0:a2:47: 88 6a:63:21:75:03:80:88:8a:6e:81:c6:85:f2:a9:a4:2d:e7:f4: 89 a5:24:10:47:83:ca:cd:f4:8d:79:58:b1:06:9b:e7:1a:2a:d9:
|
H A D | Amazon_Root_CA_2.pem | 48 57:f4:9a:b2:b9:57:e9:ab:ef:0d:76:d1:f0:ee:f4: 51 7f:f6:92:d1:9c:d0:18:f4:92:6e:da:83:4f:a6:63: 71 B0:0C:F0:4C:30:F4:05:58:02:48:FD:33:E5:52:AF:4B:84:E3:66:52 78 72:e5:18:fa:09:f4:a0:93:2c:5d:d2:8c:75:85:76:65:90:0c: 92 5e:4a:0e:ac:9b:a9:98:73:79:7c:b4:f4:cc:b9:b8:07:0c:b2: 93 74:5c:b8:c7:6f:88:a1:90:a7:f4:aa:f9:bf:67:3a:f4:1a:15:
|
H A D | HARICA_TLS_RSA_Root_CA_2021.pem | 18 39:ca:93:1c:ef:43:f3:c6:8e:93:c7:f4:64:89:38:7e 53 a7:02:a6:69:f4:c2:59:05:88:65:85:56:ae:4b:cb: 58 00:81:eb:5b:68:e3:26:8d:cc:7b:5c:51:f4:14:2c: 76 6d:09:35:39:40:09:da:f4:09:2c:34:a5:7b:59:84:49:29:97: 78 7f:96:76:10:c5:46:a5:d0:20:4b:50:f4:35:3b:18:f4:55:6a: 89 f6:c5:f3:aa:74:cf:04:85:94:98:00:f4:e2:f9:ca:24:65:bf: 91 a3:8e:56:c4:b3:34:fc:be:47:f4:c1:b4:a8:fc:d5:30:88:68:
|
H A D | QuoVadis_Root_CA_1_G3.pem | 45 f3:04:d1:40:e2:4e:8b:86:f4:6f:e5:83:a0:27:84: 62 db:9e:6c:f4:6a:df:8c:06:98:03:ad:cc:28:ef:a5: 80 c9:cf:3f:f4:c9:17:dc:eb:c7:bc:c0:04:2e:2d:46:2f:69:66: 86 5d:38:8a:49:30:8f:ed:f1:eb:19:f4:77:1a:31:18:4d:67:54: 87 6c:2f:6f:65:f9:db:3d:ec:21:ec:5e:f4:f4:8b:ca:60:65:54: 88 d1:71:64:f4:f9:a6:a3:81:33:36:33:71:f0:a4:78:5f:4e:ad: 89 83:21:de:34:49:8d:e8:59:ac:9d:f2:76:5a:36:f2:13:f4:af:
|
H A D | Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem | 35 bf:c3:84:77:fd:a8:50:f4:b1:e7:c6:2f:d2:2d:59: 38 3e:34:fe:67:f4:3e:66:d1:d3:f4:40:cf:5e:62:34: 48 cb:57:31:b4:9c:c8:90:b2:67:f4:18:16:93:3a:fc: 54 2d:9a:46:71:47:be:42:df:bb:01:db:f4:7f:d3:28: 56 c5:08:26:6f:8a:f4:bb:fd:9f:28:aa:0d:d5:45:f3: 98 6d:53:65:03:4a:5e:4a:a0:b2:a7:8e:49:00:59:38:d5:c7:f4: 100 70:c0:19:ff:c9:38:2d:14:2c:66:f4:42:44:e6:55:76:1b:80:
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-genrsa.1 | 159 [\fB\-F4\fR] 160 [\fB\-f4\fR] 194 .IP "\fB\-F4\fR, \fB\-f4\fR, \fB\-3\fR" 4 195 .IX Item "-F4, -f4, -3"
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | tanh_3u.c | 41 double f4 = f2 * f2; in expm1_inline() local 42 double p = fma (f2, estrin_10_f64 (f, f2, f4, f4 * f4, __expm1_poly), f); in expm1_inline()
|
H A D | atanh_3u.c | 46 double f4 = f2 * f2; in log1p_inline() local 47 double f8 = f4 * f4; in log1p_inline() 49 f, estrin_18_f64 (f, f2, f4, f8, f8 * f8, __log1p_data.coeffs) * f, f); in log1p_inline()
|
H A D | expm1_2u5.c | 67 double f4 = f2 * f2; in expm1() local 68 double p = fma (f2, estrin_10_f64 (f, f2, f4, f4 * f4, __expm1_poly), f); in expm1()
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_T_upper.c | 32 if (!assertMakeFile("d1/d2/f4", 0644, "")) return; in DEFINE_TEST() 45 fprintf(f, "d1/d2/f4\x0a"); /* NL */ in DEFINE_TEST() 83 assertFileExists("test1/d1/d2/f4"); in DEFINE_TEST() 107 assertFileExists("test3/d1/d2/f4"); in DEFINE_TEST() 125 assertFileExists("test2/d1/d2/f4"); in DEFINE_TEST()
|
/freebsd/secure/caroot/untrusted/ |
H A D | GeoTrust_Universal_CA_2.pem | 47 83:3a:fa:f4:7b:21:51:00:be:52:38:ce:cd:66:79: 48 a8:f4:81:56:e2:d0:83:09:47:51:5b:50:6a:cf:db: 67 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 82 1a:fe:99:ba:42:12:b1:91:f4:7c:68:e2:c8:e8:af:2c:ea:c9: 84 f4:13:c4:e4:5b:ed:0a:d2:a4:97:4c:2a:ed:2f:6c:12:89:3d: 86 df:23:f6:dc:78:4e:e6:98:4f:55:3a:53:e3:ef:f2:f4:9f:c7: 98 7d:99:f4:31:f6:71:a9:cf:2c:01:27:a5:05:b9:aa:b2:48:4e:
|