/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8-unroll8_64.pl | 313 aese $ctr4b, $rk0 \n aesmc $ctr4b, $ctr4b @ AES block 4 - round 0 314 aese $ctr6b, $rk0 \n aesmc $ctr6b, $ctr6b @ AES block 6 - round 0 315 aese $ctr3b, $rk0 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 0 317 aese $ctr0b, $rk0 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 0 318 aese $ctr1b, $rk0 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 0 319 aese $ctr2b, $rk0 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 0 321 aese $ctr7b, $rk0 \n aesmc $ctr7b, $ctr7b @ AES block 7 - round 0 322 aese $ctr5b, $rk0 \n aesmc $ctr5b, $ctr5b @ AES block 5 - round 0 325 aese $ctr3b, $rk1 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 1 327 aese $ctr7b, $rk1 \n aesmc $ctr7b, $ctr7b @ AES block 7 - round 1 [all …]
|
H A D | aes-gcm-armv8_64.pl | 331 aese $ctr1b, $rk0 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 0 334 aese $ctr2b, $rk0 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 0 340 aese $ctr0b, $rk0 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 0 343 aese $ctr3b, $rk0 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 0 346 aese $ctr2b, $rk1 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 1 349 aese $ctr0b, $rk1 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 1 352 aese $ctr1b, $rk1 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 1 355 aese $ctr3b, $rk1 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 1 358 aese $ctr0b, $rk2 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 2 361 aese $ctr1b, $rk2 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 2 [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | md5-aarch64.S | 20 eor x17, x12, x13 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 21 and x16, x17, x11 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) 30 eor x14, x16, x13 // End aux function round 1 F(x,y,z)=(((y^z)&x)^z) 37 eor x5, x11, x12 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 38 add w4, w11, w6 // Add X parameter round 1 A=FF(A, B, C, D, 0xd76aa478, s=7, M[0]) 39 and x8, x5, x4 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) 40 eor x17, x8, x12 // End aux function round 1 F(x,y,z)=(((y^z)&x)^z) 47 eor x6, x4, x11 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 48 add w5, w4, w14 // Add X parameter round 1 D=FF(D, A, B, C, 0xe8c7b756, s=12, M[1]) 49 and x8, x6, x5 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) [all …]
|
H A D | aes-gcm-armv8_64.S | 83 aesmc v1.16b, v1.16b //AES block 1 - round 0 87 aesmc v2.16b, v2.16b //AES block 2 - round 0 94 aesmc v0.16b, v0.16b //AES block 0 - round 0 98 aesmc v3.16b, v3.16b //AES block 3 - round 0 102 aesmc v2.16b, v2.16b //AES block 2 - round 1 106 aesmc v0.16b, v0.16b //AES block 0 - round 1 110 aesmc v1.16b, v1.16b //AES block 1 - round 1 114 aesmc v3.16b, v3.16b //AES block 3 - round 1 118 aesmc v0.16b, v0.16b //AES block 0 - round 2 122 aesmc v1.16b, v1.16b //AES block 1 - round 2 [all …]
|
H A D | aes-gcm-armv8-unroll8_64.S | 61 aesmc v4.16b, v4.16b //AES block 4 - round 0 63 aesmc v6.16b, v6.16b //AES block 6 - round 0 65 aesmc v3.16b, v3.16b //AES block 3 - round 0 68 aesmc v0.16b, v0.16b //AES block 0 - round 0 70 aesmc v1.16b, v1.16b //AES block 1 - round 0 72 aesmc v2.16b, v2.16b //AES block 2 - round 0 75 aesmc v7.16b, v7.16b //AES block 7 - round 0 77 aesmc v5.16b, v5.16b //AES block 5 - round 0 81 aesmc v3.16b, v3.16b //AES block 3 - round 1 84 aesmc v7.16b, v7.16b //AES block 7 - round 1 [all …]
|
/freebsd/crypto/openssl/crypto/md5/asm/ |
H A D | md5-aarch64.pl | 49 eor x17, x12, x13 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 50 and x16, x17, x11 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) 59 eor x14, x16, x13 // End aux function round 1 F(x,y,z)=(((y^z)&x)^z) 66 eor x5, x11, x12 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 67 … add w4, w11, w6 // Add X parameter round 1 A=FF(A, B, C, D, 0xd76aa478, s=7, M[0]) 68 and x8, x5, x4 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) 69 eor x17, x8, x12 // End aux function round 1 F(x,y,z)=(((y^z)&x)^z) 76 eor x6, x4, x11 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 77 … add w5, w4, w14 // Add X parameter round 1 D=FF(D, A, B, C, 0xe8c7b756, s=12, M[1]) 78 and x8, x6, x5 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-riscv64-zvkned.pl | 67 # Load all 11 round keys to v1-v11 registers. 99 # Load all 13 round keys to v1-v13 registers. 135 # Load all 15 round keys to v1-v15 registers. 175 # aes-128 encryption with round keys v1-v11 178 @{[vaesz_vs $V24, $V1]} # with round key w[ 0, 3] 179 @{[vaesem_vs $V24, $V2]} # with round key w[ 4, 7] 180 @{[vaesem_vs $V24, $V3]} # with round key w[ 8,11] 181 @{[vaesem_vs $V24, $V4]} # with round key w[12,15] 182 @{[vaesem_vs $V24, $V5]} # with round key w[16,19] 183 @{[vaesem_vs $V24, $V6]} # with round key w[20,23] [all …]
|
/freebsd/sys/crypto/aesni/ |
H A D | aeskeys_amd64.S | 128 aeskeygenassist $0x1,%xmm2,%xmm1 # round 1 132 aeskeygenassist $0x2,%xmm2,%xmm1 # round 2 136 aeskeygenassist $0x4,%xmm2,%xmm1 # round 3 140 aeskeygenassist $0x8,%xmm2,%xmm1 # round 4 144 aeskeygenassist $0x10,%xmm2,%xmm1 # round 5 148 aeskeygenassist $0x20,%xmm2,%xmm1 # round 6 152 aeskeygenassist $0x40,%xmm2,%xmm1 # round 7 157 aeskeygenassist $0x1,%xmm2,%xmm1 # round 1 159 aeskeygenassist $0x2,%xmm2,%xmm1 # round 2 161 aeskeygenassist $0x4,%xmm2,%xmm1 # round 3 [all …]
|
H A D | aeskeys_i386.S | 133 // aeskeygenassist $0x1,%xmm2,%xmm1 # round 1 139 // aeskeygenassist $0x2,%xmm2,%xmm1 # round 2 145 // aeskeygenassist $0x4,%xmm2,%xmm1 # round 3 151 // aeskeygenassist $0x8,%xmm2,%xmm1 # round 4 157 // aeskeygenassist $0x10,%xmm2,%xmm1 # round 5 163 // aeskeygenassist $0x20,%xmm2,%xmm1 # round 6 169 // aeskeygenassist $0x40,%xmm2,%xmm1 # round 7 177 // aeskeygenassist $0x1,%xmm2,%xmm1 # round 1 180 // aeskeygenassist $0x2,%xmm2,%xmm1 # round 2 183 // aeskeygenassist $0x4,%xmm2,%xmm1 # round 3 [all …]
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | aescrypt.c | 52 #define round(rm,y,x,k) rm(y,x,k,0); rm(y,x,k,1); rm(y,x,k,2); rm(y,x,k,3) macro 118 round(fwd_rnd, b1, b0, kp + 1 * N_COLS); 119 round(fwd_rnd, b0, b1, kp + 2 * N_COLS); 122 round(fwd_rnd, b1, b0, kp + 1 * N_COLS); 123 round(fwd_rnd, b0, b1, kp + 2 * N_COLS); 126 round(fwd_rnd, b1, b0, kp + 1 * N_COLS); 127 round(fwd_rnd, b0, b1, kp + 2 * N_COLS); 128 round(fwd_rnd, b1, b0, kp + 3 * N_COLS); 129 round(fwd_rnd, b0, b1, kp + 4 * N_COLS); 130 round(fwd_rnd, b1, b0, kp + 5 * N_COLS); [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | aes-internal-enc.c | 32 * and add initial round key: in rijndaelEncrypt() 39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro 47 ROUND(1,t,s); in rijndaelEncrypt() 48 ROUND(2,s,t); in rijndaelEncrypt() 49 ROUND(3,t,s); in rijndaelEncrypt() 50 ROUND(4,s,t); in rijndaelEncrypt() 51 ROUND(5,t,s); in rijndaelEncrypt() 52 ROUND(6,s,t); in rijndaelEncrypt() 53 ROUND(7,t,s); in rijndaelEncrypt() 54 ROUND(8,s,t); in rijndaelEncrypt() [all …]
|
H A D | aes-internal-dec.c | 37 /* invert the order of the round keys: */ in rijndaelKeySetupDec() 44 /* apply the inverse MixColumn transform to all round keys but the in rijndaelKeySetupDec() 85 * and add initial round key: in rijndaelDecrypt() 92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro 100 ROUND(1,t,s); in rijndaelDecrypt() 101 ROUND(2,s,t); in rijndaelDecrypt() 102 ROUND(3,t,s); in rijndaelDecrypt() 103 ROUND(4,s,t); in rijndaelDecrypt() 104 ROUND(5,t,s); in rijndaelDecrypt() 105 ROUND(6,s,t); in rijndaelDecrypt() [all …]
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | in2 | 13 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1 port 80 tcp round-robin 14 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin 18 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1 port 80 tcp round-robin frag 19 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag 24 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1 port 80 tcp round-robin frag age 30 25 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag age 40 30 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1 port 80 tcp round-robin frag sticky 31 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag sticky 36 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1 port 80 tcp round-robin frag age 30 sticky 37 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag age 40 sticky [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __wmmintrin_aes.h | 20 /// Performs a single round of AES encryption using the Equivalent 22 /// operand using a 128-bit round key value contained in the second source 32 /// A 128-bit integer vector containing the round key value. 40 /// Performs the final round of AES encryption using the Equivalent 42 /// operand using a 128-bit round key value contained in the second source 52 /// A 128-bit integer vector containing the round key value. 60 /// Performs a single round of AES decryption using the Equivalent 62 /// operand using a 128-bit round key value contained in the second source 72 /// A 128-bit integer vector containing the round key value. 80 /// Performs the final round of AES decryption using the Equivalent [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_barrier_tournament.c | 35 * assigned roles to perform for each round of the barrier. Winners 36 * move on to the next round, while losers spin in their current rounds 37 * on their own flags. During the last round, the champion of the tournament 113 int round = 1; in ck_barrier_tournament() local 118 for (;; ++round) { in ck_barrier_tournament() 119 switch (rounds[state->vpid][round].role) { in ck_barrier_tournament() 127 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() 130 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament() 140 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament() 141 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-compress-sse41.c | 64 ROUND(0); in blake2b_compress_sse41() 65 ROUND(1); in blake2b_compress_sse41() 66 ROUND(2); in blake2b_compress_sse41() 67 ROUND(3); in blake2b_compress_sse41() 68 ROUND(4); in blake2b_compress_sse41() 69 ROUND(5); in blake2b_compress_sse41() 70 ROUND(6); in blake2b_compress_sse41() 71 ROUND(7); in blake2b_compress_sse41() 72 ROUND(8); in blake2b_compress_sse41() 73 ROUND(9); in blake2b_compress_sse41() [all …]
|
H A D | blake2b-compress-ref.c | 62 #define ROUND(r) \ in blake2b_compress_ref() macro 73 ROUND(0); in blake2b_compress_ref() 74 ROUND(1); in blake2b_compress_ref() 75 ROUND(2); in blake2b_compress_ref() 76 ROUND(3); in blake2b_compress_ref() 77 ROUND(4); in blake2b_compress_ref() 78 ROUND(5); in blake2b_compress_ref() 79 ROUND(6); in blake2b_compress_ref() 80 ROUND(7); in blake2b_compress_ref() 81 ROUND(8); in blake2b_compress_ref() [all …]
|
H A D | blake2b-compress-ssse3.c | 67 ROUND(0); in blake2b_compress_ssse3() 68 ROUND(1); in blake2b_compress_ssse3() 69 ROUND(2); in blake2b_compress_ssse3() 70 ROUND(3); in blake2b_compress_ssse3() 71 ROUND(4); in blake2b_compress_ssse3() 72 ROUND(5); in blake2b_compress_ssse3() 73 ROUND(6); in blake2b_compress_ssse3() 74 ROUND(7); in blake2b_compress_ssse3() 75 ROUND(8); in blake2b_compress_ssse3() 76 ROUND(9); in blake2b_compress_ssse3() [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | in2 | 13 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1/32 port 80 tcp round-robin 14 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin 18 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1/32 port 80 tcp round-robin frag 19 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag 24 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1/32 port 80 tcp round-robin frag age 30/30 25 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag age 40/40 30 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1/32 port 80 tcp round-robin frag sticky 31 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag sticky 36 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1/32 port 80 tcp round-robin frag age 30/30 sticky 37 rdr le0 9.8.7.6/32 port 80 -> 1.1.1.1,1.1.1.2 port 80 tcp round-robin frag age 40/40 sticky [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | FPEnv.cpp | 25 // For dynamic rounding mode, we use round to nearest but we will set the in convertStrToRoundingMode() 28 .Case("round.dynamic", RoundingMode::Dynamic) in convertStrToRoundingMode() 29 .Case("round.tonearest", RoundingMode::NearestTiesToEven) in convertStrToRoundingMode() 30 .Case("round.tonearestaway", RoundingMode::NearestTiesToAway) in convertStrToRoundingMode() 31 .Case("round.downward", RoundingMode::TowardNegative) in convertStrToRoundingMode() 32 .Case("round.upward", RoundingMode::TowardPositive) in convertStrToRoundingMode() 33 .Case("round.towardzero", RoundingMode::TowardZero) in convertStrToRoundingMode() 41 RoundingStr = "round.dynamic"; in convertRoundingModeToStr() 44 RoundingStr = "round.tonearest"; in convertRoundingModeToStr() 47 RoundingStr = "round.tonearestaway"; in convertRoundingModeToStr() [all …]
|
/freebsd/contrib/tzdata/ |
H A D | antarctica | 7 # To keep things manageable, we list only locations occupied year-round; see 18 # Argentina - year-round bases 35 # year-round bases 126 # Belgium - year-round base 129 # Brazil - year-round base 132 # Bulgaria - year-round base 135 # Chile - year-round bases and towns 144 # China - year-round bases 148 # France - year-round bases (also see "France & Italy") 157 # French Southern Territories with year-round inhabitant [all...] |
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aes_amd64.S | 95 * lo: | input key (round 0) | / each round is four 32-bit words 96 * | encryption round 1 | 97 * | encryption round 2 | 99 * | encryption round N-1 | 100 * hi: | encryption round N | 106 * lo: | decryption round 0 | = | encryption round N | 107 * | decryption round 1 | = INV_MIX_COL[ | encryption round N-1 | ] 108 * | decryption round 2 | = INV_MIX_COL[ | encryption round N-2 | ] 110 * | decryption round N-1 | = INV_MIX_COL[ | encryption round 1 | ] 111 * hi: | decryption round N | = | input key (round 0) | [all …]
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_implode.c | 60 static int round(struct fpemu *, struct fpn *); 64 * Round a number (algorithm from Motorola MC68882 manual, modified for 68 * After rounding, we discard the guard and round bits by shifting right 76 round(struct fpemu *fe, struct fpn *fp) in round() function 100 /* Go to rounddown to round down; break to round up. */ in round() 105 * Round only if guard is set (gr & 2). If guard is set, in round() 106 * but round & sticky both clear, then we want to round in round() 107 * but have a tie, so round to even, i.e., add 1 iff odd. in round() 116 /* Round towards zero, i.e., down. */ in round() 120 /* Round towards -Inf: up if negative, down if positive. */ in round() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | cpuset.sh | 36 # * round-robin:0-4 explicit 37 # * round-robin:all explicit root domains 39 # * round-robin implicit root domains 42 for p in "round-robin:0" "round-robin:1" "round-robin:0-1" \ 43 "round-robin:all" "0-1" round-robin all first-touch prefer:1 \
|
/freebsd/lib/msun/man/ |
H A D | math.3 | 131 llrint round to integer in fixed-point format 132 llround round to nearest integer in fixed-point format 133 lrint round to integer in fixed-point format 134 lround round to nearest integer in fixed-point format 136 nearbyint round to integer (silent) 141 rint round to integer 142 round round to nearest integer 151 .Fn round , 154 functions round in predetermined directions, whereas 159 round according to the current (dynamic) rounding mode.
|