| /freebsd/sys/crypto/openssl/aarch64/ |
| H A D | armv8-mont.S | 49 sub x21,x5,#16 // j=num-2 117 sub x21,x5,#16 // j=num-2 261 st1 {v6.2d,v7.2d},[x7],#32 263 st1 {v8.2d,v9.2d},[x7],#32 264 st1 {v10.2d,v11.2d},[x7],#32 265 st1 {v12.2d,v13.2d},[x7],#32 282 umlal v6.2d,v28.2s,v0.s[0] 283 umlal v7.2d,v28.2s,v0.s[1] 284 umlal v8.2d,v28.2s,v0.s[2] 285 shl v29.2d,v6.2d,#16 [all …]
|
| H A D | ghashv8-armx.S | 12 ld1 {v17.2d},[x1] //load input H 14 shl v19.2d,v19.2d,#57 //0xc2.0 16 ushr v18.2d,v19.2d,#63 19 ushr v18.2d,v3.2d,#63 22 shl v3.2d,v3.2d,#1 27 st1 {v20.2d},[x0],#16 //store Htable[0] 29 //calculate H^2 31 pmull v0.1q,v20.1d,v20.1d 33 pmull2 v2.1q,v20.2d,v20.2d 34 pmull v1.1q,v16.1d,v16.1d [all …]
|
| H A D | poly1305-armv8.S | 80 add x9,x8,x8,lsr#2 // s1 = r1 + (r1 >> 2) 121 add x10,x10,x14,lsr#2 142 ldp x4,x5,[x0] // load hash base 2^64 198 add x10,x10,x14,lsr#2 209 and x12,x4,#0x03ffffff // base 2^64 -> base 2^26 217 add w12,w13,w13,lsl#2 // r1*5 219 add w13,w14,w14,lsl#2 // r2*5 220 str w12,[x0,#16*2] // s1 222 add w14,w15,w15,lsl#2 // r3*5 225 add w15,w16,w16,lsl#2 // r4*5 [all …]
|
| H A D | sha512-armv8.S | 90 ldp x22,x23,[x0,#2*8] 99 ldp x3,x4,[x1],#2*8 120 add x23,x23,x27 // d+=h 129 ldp x5,x6,[x1],#2*8 145 add x22,x22,x26 // d+=h 152 rev x5,x5 // 2 169 add x21,x21,x25 // d+=h 178 ldp x7,x8,[x1],#2*8 194 add x20,x20,x24 // d+=h 218 add x27,x27,x23 // d+=h [all …]
|
| H A D | bsaes-armv8.S | 70 ushr v8.2d, v0.2d, #1 72 ushr v10.2d, v4.2d, #1 73 ushr v18.2d, v2.2d, #1 75 ushr v19.2d, v6.2d, #1 83 shl v8.2d, v8.2d, #1 86 shl v10.2d, v10.2d, #1 88 shl v18.2d, v18.2d, #1 90 shl v8.2d, v9.2d, #1 94 ushr v9.2d, v1.2d, #2 96 ushr v8.2d, v0.2d, #2 [all …]
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
| H A D | sha512-armv8.S | 99 ldp x22,x23,[x0,#2*8] 107 ldp x3,x4,[x1],#2*8 128 add x23,x23,x27 // d+=h 137 ldp x5,x6,[x1],#2*8 153 add x22,x22,x26 // d+=h 160 rev x5,x5 // 2 177 add x21,x21,x25 // d+=h 186 ldp x7,x8,[x1],#2*8 202 add x20,x20,x24 // d+=h 226 add x27,x27,x23 // d+=h [all …]
|
| /freebsd/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 11 "2", 106 "OMP: Info #%1$d: %2$s\n", 107 "OMP: Warning #%1$d: %2$s\n", 108 "OMP: Error #%1$d: %2$s\n", 109 "OMP: System error #%1$d: %2$s\n", 111 "%1$s pragma (at %2$s:%3$s():%4$s)", 129 "Stack overflow detected for OpenMP thread #%1$d", 131 "Assertion failure at %1$s(%2$d).", 133 "Initializing %1$s, but found %2$s already initialized.", 138 "%1$s=\"%2$s\": Wrong value, boolean expected.", [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | cert-onecolumn.pem | 7 D 47 D 78 d 82 d 95 2 100 d 109 D 119 2 174 d 178 d [all …]
|
| /freebsd/contrib/elftoolchain/libelftc/ |
| H A D | libelftc_dem_gnu2.c | 11 * 2. Redistributions in binary form must reproduce the above copyright 44 * @brief Decode function name encoding in GNU 2. 46 * Function name encoding in GNU 2 based on ARM style. 69 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument 91 * @brief Decode the input string by the GNU 2 style. 98 struct demangle_data d; in cpp_demangle_gnu2() local 106 if (init_demangle_data(&d) == false) in cpp_demangle_gnu2() 112 d.p = org; in cpp_demangle_gnu2() 113 if (read_func_name(&d) == false) in cpp_demangle_gnu2() 116 switch (d.type) { in cpp_demangle_gnu2() [all …]
|
| H A D | libelftc_dem_arm.c | 11 * 2. Redistributions in binary form must reproduce the above copyright 71 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument 100 struct demangle_data d; in cpp_demangle_ARM() local 108 if (init_demangle_data(&d) == false) in cpp_demangle_ARM() 114 d.p = org; in cpp_demangle_ARM() 115 if (read_func_name(&d) == false) in cpp_demangle_ARM() 118 if (d.type == ENCODE_OP_CT) { in cpp_demangle_ARM() 119 if (push_CTDT("::", 2, &d.vec) == false) in cpp_demangle_ARM() 125 if (d.type == ENCODE_OP_DT) { in cpp_demangle_ARM() 126 if (push_CTDT("::~", 3, &d.vec) == false) in cpp_demangle_ARM() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
| H A D | dio_aligned_block.ksh | 38 # 2. Perform various (un)aligned accesses and verify the result. 64 check_write $TESTPOOL $tmp_file $rs 1 0 "-D" 0 1 65 check_write $TESTPOOL $tmp_file $rs 2 0 "-D" 0 2 66 check_write $TESTPOOL $tmp_file $rs 4 0 "-D" 0 4 67 check_write $TESTPOOL $tmp_file $rs 8 0 "-D" 0 8 70 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 0 "-D" 0 2 71 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 1 "-D" 0 2 72 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 2 "-D" 0 2 73 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 3 "-D" 0 2 74 check_write $TESTPOOL $tmp_file $((rs * 4)) 1 0 "-D" 0 4 [all …]
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | bsaes-armv8.pl | 103 ushr v8.2d, v0.2d, #1 105 ushr v10.2d, v4.2d, #1 106 ushr v18.2d, v2.2d, #1 108 ushr v19.2d, v6.2d, #1 116 shl v8.2d, v8.2d, #1 119 shl v10.2d, v10.2d, #1 121 shl v18.2d, v18.2d, #1 123 shl v8.2d, v9.2d, #1 127 ushr v9.2d, v1.2d, #2 129 ushr v8.2d, v0.2d, #2 [all …]
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | keccak1600-s390x.pl | 21 # sha/keccak1600.c) with C[5] and D[5] held in register bank. Though 48 my @A = map([ 8*$_, 8*($_+1), 8*($_+2), 8*($_+3), 8*($_+4) ], (0,5,10,15,20)); 51 my @D = map("%r$_",(8..12)); 53 my ($src,$dst,$iotas) = map("%r$_",(2..4)); 63 [ 18, 2, 61, 56, 14 ]); 66 my @D = @D; 77 lg @C[2],$A[4][2]($src) 85 lg @D[0],$A[0][0]($src) 86 lg @D[1],$A[1][1]($src) 87 lg @D[2],$A[2][2]($src) [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 18 # placeholders may be changed, e.g. "File %1$s line %2$d" may be safely edited to 19 # "Line %2$d file %1$s"). 23 # * Changing type of placeholders (e.g. "line %1$d" -> "line %1$s"). 39 Version "2" 137 Info "OMP: Info #%1$d: %2$s\n" 138 Warning "OMP: Warning #%1$d: %2 [all...] |
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | kresults.expected | 3 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 19 E1 43 64 CB 16 D3 FF CF E8 FA 6A 2C EC A2 69 34 26 F3 B2 BB 53 D6 F4 A3 AE 9E EB B1 3D B2 F7 E9 90 29 test 2 - 32 bytes 32 94 8F E9 20 1F 8D FB 3A 22 CF 22 E8 94 1D 42 7B 35 A3 D1 6F E1 EF 7B 6D 2F 4F 93 48 90 02 0D F1 8A 40 68 69 54 87 F6 4F C1 19 1E E3 01 B2 00 43 2E 54 43 D3 7F 6D 39 57 32 A6 C5 A4 49 F4 4B C6 EE 0A E0 44 86 D8 A3 C0 E5 6D BB 39 5F C0 CC 0A DA 8F 87 C6 45 14 C1 8E 34 7A A8 2F BB EA 53 F0 7A 64 53 5B 28 [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | subexp.in | 2 a(b)(c)d - abcd abcd b,c 4 a(b|(c))d - abd abd b,- 5 a(b*|c|e)d - abbd abbd bb 6 a(b*|c|e)d - acd acd c 7 a(b*|c|e)d - ad ad @d 15 a\(b|c\)d b ab|cd ab|cd b|c 18 a(b)(c)(d)(e)(f)(g)(h)(i)(j)k - abcdefghijk abcdefghijk b,c,d,e,f,g,h,i,j 19 a(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)l - abcdefghijkl abcdefghijkl b,c,d,e,f,g,h,i,j,k 33 a(b|c)*d - ad ad - 34 a(b|c)*d - abcd abcd c [all …]
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | div.c | 8 * Suppose we have n = q * d, all integers. We know n and d, and want q = n / d. 11 * floor(ceil(2^k / d) * n / 2^k) = floor((2^k + r) / d * n / 2^k), where 12 * r = (-2^k) mod d. 15 * ... = floor(2^k / d * n / 2^k + r / d * n / 2^k) 16 * = floor(n / d + (r / d) * (n / 2^k)). 18 * The fractional part of n / d is 0 (because of the assumption that d divides n 20 * ... = n / d + floor((r / d) * (n / 2^k)) 23 * (r / d) * (n / 2^k) < 1. 25 * r is a remainder mod d, so r < d and r / d < 1 always. We can make 26 * n / 2 ^ k < 1 by setting k = 32. This gets us a value of magic that works. [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sve.td | 22 def SVLD1 : MInst<"svld1[_{2}]", "dPc", "csilUcUsUiUlhfd", [IsLoad, VerifyRuntimeMode], … 23 def SVLD1SB : MInst<"svld1sb_{d}", "dPS", "silUsUiUl", [IsLoad, VerifyRuntimeMode], … 24 def SVLD1UB : MInst<"svld1ub_{d}", "dPW", "silUsUiUl", [IsLoad, IsZExtReturn, VerifyRuntimeMo… 25 def SVLD1SH : MInst<"svld1sh_{d}", "dPT", "ilUiUl", [IsLoad, VerifyRuntimeMode], … 26 def SVLD1UH : MInst<"svld1uh_{d}", "dPX", "ilUiUl", [IsLoad, IsZExtReturn, VerifyRuntimeMo… 27 def SVLD1SW : MInst<"svld1sw_{d}", "dPU", "lUl", [IsLoad, VerifyRuntimeMode], … 28 def SVLD1UW : MInst<"svld1uw_{d}", "dPY", "lUl", [IsLoad, IsZExtReturn, VerifyRuntimeMo… 31 …def SVLD1_BF : MInst<"svld1[_{2}]", "dPc", "b", [IsLoad, VerifyRuntimeMode], MemEltTyDe… 32 …def SVLD1_VNUM_BF : MInst<"svld1_vnum[_{2}]", "dPcl", "b", [IsLoad, VerifyRuntimeMode], MemEltTyDe… 36 def SVLD1_VNUM : MInst<"svld1_vnum[_{2}]", "dPcl", "csilUcUsUiUlhfd", [IsLoad, VerifyRuntimeMode]… [all …]
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | aes-gcm-armv8-unroll8_64.pl | 33 # | CTR block 8k+15| AES block 8k+10| GHASH block 8k+2 | 63 # INS ctr_next.d[0], constctr96_bottom64 // Keeping this in scalar registers to free up sp… 64 # INS ctr_next.d[1], ctr64X 77 # INS res_curr.d[0], input_low 78 # INS res_curr.d[1], input_high 113 # MOV output_low, res_curr.d[0] 114 # MOV output_high, res_curr.d[1] 139 # INS t_m.d[0], res_curr.d[1] 193 my ($ctr0d,$ctr1d,$ctr2d,$ctr3d,$ctr4d,$ctr5d,$ctr6d,$ctr7d)=map("d$_",(0..7)); 279 mov $rctr_inc.d[1], $constant_temp [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/ |
| H A D | prv-44-seed.txt | 3 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e: 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 7 d7:b2:b4:72:54:aa:e0:db:45:e7:93:0d:4a:98:d2: 8 c9:7d:8f:13:97:d1:78:9d:af:a1:70:24:b3:16:e9: 11 2c:69:4c:04:32:9a:07:b1:fa:bb:48:f5:2a:30:9f: 12 11:a1:89:8f:84:8e:23:22:ff:e6:23:ec:81:0d:b3: 13 be:e3:36:85:85:4a:88:26:9d:a3:20:d5:12:0b:fc: 14 fe:89:a1:8e:30:f7:11:4d:83:aa:40:4a:64:6b:6c: 15 99:73:89:86:0d:12:52:2e:e0:00:6e:23:84:81:91: 16 86:61:9b:26:0d:11:86:64:d4:a6:28:22:18:44:82: [all …]
|
| H A D | prv-87-seed.txt | 3 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e: 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 7 97:92:bc:ec:2f:24:30:68:6a:82:fc:cf:3c:2f:5f: 9 71:24:d8:e9:ee:4e:90:a1:6c:60:2f:5e:c9:bc:38: 10 51:7d:c3:0e:32:9d:5a:b2:76:73:bd:85:f4:c9:b0: 13 f2:43:49:6d:06:37:cb:3b:e0:5a:59:48:23:5b:f7: 14 98:75:f8:96:d8:fe:0c:ab:30:c8:49:48:db:4d:63: 16 11:2c:94:02:89:22:45:2c:62:b8:45:00:45:2a:08: 19 96:89:48:40:85:9b:22:6d:1c:28:64:59:12:41:9c: 22 26:92:59:46:10:09:a4:49:23:42:4d:12:36:61:58: [all …]
|
| H A D | prv-87-priv.txt | 3 97:92:bc:ec:2f:24:30:68:6a:82:fc:cf:3c:2f:5f: 5 71:24:d8:e9:ee:4e:90:a1:6c:60:2f:5e:c9:bc:38: 6 51:7d:c3:0e:32:9d:5a:b2:76:73:bd:85:f4:c9:b0: 9 f2:43:49:6d:06:37:cb:3b:e0:5a:59:48:23:5b:f7: 10 98:75:f8:96:d8:fe:0c:ab:30:c8:49:48:db:4d:63: 12 11:2c:94:02:89:22:45:2c:62:b8:45:00:45:2a:08: 15 96:89:48:40:85:9b:22:6d:1c:28:64:59:12:41:9c: 18 26:92:59:46:10:09:a4:49:23:42:4d:12:36:61:58: 20 82:25:43:14:28:c0:38:81:03:15:4d:5b:28:86:08: 21 87:48:23:31:52:94:22:25:c3:c0:4d:a4:98:21:98: [all …]
|
| H A D | prv-44-priv.txt | 3 d7:b2:b4:72:54:aa:e0:db:45:e7:93:0d:4a:98:d2: 4 c9:7d:8f:13:97:d1:78:9d:af:a1:70:24:b3:16:e9: 7 2c:69:4c:04:32:9a:07:b1:fa:bb:48:f5:2a:30:9f: 8 11:a1:89:8f:84:8e:23:22:ff:e6:23:ec:81:0d:b3: 9 be:e3:36:85:85:4a:88:26:9d:a3:20:d5:12:0b:fc: 10 fe:89:a1:8e:30:f7:11:4d:83:aa:40:4a:64:6b:6c: 11 99:73:89:86:0d:12:52:2e:e0:00:6e:23:84:81:91: 12 86:61:9b:26:0d:11:86:64:d4:a6:28:22:18:44:82: 17 00:46:22:93:20:41:06:2e:42:b6:4c:01:16:49:14: 21 08:6d:d0:06:26:52:40:85:80:44:30:91:06:2c:50: [all …]
|
| /freebsd/crypto/openssl/crypto/sha/ |
| H A D | keccak1600.c | 86 { 18, 2, 61, 56, 14 } 128 uint64_t C[5], D[5]; in Theta() local 133 C[2] = A[0][2]; in Theta() 140 C[2] ^= A[y][2]; in Theta() 145 D[0] = ROL64(C[1], 1) ^ C[4]; in Theta() 146 D[1] = ROL64(C[2], 1) ^ C[0]; in Theta() 147 D[2] = ROL64(C[3], 1) ^ C[1]; in Theta() 148 D[3] = ROL64(C[4], 1) ^ C[2]; in Theta() 149 D[4] = ROL64(C[0], 1) ^ C[3]; in Theta() 152 A[y][0] ^= D[0]; in Theta() [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_fmtcheck.c | 14 * 2. Redistributions in binary form must reproduce the above copyright 37 __attribute__((__format_arg__(2))); 46 { "%d", "%d", 1 }, 47 { "%2d", "%2.2d", 1 }, 48 { "%x", "%d", 1 }, 49 { "%u", "%d", 1 }, 50 { "%03d", "%d", 1 }, 51 { "%-2d", "%d", 1 }, 52 { "%d", "%-12.1d", 1 }, 53 { "%d", "%-01.3d", 1 }, [all …]
|