Home
last modified time | relevance | path

Searched refs:x15 (Results 1 – 25 of 204) sorted by relevance

123456789

/dragonfly/crypto/openssh/
H A Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
139 x15 = j15; in chacha_encrypt_bytes()
144 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
145 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes()
165 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
182 x15 = XOR(x15,U8TO32_LITTLE(m + 60)); in chacha_encrypt_bytes()
205 U32TO8_LITTLE(c + 60,x15); in chacha_encrypt_bytes()
H A Dge25519_base.data13 {{{0x0e, 0xce, 0x43, 0x28, 0x4e, 0xa1, 0xc5, 0x83, 0x5f, 0xa4, 0xd7, 0x15, 0x45, 0x8e, 0x0d, 0x08, …
17 {{{0x70, 0xf8, 0xc9, 0xc4, 0x57, 0xa6, 0x3a, 0x49, 0x47, 0x15, 0xce, 0x93, 0xc1, 0x9e, 0x73, 0x1a, …
18 …, 0xf2, 0x4c, 0x6c, 0x71, 0xd5, 0x80, 0x85, 0xb8, 0x0e, 0x47, 0xe1, 0x95, 0x15, 0xcb, 0x27, 0xe8, …
23 …, 0x74, 0x23, 0xbf, 0xe7, 0x33, 0x8d, 0x57, 0x09, 0x91, 0x9c, 0x24, 0x08, 0x15, 0x2b, 0xe2, 0xb8, …
45 {{{0x15, 0x06, 0x49, 0xb6, 0x8a, 0x3c, 0xea, 0x2f, 0x34, 0x20, 0x14, 0xc3, 0xaa, 0xd6, 0xaf, 0x2c, …
47 {{{0xf7, 0x17, 0x13, 0xbd, 0xfb, 0xbc, 0xd2, 0xec, 0x45, 0xb3, 0x15, 0x31, 0xe9, 0xaf, 0x82, 0x84, …
142 …, 0x48, 0xff, 0xa1, 0xca, 0xe9, 0x15, 0x85, 0xdc, 0xdb, 0x2c, 0x39, 0x12, 0x91, 0xa9, 0x20, 0xaa, …
295 {{{0x51, 0x15, 0x9d, 0xc3, 0x95, 0xd1, 0x39, 0xbb, 0x64, 0x9d, 0x15, 0x81, 0xc1, 0x68, 0xd0, 0xb6, …
305 …xf1, 0xf0, 0x85, 0x43, 0x28, 0x15, 0x37, 0xdd, 0xde, 0x27, 0xdf, 0xad, 0x3e, 0x49, 0x4f, 0xe0, 0x5…
745 {{{0x9d, 0x23, 0xbd, 0x15, 0xfe, 0x52, 0x52, 0x15, 0x26, 0x79, 0x86, 0xba, 0x06, 0x56, 0x66, 0xbb, …
[all …]
/dragonfly/crypto/libressl/crypto/chacha/
H A Dchacha-merged.c126 u32 x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
176 x15 = j15; in chacha_encrypt_bytes()
181 QUARTERROUND(x3, x7, x11, x15) in chacha_encrypt_bytes()
182 QUARTERROUND(x0, x5, x10, x15) in chacha_encrypt_bytes()
202 x15 = PLUS(x15, j15); in chacha_encrypt_bytes()
220 U32TO8_LITTLE(x->ks + 60, x15); in chacha_encrypt_bytes()
238 x15 = XOR(x15, U8TO32_LITTLE(m + 60)); in chacha_encrypt_bytes()
264 U32TO8_LITTLE(c + 60, x15); in chacha_encrypt_bytes()
/dragonfly/sys/crypto/curve25519/
H A Dcurve25519.c276 const uint32_t x15 = in1[5]; in fe_add_impl() local
297 out[5] = (x15 + x33); in fe_add_impl()
320 const uint32_t x15 = in1[5]; in fe_sub_impl() local
341 out[5] = ((0x3fffffe + x15) - x33); in fe_sub_impl()
364 const uint32_t x15 = in1[5]; in fe_mul_impl() local
385 …* x9)) + ((uint64_t)x25 * x13)) + ((uint64_t)x31 * x7)) + ((uint64_t)x23 * x15)) + ((uint64_t)x33 … in fe_mul_impl()
393 … x19) + ((uint64_t)x37 * x17)) + ((uint64_t)x33 * x21)) + ((uint64_t)x39 * x15)) + ((uint64_t)x31 … in fe_mul_impl()
394 …uint64_t x54 = (((0x2 * ((((uint64_t)x37 * x19) + ((uint64_t)x33 * x20)) + ((uint64_t)x38 * x15)))… in fe_mul_impl()
694 const uint32_t x15 = in1[5]; in fe_mul_121666_impl() local
715 …* x9)) + ((uint64_t)x25 * x13)) + ((uint64_t)x31 * x7)) + ((uint64_t)x23 * x15)) + ((uint64_t)x33 … in fe_mul_121666_impl()
[all …]
/dragonfly/sys/crypto/chacha20/
H A Dchacha.c113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
164 x15 = j15; in chacha_encrypt_bytes()
169 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
170 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes()
190 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
208 x15 = XOR(x15,U8TO32_LITTLE(m + 60)); in chacha_encrypt_bytes()
241 U32TO8_LITTLE(c + 60,x15); in chacha_encrypt_bytes()
/dragonfly/contrib/file/magic/Magdir/
H A Dintel186 #>>(26.s+0x15) ubyte x \b, INDICATORS %#x
188 >>(26.s+0x15) ubyte &0x01 \b, display
190 >>(26.s+0x15) ubyte &0x02 \b, input
192 >>(26.s+0x15) ubyte &0x04 \b, IPL
193 #>>(26.s+0x15) ubyte &0x08 reserved
195 >>(26.s+0x15) ubyte &0x10 \b, bootable
197 >>(26.s+0x15) ubyte &0x20 \b, cacheable
199 >>(26.s+0x15) ubyte &0x40 \b, shadowable
201 >>(26.s+0x15) ubyte &0x80 \b, InitialModel
242 >>(24.s+0x15) ubyte >0
[all …]
H A Dmsx131 >>>>>>>>>0x15 uleshort <0x4000
176 >>>>>>>>>>0x15 uleshort <0x4000 MSX2/2+/TR SubROM
302 >>>>>>0x15 string >\x30
303 >>>>>>>0x15 string <\x5A Konami King's Valley-2 custom stage, title: "%-8.8s"
H A Dmap210 #>>>0x15 ulelong x \b, at %#x
221 #>>>0x15 ulelong x \b, at %#x
236 #>>>0x15 ulelong x \b, at %#x
286 >>>0x15 uleshort x \b, code page %u
300 #>>>0x15 ulelong x \b, at %#x
/dragonfly/tools/tools/locale/etc/final-maps/
H A Dmap.US-ASCII47 <CONTROL-0015> \x15
48 <NEGATIVE_ACKNOWLEDGE> \x15
/dragonfly/share/i18n/csmapper/CP/
H A DUCS%CP274.src64 0x0085 = 0x15
H A DCP038%UCS.src25 0x15 = 0x0085
H A DCP274%UCS.src25 0x15 = 0x0085
H A DCP275%UCS.src25 0x15 = 0x0085
H A DCP281%UCS.src25 0x15 = 0x0085
H A DUCS%CP038.src72 0x0085 = 0x15
H A DUCS%CP275.src65 0x0085 = 0x15
H A DUCS%CP281.src68 0x0085 = 0x15
/dragonfly/share/i18n/csmapper/EBCDIC/
H A DEBCDIC-ES-A%UCS.src25 0x15 = 0x0085
H A DEBCDIC-AT-DE%UCS.src25 0x15 = 0x0085
H A DEBCDIC-AT-DE-A%UCS.src25 0x15 = 0x0085
H A DEBCDIC-DK-NO%UCS.src25 0x15 = 0x0085
H A DEBCDIC-DK-NO-A%UCS.src25 0x15 = 0x0085
H A DEBCDIC-ES%UCS.src25 0x15 = 0x0085
H A DEBCDIC-ES-S%UCS.src25 0x15 = 0x0085
H A DEBCDIC-FI-SE%UCS.src25 0x15 = 0x0085

123456789