Searched refs:v16 (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/sys/contrib/libsodium/test/default/
H A Dverify1.c8 unsigned char *v16, *v16x; local
15 v16 = (unsigned char *) sodium_malloc(16);
22 randombytes_buf(v16, 16);
26 memcpy(v16x, v16, 16);
30 if (crypto_verify_16(v16, v16x) != 0 ||
33 sodium_memcmp(v16, v16x, 16) != 0 ||
50 if (crypto_verify_16(v16, v16x) != -1 ||
53 sodium_memcmp(v16, v16x, 16) != -1 ||
68 sodium_free(v16);
/freebsd-current/sys/crypto/openssl/aarch64/
H A Dghashv8-armx.S18 ext v16.16b,v18.16b,v19.16b,#8 //t0=0xc2....01
21 and v18.16b,v18.16b,v16.16b
24 and v16.16b,v16.16b,v17.16b
26 eor v20.16b,v3.16b,v16.16b //twisted H
30 ext v16.16b,v20.16b,v20.16b,#8 //Karatsuba pre-processing
32 eor v16.16b,v16.16b,v20.16b
34 pmull v1.1q,v16.1d,v16
[all...]
H A Daesv8-armx.S304 ld1 {v16.4s,v17.4s},[x3],#32 // load key schedule...
310 aese v0.16b,v16.16b
312 ld1 {v16.4s},[x3],#16 // load key schedule...
320 aese v0.16b,v16.16b
344 ld1 {v16.4s,v17.4s},[x3],#32 // load key schedule...
350 aesd v0.16b,v16.16b
352 ld1 {v16.4s},[x3],#16 // load key schedule...
360 aesd v0.16b,v16.16b
393 ld1 {v16.4s,v17.4s},[x3] // load key schedule...
425 aese v0.16b,v16
[all...]
H A Dchacha-armv8.S351 dup v16.4s,v0.s[0] // unpack key block
389 add v16.4s,v16.4s,v17.4s
397 eor v19.16b,v19.16b,v16.16b
445 add v16.4s,v16.4s,v17.4s
453 eor v4.16b,v19.16b,v16.16b
493 add v16.4s,v16.4s,v21.4s
501 eor v31.16b,v31.16b,v16
[all...]
H A Dvpaes-armv8.S135 ld1 {v16.2d}, [x9], #16 // vmovdqu (%r9), %xmm5 # round0 key
141 eor v0.16b, v1.16b, v16.16b // vpxor %xmm5, %xmm1, %xmm0
152 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k
181 ld1 {v16.2d}, [x9],#16 // vmovdqu (%r9), %xmm5
191 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k
222 ld1 {v16.2d}, [x9], #16 // vmovdqu (%r9), %xmm5 # round0 key
232 eor v0.16b, v1.16b, v16.16b // vpxor %xmm5, %xmm1, %xmm0
233 eor v8.16b, v9.16b, v16.16b
247 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k
248 eor v12.16b, v12.16b, v16
[all...]
H A Dsha256-armv8.S1083 ld1 {v16.4s},[x3],#16
1091 add v16.4s,v16.4s,v4.4s
1094 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1095 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16.4s
1097 ld1 {v16.4s},[x3],#16
1105 add v16.4s,v16.4s,v6.4s
1108 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1109 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16
[all...]
H A Dpoly1305-armv8.S526 umlal v23.2d,v16.2s,v3.s[2]
528 umlal v22.2d,v16.2s,v1.s[2]
530 umlal v21.2d,v16.2s,v0.s[2]
532 umlal v20.2d,v16.2s,v8.s[2]
534 umlal v19.2d,v16.2s,v6.s[2]
670 dup v16.2d,v16.d[0]
679 dup v16.2d,v11.d[0]
687 umull2 v19.2d,v16.4s,v6.4s
688 umull2 v22.2d,v16
[all...]
H A Daes-gcm-armv8_64.S149 trn2 v16.2d, v12.2d, v13.2d //h2l | h1l
218 eor v16.16b, v16.16b, v8.16b //h2k | h1k
410 pmull2 v31.1q, v31.2d, v16.2d //GHASH block 4k+2 - mid
415 pmull v30.1q, v30.1d, v16.1d //GHASH block 4k+3 - mid
623 pmull2 v31.1q, v31.2d, v16.2d //GHASH block 4k+2 - mid
649 pmull v30.1q, v30.1d, v16.1d //GHASH block 4k+3 - mid
889 pmull2 v22.1q, v22.2d, v16.2d //GHASH final-1 block - mid
938 pmull v8.1q, v8.1d, v16.1d //GHASH final block - mid
1163 trn2 v16
[all...]
H A Dsha512-armv8.S1099 ld1 {v16.16b,v17.16b,v18.16b,v19.16b},[x1],#64 // load input
1105 rev64 v16.16b,v16.16b
1125 add v24.2d,v24.2d,v16.2d
1131 .inst 0xcec08230 //sha512su0 v16.16b,v17.16b
1134 .inst 0xce678af0 //sha512su1 v16.16b,v23.16b,v7.16b
1146 .inst 0xce678a11 //sha512su1 v17.16b,v16.16b,v7.16b
1168 ext v7.16b,v23.16b,v16.16b,#8
1180 ext v7.16b,v16.16b,v17.16b,#8
1215 .inst 0xcec08217 //sha512su0 v23.16b,v16
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S156 add v16.4s, v0.4s, v5.4s
159 eor v1.16b, v16.16b, v1.16b
160 add v7.4s, v16.4s, v2.4s
172 ld2 { v16.4s, v17.4s }, [x8]
175 add v6.4s, v6.4s, v16.4s
178 ext v16.16b, v16.16b, v16.16b, #12
188 mov v17.s[1], v16.s[2]
226 mov v17.s[3], v16
[all...]
H A Db3_aarch64_sse2.S145 ushr v16.4s, v5.4s, #7
147 orr v5.16b, v5.16b, v16.16b
148 ext v16.16b, v7.16b, v7.16b, #12
150 mov v7.16b, v16.16b
152 add v2.4s, v2.4s, v16.4s
179 zip1 v18.2d, v16.2d, v0.2d
180 zip2 v0.4s, v0.4s, v16.4s
184 zip1 v16.4s, v0.4s, v6.4s
190 ext v6.16b, v0.16b, v16.16b, #8
224 ushr v16
[all...]
/freebsd-current/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_basic.c34 u_int16_t v16; local
156 ASSERT_INT_EQ(sshbuf_get_u16(p1, &v16), 0);
157 ASSERT_U16_EQ(v16, 0x1122);
159 ASSERT_INT_EQ(sshbuf_get_u16(p1, &v16), 0);
160 ASSERT_U16_EQ(v16, 0x3344);
162 ASSERT_INT_EQ(sshbuf_get_u16(p1, &v16), 0);
163 ASSERT_U16_EQ(v16, 0x5566);
165 ASSERT_INT_EQ(sshbuf_get_u16(p1, &v16), 0);
166 ASSERT_U16_EQ(v16, 0x7788);
172 r = sshbuf_get_u16(p1, &v16);
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h81 #define v16 16 macro
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DARM64_DWARF_Registers.h97 v16, enumerator in enum:arm64_dwarf::__anon2994
H A DARM64_ehframe_Registers.h96 v16, enumerator in enum:arm64_ehframe::__anon2995
/freebsd-current/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha256-armv8.S1040 ld1 {v16.4s},[x3],#16
1048 add v16.4s,v16.4s,v4.4s
1051 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1052 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16.4s
1054 ld1 {v16.4s},[x3],#16
1062 add v16.4s,v16.4s,v6.4s
1065 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1066 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16
[all...]
H A Dsha512-armv8.S1060 ld1 {v16.16b-v19.16b},[x1],#64 // load input
1066 rev64 v16.16b,v16.16b
1086 add v24.2d,v24.2d,v16.2d
1092 .inst 0xcec08230 //sha512su0 v16.16b,v17.16b
1095 .inst 0xce678af0 //sha512su1 v16.16b,v23.16b,v7.16b
1107 .inst 0xce678a11 //sha512su1 v17.16b,v16.16b,v7.16b
1129 ext v7.16b,v23.16b,v16.16b,#8
1141 ext v7.16b,v16.16b,v17.16b,#8
1176 .inst 0xcec08217 //sha512su0 v23.16b,v16
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl199 ld1 {v16.2d}, [x9], #16 // vmovdqu (%r9), %xmm5 # round0 key
205 eor v0.16b, v1.16b, v16.16b // vpxor %xmm5, %xmm1, %xmm0
216 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k
245 ld1 {v16.2d}, [x9],#16 // vmovdqu (%r9), %xmm5
255 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k
286 ld1 {v16.2d}, [x9], #16 // vmovdqu (%r9), %xmm5 # round0 key
296 eor v0.16b, v1.16b, v16.16b // vpxor %xmm5, %xmm1, %xmm0
297 eor v8.16b, v9.16b, v16.16b
311 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k
312 eor v12.16b, v12.16b, v16
[all...]
/freebsd-current/contrib/cortex-strings/src/aarch64/
H A Dstrchrnul.S55 #define vend1 v16
H A Dstrchr.S55 #define vrepmask_c v16
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrchr.S35 #define vrepmask_c v16
H A Dstrchrnul.S35 #define vend1 v16
H A Dstrrchr.S41 #define vrepmask_c v16
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp150 uint32_t v16[4]; member in struct:_VMX
H A DRegisterInfos_riscv64.h168 DEFINE_VPR(v16, LLDB_INVALID_REGNUM),

Completed in 232 milliseconds

12