/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 18 identified-organization 6 1 5 5 8 1 1 : HMAC-MD5 : hmac-md5 19 identified-organization 6 1 5 5 8 1 2 : HMAC-SHA1 : hmac-sha1 39 ISO-US 10040 : X9-57 : X9.57 40 X9-57 4 : X9cm : X9.57 CM ? 51 ISO-US 10045 : ansi-X9-62 : ANSI X9.62 52 !module X9-62 53 !Alias id-fieldType ansi-X9-62 1 54 X9-62_id-fieldType 1 : prime-field 55 X9-62_id-fieldType 2 : characteristic-two-field 56 X9-62_characteristic-two-field 3 : id-characteristic-two-basis [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | armv8-mont.S | 38 ldr x9,[x2],#8 // bp[0] 46 mul x6,x7,x9 // ap[0]*bp[0] 48 umulh x7,x7,x9 49 mul x10,x8,x9 // ap[1]*bp[0] 50 umulh x11,x8,x9 81 mul x10,x8,x9 // ap[j]*bp[0] 83 umulh x11,x8,x9 109 ldr x9,[x2],#8 // bp[i] 114 mul x6,x7,x9 // ap[0]*bp[i] 116 umulh x7,x7,x9 [all …]
|
H A D | aes-gcm-armv8_64.S | 59 orr x9, x11, x9, lsl #32 //CTR block 1 62 fmov v1.d[1], x9 //CTR block 1 66 orr x9, x11, x9, lsl #32 //CTR block 2 69 fmov v2.d[1], x9 //CTR block 2 72 orr x9, x11, x9, lsl #32 //CTR block 3 76 fmov v3.d[1], x9 //CTR block 3 172 aesmc v3.16b, v3.16b //AES block 3 - round 6 178 aesmc v2.16b, v2.16b //AES block 2 - round 6 182 aesmc v0.16b, v0.16b //AES block 0 - round 6 194 aesmc v1.16b, v1.16b //AES block 1 - round 6 [all …]
|
H A D | keccak1600-armv8.S | 47 stp x4,x9,[sp,#0] // offload pair... 51 eor x4,x4,x9 68 eor x9,x26,x28,ror#63 70 eor x1,x1,x9 71 eor x6,x6,x9 72 eor x11,x11,x9 73 eor x16,x16,x9 74 eor x21,x21,x9 76 eor x9,x27,x30,ror#63 81 eor x27, x2,x9 // mov x27,x2 [all …]
|
H A D | sha512-armv8.S | 69 .align 6 93 ldp x26,x27,[x0,#6*8] 181 eor x9,x21,x21,ror#23 187 eor x16,x16,x9,ror#18 // Sigma1(e) 188 ror x9,x25,#28 195 eor x17,x9,x17,ror#34 // Sigma0(a) 226 ldp x9,x10,[x1],#2*8 249 rev x9,x9 // 6 257 add x21,x21,x9 // h+=X[i] 452 str x9,[sp,#16] [all …]
|
H A D | poly1305-armv8.S | 31 mov x9,#0xfffffffc0fffffff 32 movk x9,#0x0fff,lsl#48 37 and x7,x7,x9 // &=0ffffffc0fffffff 38 and x9,x9,#-4 39 and x8,x8,x9 // &=0ffffffc0ffffffc 76 add x9,x8,x8,lsr#2 // s1 = r1 + (r1 >> 2) 94 mul x10,x5,x9 // h1*5*r1 95 umulh x11,x5,x9 108 mul x10,x6,x9 // h2*5*r1 171 mul x10,x5,x9 // h1*5*r1 [all …]
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_hyp_exception.S | 54 stp x8, x9, [sp, #(8 * 8)] 55 stp x6, x7, [sp, #(6 * 8)] 66 ldp x6, x7, [sp, #(6 * 8)] 67 ldp x8, x9, [sp, #(8 * 8)] 91 stp x6, x7, [x0, #(TF_X + 6 * 8)] 92 stp x8, x9, [x0, #(TF_X + 8 * 8)] 131 ldp x8, x9, [x0, #(TF_X + 8 * 8)] 132 ldp x6, x7, [x0, #(TF_X + 6 * 8)] 177 mov x9, #VTTBR_HOST 178 msr vttbr_el2, x9 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-natte.dtsi | 33 io-channels = <&adc 6>; 69 reg = <0x9>; 85 reg = <0x9>; 101 reg = <0x9>; 117 reg = <0x9>; 133 reg = <0x9>; 149 reg = <0x9>; 158 i2c@6 { 159 reg = <6>; 165 reg = <0x9>; [all …]
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | EC.asn1 | 12 ansi-X9-62 OBJECT IDENTIFIER ::= { 17 id-ecSigType OBJECT IDENTIFIER ::= { ansi-X9-62 signatures(4) } 23 id-publicKeyType OBJECT IDENTIFIER ::= { ansi-X9-62 keyType(2) } 27 -- Named Elliptic Curves in ANSI X9.62. 29 ellipticCurve OBJECT IDENTIFIER ::= { ansi-X9-62 curves(3) } 39 c2tnb191v2 OBJECT IDENTIFIER ::= { c-TwoCurve 6 } 62 prime239v3 OBJECT IDENTIFIER ::= { primeCurve 6 } 70 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 1 } 73 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 2 } 76 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 3 } [all …]
|
/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-fiat32.h | 38 h[1] = (a0>>26) | ((a1&((1<<19)-1))<< 6); /* (32-26) + 19 = 6+19 = 25 */ in fe_frombytes_impl() 40 h[3] = (a2>>13) | ((a3&((1<< 6)-1))<<19); /* (32-13) + 6 = 19+ 6 = 25 */ in fe_frombytes_impl() 41 h[4] = (a3>> 6); /* (32- 6) = 26 */ in fe_frombytes_impl() 43 h[6] = (a4>>25) | ((a5&((1<<19)-1))<< 7); /* (32-25) + 19 = 7+19 = 26 */ in fe_frombytes_impl() 45 h[8] = (a6>>12) | ((a7&((1<< 6)-1))<<20); /* (32-12) + 6 = 20+ 6 = 26 */ in fe_frombytes_impl() 46 h[9] = (a7>> 6)&((1<<25)-1); /* 25 */ in fe_frombytes_impl() 109 { const u32 x14 = in1[6]; in fe_freeze() 153 out[6] = x76; in fe_freeze() 168 s[4] = h[1] >> 6; in fe_tobytes() 170 s[6] = (h[1] >> 22) | (h[2] << 3); in fe_tobytes() [all …]
|
/freebsd/lib/msun/ld128/ |
H A D | k_expl.h | 77 A9 = 2.7557324277411235e-6, /* 0x1.71de3ec75a967p-19 */ 110 0x1.0cc922b7247f7407b705b8p0L, 0x9.3dc5e8aac564e6fe2ef1d431fd98p-92L, 121 0x1.1d4873168b9aa7805b8028p0L, 0x9.90f07a98b42206e46166cf051d70p-92L, 124 0x1.21f49917ddc962552fd292p0L, 0x9.4bdb4b61ea62477caa1dce823ba0p-92L, 126 0x1.251ce4fb2a63f3582ab7dep0L, 0x9.e94811a9c8afdcf796934bc652d0p-92L, 150 0x1.4dcb299fddd0d63b36ef1ap0L, 0x9.e0cc484b25a5566d0bd5f58ad238p-92L, 165 0x1.6a09e667f3bcc908b2fb12p0L, 0x1.66ea957d3e3adec17512775099dap-88L, 166 0x1.6c012750bdabeed76a9980p0L, 0xf.4f33fdeb8b0ecd831106f57b3d00p-96L, 167 0x1.6dfb23c651a2ef220e2cbep0L, 0x1.bbaa834b3f11577ceefbe6c1c411p-92L, 168 0x1.6ff7df9519483cf87e1b4ep0L, 0x1.3e213bff9b702d5aa477c12523cep-88L, [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha512-armv8.S | 36 .align 6 84 .align 6 101 ldp x26,x27,[x0,#6*8] 189 eor x9,x21,x21,ror#23 195 eor x16,x16,x9,ror#18 // Sigma1(e) 196 ror x9,x25,#28 203 eor x17,x9,x17,ror#34 // Sigma0(a) 234 ldp x9,x10,[x1],#2*8 257 rev x9,x9 // [all...] |
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_x942.txt | 14 Title = X9.42 KDF tests (RFC3565 2.3.2 Examples) 29 Title = X9.42 KDF tests (generated tests to test different options) 66 Output = 6b68b7affe5efc15e77df56e3dd639b22aa39f12eb0685b33fb39c57 78 Title = X9.42 KDF tests (ACVP test vectors) 82 Ctrl.hexsecret = hexsecret:6B 93 Ctrl.hexsecret = hexsecret:6B
|
/freebsd/crypto/openssl/test/recipes/20-test_dhparam_check_data/valid/ |
H A D | dhx_p3072_q224_t1862.pem | 1 -----BEGIN X9.42 DH PARAMETERS----- 5 6mO0Oa9t+RIC1Lz6Cum+k3Yidxu/kOGW4WBxIKMML9o6cEMRnU+HZyzXskgL2pZB 16 6Xfpjda/SlYHBACNUkuQTVvjO05rN3ki49cBEXE0MZ1UKLL1ongXMwTBQSODitrB 20 -----END X9.42 DH PARAMETERS-----
|
H A D | dhx_p1024_q160_t1862.pem | 1 -----BEGIN X9.42 DH PARAMETERS----- 8 /6N3MBoDFQAmmc91MkRP1Lolw5MzKe/S8C1gyAIBEg== 9 -----END X9.42 DH PARAMETERS-----
|
H A D | dhx_p1024_q160_t1864.pem | 1 -----BEGIN X9.42 DH PARAMETERS----- 4 G0TdsvXvyOKMUOV6nSq3wwVv4hQi/6ExRNEhSgqFnHz3zjmR+s2fFwKBgF0uZFhZ 9 -----END X9.42 DH PARAMETERS-----
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 61 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 105 j6 = x->input[6]; in chacha_encrypt_bytes() 132 x9 = j9; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 158 x9 = PLUS(x9,j9); in chacha_encrypt_bytes() 176 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes() 200 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 63 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 93 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 107 j6 = x->input[6]; in chacha_encrypt_bytes() 134 x9 = j9; in chacha_encrypt_bytes() 143 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 149 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 160 x9 = PLUS(x9,j9); in chacha_encrypt_bytes() 178 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes() 202 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 61 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 105 j6 = x->input[6]; in chacha_encrypt_bytes() 132 x9 = j9; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 158 x9 = PLUS(x9,j9); in chacha_encrypt_bytes() 175 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes() 198 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 54 ctx->input[6] = LOAD32_LE(k + 8); in chacha_keysetup() 84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in chacha20_encrypt_bytes() local 104 j6 = ctx->input[6]; in chacha20_encrypt_bytes() 134 x9 = j9; in chacha20_encrypt_bytes() 143 QUARTERROUND(x1, x5, x9, x13) in chacha20_encrypt_bytes() 149 QUARTERROUND(x3, x4, x9, x14) in chacha20_encrypt_bytes() 160 x9 = PLUS(x9, j9); in chacha20_encrypt_bytes() 177 x9 = XOR(x9, LOAD32_LE(m + 36)); in chacha20_encrypt_bytes() 201 STORE32_LE(c + 36, x9); in chacha20_encrypt_bytes()
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 63 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 127 j6 = x->input[6]; in chacha_encrypt_bytes() 156 x9 = j9; in chacha_encrypt_bytes() 165 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 171 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 182 x9 = PLUS(x9,j9); in chacha_encrypt_bytes() 200 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes() 233 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | p2020ds.dtsi | 128 nand@6,0 { 220 0x8800 0x0 0x0 0x1 &i8259 0x9 0x2 224 0x8900 0x0 0x0 0x1 &i8259 0x9 0x2 228 0x8a00 0x0 0x0 0x1 &i8259 0x9 0x2 232 0x8b00 0x0 0x0 0x1 &i8259 0x9 0x2 236 0x8c00 0x0 0x0 0x1 &i8259 0x9 0x2 240 0x8d00 0x0 0x0 0x1 &i8259 0x9 0x2 243 // IDSEL 0x11 func 6 - PCI slot 1 244 0x8e00 0x0 0x0 0x1 &i8259 0x9 0x2 248 0x8f00 0x0 0x0 0x1 &i8259 0x9 0x2
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 81 iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } 92 iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 96 iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } 101 iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) 112 id-x9-57 OBJECT IDENTIFIER ::= { 115 id-dsa OBJECT IDENTIFIER ::= { id-x9-57 1 } 116 id-dsa-with-sha1 OBJECT IDENTIFIER ::= { id-x9-57 3 } 125 id-at-countryName OBJECT IDENTIFIER ::= { id-x520-at 6 } 273 uniformResourceIdentifier [6] IMPLICIT IA5String, 289 cRLSign (6), [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | swtch.S | 63 adrp x9, arm64_pid_in_contextidr 64 ldrb w10, [x9, :lo12:arm64_pid_in_contextidr] 66 ldr x9, [x1, #TD_PROC] 68 ldr w10, [x9, #P_PID] 125 ldp x25, x26, [x4, #PCB_REGS + (PCB_X19 + 6) * 8] 150 stp x25, x26, [x4, #PCB_REGS + (PCB_X19 + 6) * 8] 220 ldp x25, x26, [x4, #PCB_REGS + (PCB_X19 + 6) * 8] 255 ldp x6, x7, [sp, #TF_X + 6 * 8] 256 ldp x8, x9, [sp, #TF_X + 8 * 8] 281 stp x25, x26, [x0, #PCB_REGS + (PCB_X19 + 6) * 8]
|
H A D | locore.S | 539 ldr x7, =((6 * 1024 * 1024) - 1) 585 mov x9, x28 593 ldr x9, =(PAGE_SIZE * L3_PAGE_COUNT) 594 add x26, x26, x9 597 mov x9, x6 606 mov x9, x6 614 mov x9, x6 631 mov x9, x16 /* PA start */ 639 ldr x9, =(L2_SIZE) 640 add x16, x16, x9 /* VA start */ [all …]
|