/freebsd/sys/crypto/openssl/aarch64/ |
H A D | poly1305-armv8.S | 38 and x9,x9,#-4 44 adr x12,.Lpoly1305_blocks 49 csel x12,x12,x7,eq 55 stp x12,x13,[x2] 90 mul x12,x4,x7 // h0*r0 97 adds x12,x12,x10 115 and x10,x14,#-4 // final reduction 118 adds x4,x12,x10 142 adds x12,x4,#5 // compare to modulus 146 tst x14,#-4 // see if it's carried/borrowed [all …]
|
H A D | armv8-mont.S | 55 // (*) mul x12,x13,x15 // np[0]*m1 58 // (*) adds x12,x12,x6 // discarded 80 adds x12,x16,x13 85 adds x12,x12,x6 89 str x12,[x22],#8 // tp[j-1] 97 adds x12,x16,x13 101 adds x12,x12,x6 106 stp x12,x13,[x22] 126 // (*) mul x12,x13,x15 // np[0]*m1 129 // (*) adds x12,x12,x6 [all …]
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 55 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14)); 94 and $s1,$s1,#-4 171 and $t0,$d2,#-4 // final reduction 202 tst $d2,#-4 // see if it's carried/borrowed 222 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 260 and $t0,$d2,#-4 // final reduction 273 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26 287 str w13,[$ctx,#16*4] // s2 329 lsr $h1,x12,#12 330 adds $h0,$h0,x12,lsl#52 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mdio-mux-gpio.txt | 23 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a 24 pair of GPIO lines. Child busses 2 and 3 populated with 4 29 gpios = <&gpio1 3 0>, <&gpio1 4 0>; 43 <3 0x12 0 0x4105>, 52 <3 0x12 0 0x4105>, 61 <3 0x12 0 0x4105>, 66 phy14: ethernet-phy@4 { 67 reg = <4>; 70 <3 0x12 0 0x4105>, 86 <3 0x12 0 0x4105>, [all …]
|
H A D | mdio-mux-gpio.yaml | 38 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a 39 pair of GPIO lines. Child busses 2 and 3 populated with 4 44 gpios = <&gpio1 3 0>, <&gpio1 4 0>; 58 <3 0x12 0 0x4105>, 67 <3 0x12 0 0x4105>, 76 <3 0x12 0 0x4105>, 81 ethernet-phy@4 { 82 reg = <4>; 85 <3 0x12 0 0x4105>, 101 <3 0x12 0 0x4105>, [all …]
|
H A D | mdio-mux.txt | 33 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a 34 pair of GPIO lines. Child busses 2 and 3 populated with 4 39 gpios = <&gpio1 3 0>, <&gpio1 4 0>; 53 <3 0x12 0 0x4105>, 62 <3 0x12 0 0x4105>, 71 <3 0x12 0 0x4105>, 76 phy14: ethernet-phy@4 { 77 reg = <4>; 80 <3 0x12 0 0x4105>, 96 <3 0x12 0 0x4105>, [all …]
|
/freebsd/lib/libc/aarch64/string/ |
H A D | memccpy.S | 29 lsl x12, x11, #2 30 lsl x8, x8, x12 // mask of bytes in the string 32 shrn v1.8b, v1.8h, #4 35 sub x12, x11, #32 36 adds x12, x12, x3 // distance from alignment boundary - 32 62 shrn v1.8b, v1.8h, #4 86 mov x3, x12 95 .p2align 4 98 shrn v2.8b, v2.8h, #4 113 shrn v2.8b, v2.8h, #4 [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/ |
H A D | core_hsalsa20_ref2.c | 23 x9, x10, x11, x12, x13, x14, x15; in crypto_core_hsalsa20() local 33 x5 = LOAD32_LE(c + 4); in crypto_core_hsalsa20() 38 x2 = LOAD32_LE(k + 4); in crypto_core_hsalsa20() 42 x12 = LOAD32_LE(k + 20); in crypto_core_hsalsa20() 46 x7 = LOAD32_LE(in + 4); in crypto_core_hsalsa20() 51 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_hsalsa20() 53 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_hsalsa20() 54 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_hsalsa20() 79 x12 ^= ROTL32(x15 + x14, 7); in crypto_core_hsalsa20() 80 x13 ^= ROTL32(x12 + x15, 9); in crypto_core_hsalsa20() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
H A D | core_salsa_ref.c | 15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in crypto_core_salsa() local 27 j5 = x5 = LOAD32_LE(c + 4); in crypto_core_salsa() 32 j2 = x2 = LOAD32_LE(k + 4); in crypto_core_salsa() 36 j12 = x12 = LOAD32_LE(k + 20); in crypto_core_salsa() 41 j7 = x7 = LOAD32_LE(in + 4); in crypto_core_salsa() 46 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_salsa() 48 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_salsa() 49 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_salsa() 74 x12 ^= ROTL32(x15 + x14, 7); in crypto_core_salsa() 75 x13 ^= ROTL32(x12 + x15, 9); in crypto_core_salsa() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | os9 | 65 >0x13 byte 4 C I-code 72 >0x12 byte 1 program executable 73 >0x12 byte 2 subroutine 74 >0x12 byte 3 multi-module 75 >0x12 byte 4 data module 76 >0x12 byte 11 trap library 77 >0x12 byte 12 system module 78 >0x12 byte 13 file manager 79 >0x12 byte 14 device driver 80 >0x12 byte 15 device descriptor
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | mpc8641_hpcn_36b.dts | 137 0x8800 0 0 3 &mpic 4 1 0 0 138 0x8800 0 0 4 &mpic 1 1 0 0 143 0x8900 0 0 3 &mpic 4 1 0 0 144 0x8900 0 0 4 &mpic 1 1 0 0 149 0x8a00 0 0 3 &mpic 4 1 0 0 150 0x8a00 0 0 4 &mpic 1 1 0 0 155 0x8b00 0 0 3 &mpic 4 1 0 0 156 0x8b00 0 0 4 &mpic 1 1 0 0 158 /* IDSEL 0x11 func 4 - PCI slot 1 */ 161 0x8c00 0 0 3 &mpic 4 1 0 0 [all …]
|
H A D | mpc8641_hpcn.dts | 153 port-write-unit@4e0 { 170 0x8800 0 0 3 &mpic 4 1 0 0 171 0x8800 0 0 4 &mpic 1 1 0 0 176 0x8900 0 0 3 &mpic 4 1 0 0 177 0x8900 0 0 4 &mpic 1 1 0 0 182 0x8a00 0 0 3 &mpic 4 1 0 0 183 0x8a00 0 0 4 &mpic 1 1 0 0 188 0x8b00 0 0 3 &mpic 4 1 0 0 189 0x8b00 0 0 4 &mpic 1 1 0 0 191 /* IDSEL 0x11 func 4 - PCI slot 1 */ [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/ |
H A D | octeon_68xx.dts | 43 * 4 - level active high 50 <7 4>, <7 5>, <7 6>, <7 7>, 65 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 74 cavium,qlm-trim = "4,sgmii"; 79 <3 0x12 0 0x4105>, 83 cavium,qlm-trim = "4,sgmii"; 88 <3 0x12 0 0x4105>, 92 cavium,qlm-trim = "4,sgmii"; 97 <3 0x12 0 0x4105>, 100 phy4: ethernet-phy@4 { [all …]
|
H A D | octeon_3xxx.dts | 19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 44 <3 0x12 0 0x4105>, 52 <3 0x12 0 0x4105>, 55 phy4: ethernet-phy@4 { 56 reg = <4>; 60 <3 0x12 0 0x4105>, 68 <3 0x12 0 0x4105>, 77 <3 0x12 0 0x4105>, 85 <3 0x12 0 0x4105>, [all …]
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 59 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 60 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 70 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 74 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup() 83 x->input[13] = counter == NULL ? 0 : U8TO32_LITTLE(counter + 4); in chacha_ivsetup() 85 x->input[15] = U8TO32_LITTLE(iv + 4); in chacha_ivsetup() 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 103 j4 = x->input[4]; in chacha_encrypt_bytes() 135 x12 = j12; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() [all …]
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 61 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 62 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 72 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 76 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup() 86 x->input[13] = counter == NULL ? 0 : U8TO32_LITTLE(counter + 4); in chacha_ivsetup() 88 x->input[15] = U8TO32_LITTLE(iv + 4); in chacha_ivsetup() 93 x->input[13] = U8TO32_LITTLE(counter + 4); in chacha_ivsetup() 104 U32TO8_LITTLE(counter + 4, x->input[13]); in chacha_ctrsave() 113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 125 j4 = x->input[4]; in chacha_encrypt_bytes() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/ |
H A D | core_hchacha20.c | 22 uint32_t x8, x9, x10, x11, x12, x13, x14, x15; in crypto_core_hchacha20() local 31 x1 = LOAD32_LE(c + 4); in crypto_core_hchacha20() 36 x5 = LOAD32_LE(k + 4); in crypto_core_hchacha20() 43 x12 = LOAD32_LE(in + 0); in crypto_core_hchacha20() 44 x13 = LOAD32_LE(in + 4); in crypto_core_hchacha20() 49 QUARTERROUND(x0, x4, x8, x12); in crypto_core_hchacha20() 54 QUARTERROUND(x1, x6, x11, x12); in crypto_core_hchacha20() 60 STORE32_LE(out + 4, x1); in crypto_core_hchacha20() 63 STORE32_LE(out + 16, x12); in crypto_core_hchacha20()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 52 ctx->input[4] = LOAD32_LE(k + 0); in chacha_keysetup() 53 ctx->input[5] = LOAD32_LE(k + 4); in chacha_keysetup() 66 ctx->input[13] = counter == NULL ? 0 : LOAD32_LE(counter + 4); in chacha_ivsetup() 68 ctx->input[15] = LOAD32_LE(iv + 4); in chacha_ivsetup() 76 ctx->input[14] = LOAD32_LE(iv + 4); in chacha_ietf_ivsetup() 84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in chacha20_encrypt_bytes() local 102 j4 = ctx->input[4]; in chacha20_encrypt_bytes() 137 x12 = j12; in chacha20_encrypt_bytes() 142 QUARTERROUND(x0, x4, x8, x12) in chacha20_encrypt_bytes() 147 QUARTERROUND(x1, x6, x11, x12) in chacha20_encrypt_bytes() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/alderlake/ |
H A D | virtual-memory.json | 5 "Counter": "0,1,2,3,4,5", 8 "PEBScounters": "0,1,2,3,4,5", 16 "Counter": "0,1,2,3,4,5", 19 "PEBScounters": "0,1,2,3,4,5", 27 "Counter": "0,1,2,3,4,5", 30 "PEBScounters": "0,1,2,3,4,5", 39 "EventCode": "0x12", 51 "EventCode": "0x12", 62 "EventCode": "0x12", 73 "EventCode": "0x12", [all …]
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 59 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 60 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 70 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 74 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup() 85 x->input[15] = U8TO32_LITTLE(iv + 4); in chacha_ivsetup() 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 103 j4 = x->input[4]; in chacha_encrypt_bytes() 135 x12 = j12; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 61 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 62 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 72 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 76 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup() 87 x->input[15] = U8TO32_LITTLE(iv + 4); in chacha_ivsetup() 93 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 105 j4 = x->input[4]; in chacha_encrypt_bytes() 137 x12 = j12; in chacha_encrypt_bytes() 142 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 147 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | virtual-memory.json | 6 "EventCode": "0x12", 18 "EventCode": "0x12", 29 "EventCode": "0x12", 40 "EventCode": "0x12", 48 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 51 "EventCode": "0x12", 54 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This… 59 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 62 "EventCode": "0x12", 65 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
/freebsd/sys/kgssapi/ |
H A D | gss_names.c | 35 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 44 {10, (void *)(uintptr_t)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x01"}; 50 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 59 {10, (void *)(uintptr_t)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x02"}; 65 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 74 {10, (void *)(uintptr_t)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x03"}; 101 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 105 * generic(1) service_name(4)}. The constant 110 {10, (void *)(uintptr_t)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04"}; 133 * 6(nametypes), 4(gss-api-exported-name)}. The constant [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | locore.S | 45 * space, the same as a single level 2 page with 4k pages. 547 * Add space for the module data. When PAGE_SIZE is 4k this will 581 * size is larger than 4k, L2 blocks are too large to map the kernel 715 * x11, x12 and x13 are trashed 726 mov x12, #L0_TABLE 727 orr x12, x12, #(TATTR_UXN_TABLE | TATTR_AP_TABLE_NO_EL0) 731 1: orr x13, x12, x9, lsl #PAGE_SHIFT 750 * x11, x12 and x13 are trashed 761 mov x12, #L1_TABLE 765 orr x13, x12, x9, lsl #PAGE_SHIFT [all …]
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | external.c | 40 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 50 {10, rk_UNCONST("\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x01")}; 55 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 65 {10, rk_UNCONST("\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x02")}; 70 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 80 {10, rk_UNCONST("\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x03")}; 106 * {10, (void *)"\x2a\x86\x48\x86\xf7\x12" 110 * generic(1) service_name(4)}. The constant 115 {10, rk_UNCONST("\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04")}; 137 * 6(nametypes), 4(gss-api-exported-name)}. The constant [all …]
|