| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-cpL_varied_recsize.ksh | 36 # | 128k | | 128k | 128k | 128k | 128k | 37 # | 128k | -c | Fails | Fails | 128k | 128k | 38 # | 128k | -p | 128k | 128k | 128k | 128k | 39 # | 128k | -L | 128k | 128k | 128k | 128k | 40 # | 128k | -cp | Fails | Fails | 128k | 128k | 41 # | 128k | -cL | Fails | Fails | 128k | 128k | 42 # | 128k | -pL | 128k | 128k | 128k | 128k | 43 # | 128k | -cpL | Fails | Fails | 128k | 128k | 44 # | 1m | | Fails | Fails | 128k | 128k | 45 # | 1m | -c | Fails | Fails | 128k | 128k | [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | smmintrin.h | 22 __target__("sse4.1,no-evex512"), __min_vector_width__(128))) 41 /// Rounds up each element of the 128-bit vector of [4 x float] to an 42 /// integer and returns the rounded values in a 128-bit vector of 54 /// A 128-bit vector of [4 x float] values to be rounded up. 55 /// \returns A 128-bit vector of [4 x float] containing the rounded values. 58 /// Rounds up each element of the 128-bit vector of [2 x double] to an 59 /// integer and returns the rounded values in a 128-bit vector of 71 /// A 128-bit vector of [2 x double] values to be rounded up. 72 /// \returns A 128-bit vector of [2 x double] containing the rounded values. 75 /// Copies three upper elements of the first 128-bit vector operand to [all …]
|
| H A D | avxneconvertintrin.h | 23 __min_vector_width__(128))) 46 /// A 128-bit vector of [4 x float]. 51 /// m := j*32 52 /// dst[m+31:m] := b 54 /// dst[MAX:128] := 0 84 /// m := j*32 85 /// dst[m+31:m] := b 112 /// A 128-bit vector of [4 x float]. 117 /// m := j*32 118 /// dst[m+31:m] := b [all …]
|
| H A D | shaintrin.h | 18 …ATTRS __attribute__((__always_inline__, __nodebug__, __target__("sha"), __min_vector_width__(128))) 21 /// algorithm using the starting SHA-1 state (A, B, C, D) from the 128-bit 23 /// message from the 128-bit vector of [4 x i32] in \a V2. Note that the 26 /// SHA-1 state (A, B, C, D) as a 128-bit vector of [4 x i32]. 31 /// rounding constant selected by \a M[1:0]. 36 /// __m128i _mm_sha1rnds4_epu32(__m128i V1, __m128i V2, const int M); 42 /// A 128-bit vector of [4 x i32] containing the initial SHA-1 state. 44 /// A 128-bit vector of [4 x i32] containing the next four elements of 46 /// \param M 49 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1 state. [all …]
|
| H A D | avxintrin.h | 58 __min_vector_width__(128))) 402 /// __m256d _mm256_round_pd(__m256d V, const int M); 409 /// \param M 416 /// 0: Use bits [1:0] of \a M. \n 424 #define _mm256_round_pd(V, M) \ argument 425 ((__m256d)__builtin_ia32_roundpd256((__v4df)(__m256d)(V), (M))) 434 /// __m256 _mm256_round_ps(__m256 V, const int M); 441 /// \param M 448 /// 0: Use bits [1:0] of \a M. \n 456 #define _mm256_round_ps(V, M) \ argument [all …]
|
| /freebsd/sbin/pfctl/ |
| H A D | pf.os | 65 # 32, 64, 128, or 255, but it should be noted that some obscure devices 200 45046:64:0:44:M*: AIX:4.3::AIX 4.3 209 65535:64:0:64:M*,N,W1,N,N,T,N,N,S: AIX:5.3:ML1:AIX 5.3 ML1 213 # S1:64:0:44:M*:A: Linux:1.2::Linux 1.2.x (XXX quirks support) 214 512:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x 215 16384:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x 218 2:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x (MkLinux) on Mac 219 64:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x (MkLinux) on Mac 224 S2:64:1:60:M*,S,T,N,W0: Linux:2.4::Linux 2.4 (big boy) 225 S3:64:1:60:M*,S,T,N,W0: Linux:2.4:.18-21:Linux 2.4.18 and newer [all …]
|
| /freebsd/lib/libipsec/ |
| H A D | test-policy.c | 231 struct sadb_msg *m; in test2() local 248 m = pfkey_recv(so); in test2() 249 free(m); in test2() 252 if (pfkey_send_spdsetidx(so, (struct sockaddr *)addr, 128, in test2() 253 (struct sockaddr *)addr, 128, in test2() 256 m = pfkey_recv(so); in test2() 257 free(m); in test2() 260 if (pfkey_send_spdupdate(so, (struct sockaddr *)addr, 128, in test2() 261 (struct sockaddr *)addr, 128, in test2() 264 m = pfkey_recv(so); in test2() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | mac.c | 66 { "umac-64@openssh.com", SSH_UMAC, 0, 0, 128, 64, 0 }, 67 { "umac-128@openssh.com", SSH_UMAC128, 0, 0, 128, 128, 0 }, 76 { "umac-64-etm@openssh.com", SSH_UMAC, 0, 0, 128, 64, 1 }, 77 { "umac-128-etm@openssh.com", SSH_UMAC128, 0, 0, 128, 128, 1 }, 88 const struct macalg *m; in mac_alg_list() local 90 for (m = macs; m->name != NULL; m++) { in mac_alg_list() 93 nlen = strlen(m->name); in mac_alg_list() 99 memcpy(ret + rlen, m->name, nlen + 1); in mac_alg_list() 127 const struct macalg *m; in mac_setup() local 129 for (m = macs; m->name != NULL; m++) { in mac_setup() [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_MD-SHAKE.pod | 24 =item KECCAK-KMAC-128 26 Known names are "KECCAK-KMAC-128" and "KECCAK-KMAC128". This is used 28 (Section 6.2), we have S<KECCAK-KMAC-128(M, d)> = S<KECCAK[256](M || 00, d)> 35 (Section 6.2), we have S<KECCAK-KMAC-256(M, d)> = S<KECCAK[512](M || 00, d)> 38 =item SHAKE-128 40 Known names are "SHAKE-128" and "SHAKE128". 59 The SHAKE-128 and SHAKE-256 implementations do not have any default digest 77 For SHAKE-128, to ensure the maximum security strength of 128 bits, the output 89 Since OpenSSL 3.4 the SHAKE-128 and SHAKE-256 implementations have no default
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_MD-SHAKE.7 | 78 .IP KECCAK\-KMAC\-128 4 79 .IX Item "KECCAK-KMAC-128" 80 Known names are "KECCAK\-KMAC\-128" and "KECCAK\-KMAC128". This is used 82 (Section 6.2), we have KECCAK\-KMAC\-128(M,\ d) = KECCAK[256](M\ ||\ 00,\ d) 88 (Section 6.2), we have KECCAK\-KMAC\-256(M,\ d) = KECCAK[512](M\ ||\ 00,\ d) 90 .IP SHAKE\-128 4 91 .IX Item "SHAKE-128" 92 Known names are "SHAKE\-128" and "SHAKE128". 104 The SHAKE\-128 and SHAKE\-256 implementations do not have any default digest 118 For SHAKE\-128, to ensure the maximum security strength of 128 bits, the output [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
| H A D | sign.c | 36 /* r = hash(B || empty_labelset || Z || pad1 || k || pad2 || empty_labelset || K || extra || M) (mo… 48 static const unsigned char zeros[128] = { 0x00 }; in _crypto_sign_ed25519_synthetic_r_hv() 55 crypto_hash_sha512_update(hs, zeros, 128 - (32 + 3 + 32) % 128); in _crypto_sign_ed25519_synthetic_r_hv() 57 crypto_hash_sha512_update(hs, zeros, 128 - 32 % 128); in _crypto_sign_ed25519_synthetic_r_hv() 66 const unsigned char *m, unsigned long long mlen, in _crypto_sign_ed25519_detached() argument 85 crypto_hash_sha512_update(&hs, m, mlen); in _crypto_sign_ed25519_detached() 96 crypto_hash_sha512_update(&hs, m, mlen); in _crypto_sign_ed25519_detached() 114 const unsigned char *m, unsigned long long mlen, in crypto_sign_ed25519_detached() argument 117 return _crypto_sign_ed25519_detached(sig, siglen_p, m, mlen, sk, 0); in crypto_sign_ed25519_detached() 122 const unsigned char *m, unsigned long long mlen, in crypto_sign_ed25519() argument [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/ |
| H A D | sha512.c | 56 #define A m->counter[0] 57 #define B m->counter[1] 58 #define C m->counter[2] 59 #define D m->counter[3] 60 #define E m->counter[4] 61 #define F m->counter[5] 62 #define G m->counter[6] 63 #define H m->counter[7] 115 k5_sha512_init (SHA512_CTX *m) in k5_sha512_init() argument 117 m->sz[0] = 0; in k5_sha512_init() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ShuffleDecode.cpp | 105 int M = SM_SentinelZero; in DecodePSLLDQMask() local 106 if (i >= Imm) M = i - Imm + l; in DecodePSLLDQMask() 107 ShuffleMask.push_back(M); in DecodePSLLDQMask() 118 int M = Base + l; in DecodePSRLDQMask() local 119 if (Base >= NumLaneElts) M = SM_SentinelZero; in DecodePSRLDQMask() 120 ShuffleMask.push_back(M); in DecodePSRLDQMask() 150 unsigned NumLanes = Size / 128; in DecodePSHUFMask() 202 unsigned NumLaneElts = 128 / ScalarBits; in DecodeSHUFPMask() 219 // Handle 128 and 256-bit vector lengths. AVX defines UNPCK* to operate in DecodeUNPCKHMask() 220 // independently on 128-bit lanes. in DecodeUNPCKHMask() [all …]
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2_generic.c | 236 uint8_t *m = ctx->wbuf; in icp_sha256_update() local 240 memcpy(m + pos, data, 64 - pos); in icp_sha256_update() 241 ops->transform(ctx->state, m, 1); in icp_sha256_update() 256 memcpy(m + pos, data, len); in icp_sha256_update() 269 uint8_t *m = ctx->wbuf; in icp_sha512_update() local 272 if (pos && pos + len >= 128) { in icp_sha512_update() 273 memcpy(m + pos, data, 128 - pos); in icp_sha512_update() 274 ops->transform(ctx->state, m, 1); in icp_sha512_update() 275 len -= 128 - pos; in icp_sha512_update() 276 total += (128 - pos) * 8; in icp_sha512_update() [all …]
|
| /freebsd/sys/net/ |
| H A D | sff8436.h | 34 * 1) 256-byte addressable block and 128-byte pages 35 * 2) Lower 128-bytes addresses always refer to the same page 45 * 128-255: 48 * 128-191 Base ID Fields 53 * 128-255 App-specific data 56 * 128-255 User EEPROM Data 59 * 128-223 Thresholds 123 * The only differenee is address shift: +128 bytes. 126 SFF_8436_ID = 128, /* Module Type (defined in sff8472.h) */ 149 * 50um multimode fiber, units of 2 m */ [all …]
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_pciids.h | 38 {0x8086, 0x0106, 0, "Intel SandyBridge (M)"}, \ 39 {0x8086, 0x010A, 0, "Intel SandyBridge (M)"}, \ 41 {0x8086, 0x0116, 0, "Intel SandyBridge (M)"}, \ 43 {0x8086, 0x0126, 0, "Intel SandyBridge (M)"}, \ 45 {0x8086, 0x0156, 0, "Intel IvyBridge (M)"}, \ 48 {0x8086, 0x0166, 0, "Intel IvyBridge (M)"}, \ 118 {0x8086, 0xA011, 0, "Intel Pineview (M)"}, \ 122 {0x105D, 0x2309, IMAGINE_128, "Imagine 128"}, \ 123 {0x105D, 0x2339, IMAGINE_128_2, "Imagine 128-II"}, \ 143 {0x1002, 0x4C4D, 0, "Rage Mobility P/M AGP 2X"}, \ [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.h | 442 SuitableAlign = 128; in X86_32TargetInfo() 444 ? "e-m:o-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:" in X86_32TargetInfo() 445 "128-f64:32:64-f80:32-n8:16:32-S128" in X86_32TargetInfo() 446 : "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:" in X86_32TargetInfo() 447 "128-f64:32:64-f80:32-n8:16:32-S128", in X86_32TargetInfo() 534 LongDoubleWidth = 128; in DarwinI386TargetInfo() 535 LongDoubleAlign = 128; in DarwinI386TargetInfo() 536 SuitableAlign = 128; in DarwinI386TargetInfo() 544 resetDataLayout("e-m:o-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-" in DarwinI386TargetInfo() 545 "f64:32:64-f80:128-n8:16:32-S128", in DarwinI386TargetInfo() [all …]
|
| H A D | RISCV.h | 42 LongDoubleWidth = 128; in RISCVTargetInfo() 43 LongDoubleAlign = 128; in RISCVTargetInfo() 45 SuitableAlign = 128; in RISCVTargetInfo() 137 resetDataLayout("e-m:e-p:32:32-i64:64-n32-S128"); in RISCV32TargetInfo() 143 resetDataLayout("e-m:e-p:32:32-i64:64-n32-S32"); in setABI() 155 MaxAtomicPromoteWidth = 128; in setMaxAtomicWidth() 167 resetDataLayout("e-m:e-p:64:64-i64:64-i128:128-n32:64-S128"); in RISCV64TargetInfo() 173 resetDataLayout("e-m:e-p:64:64-i64:64-i128:128-n32:64-S64"); in setABI() 185 MaxAtomicPromoteWidth = 128; in setMaxAtomicWidth()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | misc.cfg | 48 128K none on \ 55 off /tmp/zfstest 100M off \ 56 512 10m off \ 73 128K none on \ 80 off /tmp/zfstest 100M off \ 81 512 10m off \ 100 128K none on on \ 107 off /tmp/zfstest 100M off \ 108 512 10m off off \
|
| /freebsd/sys/netgraph/ |
| H A D | ng_car.c | 270 struct mbuf *m; in ng_car_rcvdata() local 282 m = NGI_M(item); in ng_car_rcvdata() 296 m_tag_prepend(m, &colp->tag); \ in ng_car_rcvdata() 310 /* Packet is counted as 128 tokens for better resolution */ in ng_car_rcvdata() 312 len = 128; in ng_car_rcvdata() 314 len = m->m_pkthdr.len; in ng_car_rcvdata() 318 colp = (void *)m_tag_locate(m, M_QOS_COOKIE, M_QOS_COLOR, NULL); in ng_car_rcvdata() 469 /* Convert internal 1/(8*128) of pps into pps */ in ng_car_rcvmsg() 473 bconf->downstream.cbs /= 128; in ng_car_rcvmsg() 474 bconf->downstream.ebs /= 128; in ng_car_rcvmsg() [all …]
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe_debug.c | 136 char buf[128]; in elink_cb_dbg() 148 char tmp[128], buf[128]; in elink_cb_dbg1() 162 char tmp[128], buf[128]; in elink_cb_dbg2() 177 char tmp[128], buf[128]; in elink_cb_dbg3() 230 struct mbuf *m, in bxe_dump_mbuf_data() argument 242 while (m) in bxe_dump_mbuf_data() 244 memp = m->m_data; in bxe_dump_mbuf_data() 252 for (i = 0; i < m->m_len; i++) in bxe_dump_mbuf_data() 272 snprintf(c, sizeof(c), "%d", m->m_len); in bxe_dump_mbuf_data() 274 xx += m->m_len; in bxe_dump_mbuf_data() [all …]
|
| /freebsd/crypto/openssl/doc/designs/quic-design/images/ |
| H A D | quic-overview.svg | 15 <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/> 16 …<glyph unicode="z" horiz-adv-x="927" d="M 113,1120 L 987,1120 987,952 295,147 987,147 987,0 88,0 8… 17 …<glyph unicode="y" horiz-adv-x="1112" d="M 659,-104 C 607,-237 556,-324 507,-365 458,-406 392,-426… 18 …<glyph unicode="x" horiz-adv-x="1112" d="M 1124,1120 L 719,575 1145,0 928,0 602,440 276,0 59,0 494… 19 …<glyph unicode="w" horiz-adv-x="1510" d="M 86,1120 L 270,1120 500,246 729,1120 946,1120 1176,246 1… 20 …<glyph unicode="v" horiz-adv-x="1112" d="M 61,1120 L 256,1120 606,180 956,1120 1151,1120 731,0 481… 21 …<glyph unicode="u" horiz-adv-x="953" d="M 174,442 L 174,1120 358,1120 358,449 C 358,343 379,264 42… 22 …<glyph unicode="t" horiz-adv-x="715" d="M 375,1438 L 375,1120 754,1120 754,977 375,977 375,369 C 3… 23 …<glyph unicode="s" horiz-adv-x="874" d="M 907,1087 L 907,913 C 855,940 801,960 745,973 689,986 631… 24 …<glyph unicode="r" horiz-adv-x="663" d="M 842,948 C 821,960 799,969 775,975 750,980 723,983 694,98… [all …]
|
| /freebsd/usr.bin/login/ |
| H A D | login.conf | 72 :memorylocked=128M:\ 112 # :datasize-cur=22M:\ 113 # :stacksize-cur=8M:\ 114 # :memorylocked-cur=10M:\ 115 # :memoryuse-cur=30M:\ 138 # :datasize=8M:\ 139 # :vmemoryuse=100M:\ 140 # :stacksize=2M:\ 141 # :memorylocked=4M:\ 142 # :memoryuse=8M:\ [all …]
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmc.c | 5 * Copyright (c) 2006 M. Warner Losh <imp@FreeBSD.org> 1098 cid->mid = mmc_get_bits(raw_cid, 128, 120, 8); in mmc_decode_cid_sd() 1099 cid->oid = mmc_get_bits(raw_cid, 128, 104, 16); in mmc_decode_cid_sd() 1101 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8); in mmc_decode_cid_sd() 1103 cid->prv = mmc_get_bits(raw_cid, 128, 56, 8); in mmc_decode_cid_sd() 1104 cid->psn = mmc_get_bits(raw_cid, 128, 24, 32); in mmc_decode_cid_sd() 1105 cid->mdt_year = mmc_get_bits(raw_cid, 128, 12, 8) + 2000; in mmc_decode_cid_sd() 1106 cid->mdt_month = mmc_get_bits(raw_cid, 128, 8, 4); in mmc_decode_cid_sd() 1116 cid->mid = mmc_get_bits(raw_cid, 128, 120, 8); in mmc_decode_cid_mmc() 1117 cid->oid = mmc_get_bits(raw_cid, 128, 104, 8); in mmc_decode_cid_mmc() [all …]
|
| /freebsd/sys/crypto/openssl/arm/ |
| H A D | armv4-mont.S | 332 sub r7,sp,#128 366 add r7,sp,#128 398 vst1.32 {d29},[r10,:64]! @ put aside smashed m[8*i+0] 400 vld1.64 {q6},[r6,:128]! 429 vst1.32 {d29},[r10,:64]! @ put aside smashed m[8*i+1] 431 vld1.64 {q7},[r6,:128]! 460 vst1.32 {d29},[r10,:64]! @ put aside smashed m[8*i+2] 462 vld1.64 {q8},[r6,:128]! 491 vst1.32 {d29},[r10,:64]! @ put aside smashed m[8*i+3] 493 vld1.64 {q9},[r6,:128]! [all …]
|