/freebsd/contrib/bearssl/src/rand/ |
H A D | aesctr_drbg.c | 33 unsigned char tmp[16]; in br_aesctr_drbg_init() 37 aesctr->init(&ctx->sk.vtable, tmp, 16); in br_aesctr_drbg_init() 57 * condition; also, it should work on 16-bit architectures in br_aesctr_drbg_generate() 58 * (where 'size_t' is 16 bits only). in br_aesctr_drbg_generate() 101 * - running state consists in two 16-byte blocks G and H in br_aesctr_drbg_update() 102 * - initial values of G and H are conventional in br_aesctr_drbg_update() 106 * G' = E(G) xor G in br_aesctr_drbg_update() 107 * H' = E(G xor C) xor G xor C in br_aesctr_drbg_update() 108 * G <- G', H <- H' in br_aesctr_drbg_update() 109 * - once all blocks have been processed, output is H||G in br_aesctr_drbg_update() [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/ |
H A D | mt8186-memory-port.h | 14 * MM IOMMU supports 16GB dma address. We separate it to four ranges: 15 * 0 ~ 4G; 4G ~ 8G; 8G ~ 12G; 12G ~ 16G, we could adjust these masters 18 * b) The iova of any master can NOT cross the 4G/8G/12G boundary. 23 * disp 0 ~ 4G larb0/1/2 24 * vcodec 4G ~ 8G larb4/7 25 * cam/mdp 8G ~ 12G the other larbs. 26 * N/A 12G ~ 16G 105 #define IOMMU_PORT_L9_IMG_WPE_RDMA0 MTK_M4U_ID(9, 16) 136 #define IOMMU_PORT_L11_IMG_WPE_RDMA0 MTK_M4U_ID(11, 16) 165 /* LARB 16 -- RAW-A */ [all …]
|
H A D | mt8195-memory-port.h | 12 * MM IOMMU supports 16GB dma address. We separate it to four ranges: 13 * 0 ~ 4G; 4G ~ 8G; 8G ~ 12G; 12G ~ 16G, we could adjust these masters 16 * b) The iova of any master can NOT cross the 4G/8G/12G boundary. 21 * disp 0 ~ 4G larb0/1/2/3 22 * vcodec 4G ~ 8G larb19/20/21/22/23/24 23 * cam/mdp 8G ~ 12G the other larbs. 24 * N/A 12G ~ 16G 30 * iommu-vpp: larb1/3/4/6/8/12/14/16/18/20/22/23/26/27 116 #define M4U_PORT_L9_IMG_TNCSTO_T1_A MTK_M4U_ID(9, 16) 138 #define M4U_PORT_L10_IMG_IMG4O_D1_A MTK_M4U_ID(10, 16) [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-s390x.pl | 99 $g=""; 102 $g="g"; 126 $stdframe=16*$SIZE_T+4*8; 256 lhi %r1,16 263 lghi %r3,16 # single block length 271 stm${g} %r3,$ra,3*$SIZE_T($sp) 281 l${g} $out,3*$SIZE_T($sp) 287 lm${g} %r6,$ra,6*$SIZE_T($sp) 292 .align 16 294 st${g} $ra,15*$SIZE_T($sp) [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | sha512-armv8.S | 82 stp x19,x20,[sp,#16] 111 orr x17,x17,x19 // Ch(e,f,g) 115 add x27,x27,x17 // h+=Ch(e,f,g) 136 orr x17,x17,x28 // Ch(e,f,g) 140 add x26,x26,x17 // h+=Ch(e,f,g) 160 orr x17,x17,x19 // Ch(e,f,g) 164 add x25,x25,x17 // h+=Ch(e,f,g) 185 orr x17,x17,x28 // Ch(e,f,g) 189 add x24,x24,x17 // h+=Ch(e,f,g) 209 orr x17,x17,x19 // Ch(e,f,g) [all …]
|
H A D | sha256-armv8.S | 84 stp x19,x20,[sp,#16] 113 orr w17,w17,w19 // Ch(e,f,g) 117 add w27,w27,w17 // h+=Ch(e,f,g) 138 orr w17,w17,w28 // Ch(e,f,g) 142 add w26,w26,w17 // h+=Ch(e,f,g) 162 orr w17,w17,w19 // Ch(e,f,g) 166 add w25,w25,w17 // h+=Ch(e,f,g) 187 orr w17,w17,w28 // Ch(e,f,g) 191 add w24,w24,w17 // h+=Ch(e,f,g) 211 orr w17,w17,w19 // Ch(e,f,g) [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha512-armv8.S | 27 .word 16 90 stp x19,x20,[sp,#16] 119 orr x17,x17,x19 // Ch(e,f,g) 123 add x27,x27,x17 // h+=Ch(e,f,g) 144 orr x17,x17,x28 // Ch(e,f,g) 148 add x26,x26,x17 // h+=Ch(e,f,g) 168 orr x17,x17,x19 // Ch(e,f,g) 172 add x25,x25,x17 // h+=Ch(e,f,g) 193 orr x17,x17,x28 // Ch(e,f,g) 197 add x24,x24,x17 // h+=Ch(e,f,g) [all...] |
H A D | sha256-armv8.S | 27 .word 16 66 stp x19,x20,[sp,#16] 95 orr w17,w17,w19 // Ch(e,f,g) 99 add w27,w27,w17 // h+=Ch(e,f,g) 120 orr w17,w17,w28 // Ch(e,f,g) 124 add w26,w26,w17 // h+=Ch(e,f,g) 144 orr w17,w17,w19 // Ch(e,f,g) 148 add w25,w25,w17 // h+=Ch(e,f,g) 169 orr w17,w17,w28 // Ch(e,f,g) 173 add w24,w24,w17 // h+=Ch(e,f,g) [all...] |
/freebsd/share/man/man4/ |
H A D | mpi3mr.4 | 41 Broadcom Ltd. 9670W-16i 24G PCIe 4.0 Tri-Mode RAID Adapters 43 Broadcom Ltd. 9670-24i 24G PCIe 4.0 Tri-Mode RAID Adapters 45 Broadcom Ltd. 9660-16i 24G PCIe 4.0 Tri-Mode RAID Adapters 47 Broadcom Ltd. 9620-16i 24G PCIe 4.0 Tri-Mode RAID Adapters 49 Broadcom Ltd. 9600-24i 24G PCIe 4.0 Tri-Mode RAID Adapters 51 Broadcom Ltd. 9600-16i 24G PCIe 4.0 Tri-Mode RAID Adapters 53 Broadcom Ltd. 9600W-16e 24G PCIe 4.0 Tri-Mode RAID Adapters 55 Broadcom Ltd. 9600-16e 24G PCIe 4.0 Tri-Mode RAID Adapters 57 Broadcom Ltd. 9600-8i8e 24G PCIe 4.0 Tri-Mode RAID Adapters
|
/freebsd/tools/tools/nanobsd/ |
H A D | FlashDevice.sub | 61 NANO_HEADS=16 90 NANO_HEADS=16 127 NANO_HEADS=16 132 NANO_HEADS=16 135 1024|1024mb|1g) 137 NANO_HEADS=16 140 2048|2048mb|2g) 142 NANO_HEADS=16 145 4096|4096mb|4g) 147 NANO_HEADS=16 [all …]
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha512.c | 50 * 16-bit platforms. 162 if (n > (sizeof(c->u) - 16)) { in SHA512_Final() 168 memset(p + n, 0, sizeof(c->u) - 16 - n); in SHA512_Final() 175 p[sizeof(c->u) - 3] = (unsigned char)(c->Nl >> 16); in SHA512_Final() 183 p[sizeof(c->u) - 11] = (unsigned char)(c->Nh >> 16); in SHA512_Final() 188 p[sizeof(c->u) - 16] = (unsigned char)(c->Nh >> 56); in SHA512_Final() 207 *(md++) = (unsigned char)(t >> 16); in SHA512_Final() 233 *(md++) = (unsigned char)(t >> 16); in SHA512_Final() 247 *(md++) = (unsigned char)(t >> 16); in SHA512_Final() 261 *(md++) = (unsigned char)(t >> 16); in SHA512_Final() [all …]
|
/freebsd/sys/i386/i386/ |
H A D | in_cksum_machdep.c | 55 #define REDUCE {sum = (sum & 0xffff) + (sum >> 16); ADDCARRY(sum);} 138 : "g" (((const u_int32_t *)w)[0]) in in_cksum_skip() 149 : "g" (((const u_int32_t *)w)[0]), in in_cksum_skip() 150 "g" (((const u_int32_t *)w)[1]) in in_cksum_skip() 163 * Add with carry 16 words and fold in the last in in_cksum_skip() 166 * The early ADD(16) and the LOAD(32) are to load in in_cksum_skip() 176 * 8 cycles after the ADD(16) and 12 cycles after in in_cksum_skip() 193 : "g" (((const u_int32_t *)w)[4]), in in_cksum_skip() 194 "g" (((const u_int32_t *)w)[0]), in in_cksum_skip() 195 "g" (((const u_int32_t *)w)[1]), in in_cksum_skip() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hlr_auc_gw.c | 14 * to and external program, e.g., this hlr_auc_gw. This interface uses simple 76 u8 _rand[16]; 85 u8 ki[16]; 86 u8 opc[16]; 97 #define EAP_AKA_RAND_LEN 16 98 #define EAP_AKA_AUTN_LEN 16 101 #define EAP_AKA_RES_MAX_LEN 16 102 #define EAP_AKA_IK_LEN 16 103 #define EAP_AKA_CK_LEN 16 279 struct gsm_triplet *g = NULL; in read_gsm_triplets() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | simple-framebuffer.yaml | 48 mode information and enable them. This way if e.g. later on support 97 * `a1r5g5b5` - 16-bit pixels, d[15]=a, d[14:10]=r, d[9:5]=g, d[4:0]=b 98 * `a2r10g10b10` - 32-bit pixels, d[31:30]=a, d[29:20]=r, d[19:10]=g, d[9:0]=b 99 * `a8b8g8r8` - 32-bit pixels, d[31:24]=a, d[23:16]=b, d[15:8]=g, d[7:0]=r 100 * `a8r8g8b8` - 32-bit pixels, d[31:24]=a, d[23:16]=r, d[15:8]=g, d[7:0]=b 101 * `r5g6b5` - 16-bit pixels, d[15:11]=r, d[10:5]=g, d[4:0]=b 102 * `r5g5b5a1` - 16-bit pixels, d[15:11]=r, d[10:6]=g, d[5:1]=b d[1:0]=a 103 * `r8g8b8` - 24-bit pixels, d[23:16]=r, d[15:8]=g, d[7:0]=b 104 * `x1r5g5b5` - 16-bit pixels, d[14:10]=r, d[9:5]=g, d[4:0]=b 105 * `x2r10g10b10` - 32-bit pixels, d[29:20]=r, d[19:10]=g, d[9:0]=b [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-s390x.pl | 53 $g=""; 56 $g="g"; 71 $G="%r11"; 72 $H="%r12"; @V=($A,$B,$C,$D,$E,$F,$G,$H); 110 $stdframe=16*$SIZE_T+4*8; 111 $frame=$stdframe+16*$SZ; 114 my ($i,$a,$b,$c,$d,$e,$f,$g,$h) = @_; 116 $code.=<<___ if ($i<16); 125 xgr $t2,$g 126 $ST $T1,`$stdframe+$SZ*($i%16)`($sp) [all …]
|
H A D | sha512p8-ppc.pl | 85 $LOCALS=8*$SIZE_T+8*16; 86 $FRAME=$LOCALS+9*16+6*$SIZE_T; 100 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("v$_",(0..7)); 105 my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_; 106 my $j=($i+1)%16; 109 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1)); 111 addi $inp,$inp,16 113 $code.=<<___ if ($i<16 && ($i%(16/$SZ))); 116 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0); 120 vshasigma${sz} $Sigma,@X[($j+1)%16],0,0 [all …]
|
H A D | sha1-s390x.pl | 50 $g=""; 53 $g="g"; 74 $stdframe=16*$SIZE_T+4*8; 75 $frame=$stdframe+16*4; 81 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 85 $code.=<<___ if ($i<16); 89 $code.=<<___ if ($i>=16); 91 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp) 92 xg $X[0],`$stdframe+4*(($i+8)%16)`($sp) 101 stg $X[0],`$stdframe+4*($i%16)`($sp) [all …]
|
H A D | sha512-armv8.pl | 100 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27)); 101 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28)); 104 my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_; 109 $code.=<<___ if ($i<16); 123 $code.=<<___ if ($i>0 && $i<16); 141 bic $t2,$g,$e 143 orr $t1,$t1,$t2 // Ch(e,f,g) 147 add $h,$h,$t1 // h+=Ch(e,f,g) 164 bic $t2,$g,$e 169 orr $t1,$t1,$t2 // Ch(e,f,g) [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcpuid.pl | 16 $g=""; 19 $g="g"; 26 $stdframe=16*$SIZE_T+4*8; 35 .align 16 41 stg %r0,S390X_STFLE+16(%r4) 57 .align 16 141 lg %r2,S390X_STFLE+16(%r4) 163 .align 16 169 .long 0xb27cf010 # stckf 16($sp) 170 lg %r2,16($sp) [all …]
|
/freebsd/sys/sys/ |
H A D | ioccom.h | 40 * 31 29 28 16 15 8 7 0 47 #define IOCPARM_LEN(x) (((x) >> 16) & IOCPARM_MASK) 48 #define IOCBASECMD(x) ((x) & ~(IOCPARM_MASK << 16)) 60 ((inout) | (((len) & IOCPARM_MASK) << 16) | ((group) << 8) | (num))) 61 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) argument 62 #define _IOWINT(g,n) _IOC(IOC_VOID, (g), (n), sizeof(int)) argument 63 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument 64 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument 66 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) argument 69 (((~(IOCPARM_MASK << 16)) & (ioc)) | (((len) & IOCPARM_MASK) << 16))
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_md5.cpp | 17 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro 38 MD5_u32plus block[16]; 74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-compress-ref.c | 15 static const uint8_t blake2b_sigma[12][16] = { 33 uint64_t m[16]; in blake2b_compress_ref() 34 uint64_t v[16]; in blake2b_compress_ref() 37 for (i = 0; i < 16; ++i) { in blake2b_compress_ref() 51 #define G(r, i, a, b, c, d) \ in blake2b_compress_ref() macro 58 d = ROTR64(d ^ a, 16); \ in blake2b_compress_ref() 64 G(r, 0, v[0], v[4], v[8], v[12]); \ in blake2b_compress_ref() 65 G(r, 1, v[1], v[5], v[9], v[13]); \ in blake2b_compress_ref() 66 G(r, 2, v[2], v[6], v[10], v[14]); \ in blake2b_compress_ref() 67 G(r, 3, v[3], v[7], v[11], v[15]); \ in blake2b_compress_ref() [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | rekey.sh | 65 for s in 16 1k 128k 256k; do 103 for s in 16 1k 128k 256k; do 140 for size in 16 1k 1K 1m 1M 1g 1G 4G 8G; do 143 16) bytes=16 ;; 146 1g|1G) bytes=1073741824 ;; 147 4g|4G) bytes=4294967296 ;; 148 8g|8G) bytes=8589934592 ;;
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 13 - Fix MALE and FEMALE character ordering in the 16x32 and 32x64 28 - Remove C0 control characters range in the 8x16, 16x32, and 32x64 versions 34 - Add full support for CP437 (IBM PC) in the 8x16, 16x32, and 32x64 versions 37 - Add various arrows and triangle-headed arrows in the 8x16, 16x32, and 40 - Add union symbol in the 8x16, 16x32, and 32x64 versions 89 - Fix size of the lower case 'ae' character in the 16x32 and 32x64 versions 90 - Fix size of the lower case 'oe' character in the 16x32 and 32x64 versions 105 Spleen 1.8.1 (2020-07-16) 113 - Add 'I', 'i', 'G', 'g', 'j' characters with caron 119 - Add 'G' and 'g' characters with acute accent [all …]
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha2small.c | 73 #define SHA2_STEP(A, B, C, D, E, F, G, H, j) do { \ in br_sha2small_round() argument 75 T1 = H + BSG2_1(E) + CH(E, F, G) + K[j] + w[j]; \ in br_sha2small_round() 82 uint32_t a, b, c, d, e, f, g, h; in br_sha2small_round() local 85 br_range_dec32be(w, 16, buf); in br_sha2small_round() 86 for (i = 16; i < 64; i ++) { in br_sha2small_round() 88 + SSG2_0(w[i - 15]) + w[i - 16]; in br_sha2small_round() 96 g = val[6]; in br_sha2small_round() 99 SHA2_STEP(a, b, c, d, e, f, g, h, i + 0); in br_sha2small_round() 100 SHA2_STEP(h, a, b, c, d, e, f, g, i + 1); in br_sha2small_round() 101 SHA2_STEP(g, h, a, b, c, d, e, f, i + 2); in br_sha2small_round() [all …]
|