/freebsd/sys/contrib/dev/ral/ |
H A D | microcode.h | 27 0x02, 0x1c, 0x12, 0x02, 0x13, 0xcb, 0xc2, 0x8c, 0x22, 0x22, 0x00, 28 0x02, 0x16, 0x0f, 0xc2, 0xaf, 0xc2, 0x8d, 0x75, 0x8c, 0x94, 0x75, 29 0x8a, 0x93, 0xd2, 0xaf, 0x22, 0x02, 0x18, 0xda, 0x12, 0x1b, 0xe8, 30 0x40, 0x03, 0x02, 0x02, 0x1e, 0x90, 0x21, 0x02, 0xe0, 0xf5, 0x2d, 31 0x90, 0x00, 0x03, 0xe0, 0x12, 0x08, 0x25, 0x00, 0xb0, 0x00, 0x00, 32 0xce, 0x01, 0x00, 0x5e, 0x10, 0x00, 0x6f, 0x11, 0x00, 0xf2, 0x20, 33 0x01, 0x4d, 0x21, 0x01, 0x70, 0x22, 0x01, 0x84, 0x30, 0x01, 0x8f, 34 0x31, 0x01, 0xd5, 0x50, 0x01, 0x9f, 0x51, 0x01, 0xf2, 0x52, 0x02, 35 0x06, 0x60, 0x00, 0x00, 0x02, 0x14, 0x90, 0x00, 0x0a, 0xe0, 0x20, 36 0xe5, 0x03, 0x30, 0x07, 0x03, 0xd2, 0x08, 0x22, 0x12, 0x17, 0xa5, [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | poly1305-armv8.S | 31 mov x9,#0xfffffffc0fffffff 32 movk x9,#0x0fff,lsl#48 37 and x7,x7,x9 // &=0ffffffc0fffffff 39 and x8,x8,x9 // &=0ffffffc0ffffffc 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 118 adds x4,x12,x10 [all …]
|
H A D | armv8-mont.S | 35 add x29,sp,#0 40 ldr x9,[x2],#8 // bp[0] 42 ldp x7,x8,[x1],#16 // ap[0..1] 46 ldp x13,x14,[x3],#16 // np[0..1] 48 mul x6,x7,x9 // ap[0]*bp[0] 51 mul x10,x8,x9 // ap[1]*bp[0] 54 mul x15,x6,x4 // "tp[0]"*n0 57 // (*) mul x12,x13,x15 // np[0]*m1 60 // (*) adds x12,x12,x6 // discarded 82 adds x12,x16,x13 [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rumfw.h | 25 0x02, 0x13, 0x25, 0x12, 0x10, 0xd9, 0x02, 0x12, 0x58, 0x02, 0x13, 26 0x58, 0x02, 0x13, 0x5a, 0xc0, 0xd0, 0x75, 0xd0, 0x18, 0x12, 0x13, 27 0x5c, 0xd0, 0xd0, 0x22, 0x02, 0x14, 0x5c, 0x02, 0x14, 0xe7, 0xed, 28 0x4c, 0x70, 0x44, 0x90, 0x01, 0xa8, 0x74, 0x80, 0xf0, 0xef, 0x30, 29 0xe5, 0x07, 0xe4, 0x90, 0x00, 0x0f, 0xf0, 0x80, 0x2c, 0xe5, 0x40, 30 0x24, 0xc0, 0x60, 0x13, 0x24, 0xc0, 0x60, 0x16, 0x24, 0xc0, 0x60, 31 0x19, 0x24, 0xc0, 0x70, 0x1a, 0xe4, 0x90, 0x00, 0x0b, 0xf0, 0x80, 32 0x13, 0xe4, 0x90, 0x00, 0x13, 0xf0, 0x80, 0x0c, 0xe4, 0x90, 0x00, 33 0x1b, 0xf0, 0x80, 0x05, 0xe4, 0x90, 0x00, 0x23, 0xf0, 0xe4, 0x90, 34 0x01, 0xa8, 0xf0, 0xd3, 0x22, 0x90, 0x02, 0x02, 0xed, 0xf0, 0x90, [all …]
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 40 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef; 41 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef; 43 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 52 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3)); 87 mov $s1,#0xfffffffc0fffffff 88 movk $s1,#0x0fff,lsl#48 93 and $r0,$r0,$s1 // &=0ffffffc0fffffff 95 and $r1,$r1,$s1 // &=0ffffffc0ffffffc 222 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 273 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26 [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | os9 | 31 0 beshort 0x87CD OS9/6809 module: 33 >6 byte&0x0f 0x00 non-executable 34 >6 byte&0x0f 0x01 machine language 35 >6 byte&0x0f 0x02 BASIC I-code 36 >6 byte&0x0f 0x03 Pascal P-code 37 >6 byte&0x0f 0x04 C I-code 38 >6 byte&0x0f 0x05 COBOL I-code 39 >6 byte&0x0f 0x06 Fortran I-code 41 >6 byte&0xf0 0x10 program executable 42 >6 byte&0xf0 0x20 subroutine [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | locore.S | 167 mov fp, #0 185 brk 0 786 * x11, x12 and x13 are trashed 797 mov x12, #L0_TABLE 798 orr x12, x12, #(TATTR_UXN_TABLE | TATTR_AP_TABLE_NO_EL0) 802 1: orr x13, x12, x9, lsl #PAGE_SHIFT 821 * x11, x12 and x13 are trashed 832 mov x12, #L1_TABLE 836 orr x13, x12, x9, lsl #PAGE_SHIFT 851 * x11, x12 and x13 are trashed [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 27 x0 = U32C(0x61707865); in crypto_core_hsalsa20() 28 x5 = U32C(0x3320646e); in crypto_core_hsalsa20() 29 x10 = U32C(0x79622d32); in crypto_core_hsalsa20() 30 x15 = U32C(0x6b206574); in crypto_core_hsalsa20() 32 x0 = LOAD32_LE(c + 0); in crypto_core_hsalsa20() 37 x1 = LOAD32_LE(k + 0); in crypto_core_hsalsa20() 42 x12 = LOAD32_LE(k + 20); in crypto_core_hsalsa20() 45 x6 = LOAD32_LE(in + 0); in crypto_core_hsalsa20() 50 for (i = ROUNDS; i > 0; i -= 2) { in crypto_core_hsalsa20() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mdio-mux-gpio.txt | 18 #size-cells = <0>; 19 reg = <0x11800 0x00001900 0x0 0x40>; 29 gpios = <&gpio1 3 0>, <&gpio1 4 0>; 32 #size-cells = <0>; 37 #size-cells = <0>; 41 marvell,reg-init = <3 0x10 0 0x5777>, 42 <3 0x11 0 0x00aa>, 43 <3 0x12 0 0x4105>, 44 <3 0x13 0 0x0a60>; 50 marvell,reg-init = <3 0x10 0 0x5777>, [all …]
|
H A D | mdio-mux-gpio.yaml | 44 gpios = <&gpio1 3 0>, <&gpio1 4 0>; 47 #size-cells = <0>; 52 #size-cells = <0>; 56 marvell,reg-init = <3 0x10 0 0x5777>, 57 <3 0x11 0 0x00aa>, 58 <3 0x12 0 0x4105>, 59 <3 0x13 0 0x0a60>; 65 marvell,reg-init = <3 0x10 0 0x5777>, 66 <3 0x11 0 0x00aa>, 67 <3 0x12 0 0x4105>, [all …]
|
H A D | mdio-mux.txt | 9 - #size-cells = <0>; 18 - #size-cells = <0>; 28 #size-cells = <0>; 29 reg = <0x11800 0x00001900 0x0 0x40>; 39 gpios = <&gpio1 3 0>, <&gpio1 4 0>; 42 #size-cells = <0>; 47 #size-cells = <0>; 51 marvell,reg-init = <3 0x10 0 0x5777>, 52 <3 0x11 0 0x00aa>, 53 <3 0x12 0 0x4105>, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-jerry.dts | 25 pinctrl-0 = <&pmic_int_l &dvs_1 &dvs_2>; 45 #size-cells = <0>; 52 0x01 0x00 0x06 0x00 0x08 0x02 0x89 0x01 53 0x24 0x00 0x67 0x09 0x14 0x01 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c 54 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c 55 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 0x24 0x00 0x67 0x09 0x14 0x02 0x00 0x0f 56 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 57 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x89 0x01 58 0x24 0x00 0x67 0x09 0x14 0x03 0x00 0x0f 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0c 59 0x05 0x0c 0x06 0x0c 0x07 0x09 0x08 0x09 0x09 0x09 0x0a 0x0c 0x0b 0x0c 0x0c 0x0c [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 21 j0 = x0 = 0x61707865; in crypto_core_salsa() 22 j5 = x5 = 0x3320646e; in crypto_core_salsa() 23 j10 = x10 = 0x79622d32; in crypto_core_salsa() 24 j15 = x15 = 0x6b206574; in crypto_core_salsa() 26 j0 = x0 = LOAD32_LE(c + 0); in crypto_core_salsa() 31 j1 = x1 = LOAD32_LE(k + 0); in crypto_core_salsa() 36 j12 = x12 = LOAD32_LE(k + 20); in crypto_core_salsa() 40 j6 = x6 = LOAD32_LE(in + 0); in crypto_core_salsa() 45 for (i = 0; i < rounds; i += 2) { in crypto_core_salsa() [all …]
|
/freebsd/lib/libc/aarch64/string/ |
H A D | memccpy.S | 20 bic x10, x1, #0xf // src aligned 21 and x11, x1, #0xf // src offset 26 mov x8, #-1 // prepare a 0xfff..fff register 27 mov x6, #0xf 29 lsl x12, x11, #2 30 lsl x8, x8, x12 // mask of bytes in the string 35 sub x12, x11, #32 36 adds x12, x12, x3 // distance from alignment boundary - 32 40 b.eq 0f 56 0: [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/nehalemep/ |
H A D | floating-point.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0xF7", 9 "UMask": "0x1" 13 "Counter": "0,1,2,3", 14 "EventCode": "0xF7", 18 "UMask": "0x4" 22 "Counter": "0,1,2,3", 23 "EventCode": "0xF7", 27 "UMask": "0x2" 31 "Counter": "0,1,2,3", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/nehalemex/ |
H A D | floating-point.json | 4 "EventCode": "0xF7", 5 "Counter": "0,1,2,3", 6 "UMask": "0x1", 13 "EventCode": "0xF7", 14 "Counter": "0,1,2,3", 15 "UMask": "0x4", 22 "EventCode": "0xF7", 23 "Counter": "0,1,2,3", 24 "UMask": "0x2", 30 "EventCode": "0x10", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-dp/ |
H A D | floating-point.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0xF7", 9 "UMask": "0x1" 13 "Counter": "0,1,2,3", 14 "EventCode": "0xF7", 18 "UMask": "0x4" 22 "Counter": "0,1,2,3", 23 "EventCode": "0xF7", 27 "UMask": "0x2" 31 "Counter": "0,1,2,3", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-sp/ |
H A D | floating-point.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0xF7", 9 "UMask": "0x1" 13 "Counter": "0,1,2,3", 14 "EventCode": "0xF7", 18 "UMask": "0x4" 22 "Counter": "0,1,2,3", 23 "EventCode": "0xF7", 27 "UMask": "0x2" 31 "Counter": "0,1,2,3", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereex/ |
H A D | floating-point.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0xF7", 9 "UMask": "0x1" 13 "Counter": "0,1,2,3", 14 "EventCode": "0xF7", 18 "UMask": "0x4" 22 "Counter": "0,1,2,3", 23 "EventCode": "0xF7", 27 "UMask": "0x2" 31 "Counter": "0,1,2,3", [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" 115 {10, rk_UNCONST("\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04")}; 153 {10, rk_UNCONST("\x2a\x86\x48\x86\xf7\x12\x01\x02\x02\x01") }; 178 #if 0 [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/ |
H A D | core_hchacha20.c | 14 } while(0) 22 uint32_t x8, x9, x10, x11, x12, x13, x14, x15; in crypto_core_hchacha20() local 25 x0 = 0x61707865; in crypto_core_hchacha20() 26 x1 = 0x3320646e; in crypto_core_hchacha20() 27 x2 = 0x79622d32; in crypto_core_hchacha20() 28 x3 = 0x6b206574; in crypto_core_hchacha20() 30 x0 = LOAD32_LE(c + 0); in crypto_core_hchacha20() 35 x4 = LOAD32_LE(k + 0); in crypto_core_hchacha20() 43 x12 = LOAD32_LE(in + 0); in crypto_core_hchacha20() 48 for (i = 0; i < 10; i++) { in crypto_core_hchacha20() [all …]
|
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
H A D | t_str2key.c | 43 { KV5M_DATA, 0, NULL }, 46 0, 53 { KV5M_DATA, 0, NULL }, 56 0, 63 { KV5M_DATA, 0, NULL }, 66 0, 73 { KV5M_DATA, 0, NULL }, 76 0, 83 { KV5M_DATA, 0, NULL }, 86 0, [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/ |
H A D | octeon_3xxx.dts | 13 soc@0 { 15 phy0: ethernet-phy@0 { 19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 21 <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */ 23 <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */ 24 reg = <0>; 31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */ 33 <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */ 35 <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */ 42 marvell,reg-init = <3 0x10 0 0x5777>, [all …]
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 20 #define U8V(v) ((u8)(v) & U8C(0xFF)) 21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) 27 (((u32)((p)[0]) ) | \ 34 (p)[0] = U8V((v) ); \ 38 } while (0) 59 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 69 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 73 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup() 82 x->input[12] = counter == NULL ? 0 : U8TO32_LITTLE(counter + 0); in chacha_ivsetup() 83 x->input[13] = counter == NULL ? 0 : U8TO32_LITTLE(counter + 4); in chacha_ivsetup() [all …]
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 20 #define U8V(v) ((u8)(v) & U8C(0xFF)) 21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) 27 (((u32)((p)[0]) ) | \ 34 (p)[0] = U8V((v) ); \ 38 } while (0) 59 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 69 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 73 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup() 82 x->input[12] = 0; in chacha_ivsetup() 83 x->input[13] = 0; in chacha_ivsetup() [all …]
|