/freebsd/crypto/openssl/crypto/modes/asm/ |
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 | 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 …]
|
/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/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 …]
|
H A D | in2_6 | 13 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1 port 80 tcp round-robin 14 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin 18 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1 port 80 tcp round-robin frag 19 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin frag 24 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1 port 80 tcp round-robin frag age 30 25 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin frag age 40 30 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1 port 80 tcp round-robin frag sticky 31 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin frag sticky 36 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1 port 80 tcp round-robin frag age 30 sticky 37 rdr le0 inet6 9:8:7::6/128 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 …]
|
H A D | in2_6 | 13 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1/128 port 80 tcp round-robin 14 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin 18 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1/128 port 80 tcp round-robin frag 19 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin frag 24 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1/128 port 80 tcp round-robin frag age 30/30 25 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin frag age 40/40 30 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1/128 port 80 tcp round-robin frag sticky 31 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin frag sticky 36 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1/128 port 80 tcp round-robin frag age 30/30 sticky 37 rdr le0 inet6 9:8:7::6/128 port 80 -> 1:1:1::1,1:1:1::2 port 80 tcp round-robin frag age 40/40 stic… [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 | 94 * lo: | input key (round 0) | / each round is four 32-bit words 95 * | encryption round 1 | 96 * | encryption round 2 | 98 * | encryption round N-1 | 99 * hi: | encryption round N | 105 * lo: | decryption round 0 | = | encryption round N | 106 * | decryption round 1 | = INV_MIX_COL[ | encryption round N-1 | ] 107 * | decryption round 2 | = INV_MIX_COL[ | encryption round N-2 | ] 109 * | decryption round N-1 | = INV_MIX_COL[ | encryption round 1 | ] 110 * 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.
|
H A D | round.3 | 29 .Nm round , 32 .Nd round to nearest integral value 38 .Fn round "double x" 45 .Fn round , 55 absolute value (i.e., they round away from zero). 70 .Fn round
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 56 ldd [$key + 0], %f6 ! round[0] 75 ldd [$key + 16], %f10 ! round[1] 78 fxor %f0, %f6, %f0 ! ^=round[0] 80 ldd [$key + 32], %f6 ! round[2] 146 ldd [$key + 0], %f6 ! round[0] 165 ldd [$key + 16], %f10 ! round[1] 168 fxor %f0, %f6, %f0 ! ^=round[0] 170 ldd [$key + 32], %f6 ! round[2] 423 ldd [$key + 0], $r0hi ! round[0] 428 ldd [$end + 0], $rlhi ! round[last] [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | rtt.h | 2 * util/rtt.h - UDP round trip time estimator for resend timeouts. 40 * round trip times for UDP resend timeout values. 47 * RTT information. Keeps packet Round Trip Time. 71 * @param rtt: round trip statistics structure. 79 * @param rtt: round trip statistics structure. 86 * @param rtt: round trip statistics structure. 93 * @param rtt: round trip statistics structure. 100 * @param rtt: round trip statistics structure.
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 216 #define ROUND(r) \ in blake2b_compress() macro 230 ROUND(i); in blake2b_compress() 233 ROUND(0); in blake2b_compress() 234 ROUND(1); in blake2b_compress() 235 ROUND(2); in blake2b_compress() 236 ROUND(3); in blake2b_compress() 237 ROUND(4); in blake2b_compress() 238 ROUND(5); in blake2b_compress() 239 ROUND(6); in blake2b_compress() 240 ROUND(7); in blake2b_compress() [all …]
|