Searched refs:q2 (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/arm/crypto/
H A Dcrc32-ce-core.S134 vld1.8 {q1-q2}, [BUF, :128]!
155 vmull.p64 q2, d4, dCONSTANTl
161 veor.8 q2, q2, q6
169 veor.8 q2, q2, q6
183 veor.8 q1, q1, q2
201 vld1.8 {q2}, [BUF, :128]!
205 veor.8 q1, q1, q2
212 vmull.p64 q2, d
[all...]
H A Dchacha-neon-core.S79 vadd.i32 q2, q2, q3
80 veor q4, q1, q2
91 vadd.i32 q2, q2, q3
92 veor q4, q1, q2
99 vext.8 q2, q2, q2, #8
109 vadd.i32 q2, q
[all...]
H A Daes-ce-core.S51 enc_round q2, \key1
55 enc_round q2, \key2
62 dec_round q2, \key1
66 dec_round q2, \key2
73 enc_round q2, \key1
77 aese.8 q2, \key2
81 veor q2, q2, \key3
88 dec_round q2, \key1
92 aesd.8 q2, \key
[all...]
H A Dcrct10dif-ce-core.S168 vld1.64 {q2-q3}, [buf]!
173 CPU_LE( vrev64.8 q2, q2 )
204 fold_32_bytes q2, q3
216 fold_16_bytes q2, q6
267 vld1.8 {q2}, [r3]
273 veor.8 q2, q2, q3
278 vshr.s8 q2, q2, #
[all...]
H A Dblake2b-neon-core.S77 vadd.u64 q0, q0, q2
96 veor q2, q2, q4
111 vadd.u64 q0, q0, q2
136 veor q8, q2, q4
138 vshr.u64 q2, q8, #63
140 vsli.u64 q2, q8, #1
226 vshr.u64 q2, q8, #63
228 vsli.u64 q2, q8, #1
260 vld1.64 {q2
[all...]
H A Dcurve25519-core.S35 vmov.i32 q2, #0
58 vmov.i64 q2, #0xffffffff
59 vshr.u64 q3, q2, #7
60 vshr.u64 q2, q2, #6
84 vand q4, q4, q2
85 vand q6, q6, q2
86 vand q8, q8, q2
87 vand q10, q10, q2
88 vand q2, q1
[all...]
H A Daes-neonbs-core.S456 vtst.8 q2, q7, q10
470 vst1.8 {q2-q3}, [r0, :256]!
491 veor q12, q2, q9
494 __tbl q2, q12, q8
505 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11
517 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12
519 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
524 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \
534 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11
542 veor q2, q
[all...]
H A Dsha2-ce-core.S79 vld1.32 {q2-q3}, [r1]!
85 vrev32.8 q2, q2
H A Dsha1-ce-core.S18 k2 .req q2
H A Dnh-neon-core.S26 PASS2_SUMS .req q2
H A Dghash-ce-core.S17 XL .req q2
H A Dsha1-armv7-neon.S60 #define W2 q2
/linux-master/tools/testing/selftests/sgx/
H A Dsigstruct.c32 BIGNUM *q2; member in struct:q1q2_ctx
42 BN_free(ctx->q2);
53 ctx->q2 = BN_new();
56 !ctx->q2) {
81 uint8_t *q2)
103 if (!BN_mul(ctx.q2, ctx.s, ctx.qr, ctx.bn_ctx))
106 if (!BN_div(ctx.q2, NULL, ctx.q2, ctx.m, ctx.bn_ctx))
109 if (BN_num_bytes(ctx.q2) > SGX_MODULUS_SIZE) {
111 BN_num_bytes(ctx.q2));
80 calc_q1q2(const uint8_t *s, const uint8_t *m, uint8_t *q1, uint8_t *q2) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dsgx.h390 * @q2: a value used in RSA signature verification
403 u8 q2[SGX_MODULUS_SIZE]; member in struct:sgx_sigstruct
/linux-master/arch/arm64/include/asm/
H A Dfpsimdmacros.h13 stp q2, q3, [\state, #16 * 2] variable
49 ldp q2, q3, [\state, #16 * 2] variable
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace-asm.S30 ldp q2, q3, [x7, #16 * 2]
152 stp q2, q3, [x7, #16 * 2]
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c816 unsigned long q, q1, q2; local
851 q2 = DIV_ROUND_UP(fref2, rate);
852 r2 = abs(fref2 / q2 - rate);
856 * can't go case 2 if q2 is greater than 256 since SCR register can
859 if (r2 >= r1 || q2 > 256) {
866 q = q2;
/linux-master/lib/crypto/mpi/
H A Dec.c1255 MPI_POINT q1, q2, prd, sum; local
1283 q2 = &p2;
1291 point_swap_cond(q1, q2, sw, ctx);
1292 montgomery_ladder(prd, sum, q1, q2, point->x, ctx);
1295 t = q2; q2 = sum; sum = t;
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S134 ldp q2, q3, [x2, #16 * 2]
242 stp q2, q3, [x2, #16 * 2]
/linux-master/drivers/scsi/
H A Dadvansys.c315 ASC_SCSIQ_2 q2; member in struct:asc_scsi_q
2494 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag,
2495 q->q2.tag_code);
2504 (ulong)q->cdbptr, q->q2.cdb_len,
7436 asc_scsi_q->q2.srb_tag = srb_tag;
7442 asc_scsi_q->q2.cdb_len = scp->cmd_len;
7445 asc_scsi_q->q2.target_ix =
7465 asc_scsi_q->q2.tag_code = ORDERED_QUEUE_TAG;
7467 asc_scsi_q->q2
[all...]
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c362 int q2; local
372 q2 = fepriv->quality - 128;
373 q2 *= q2;
375 fepriv->delay = fepriv->min_delay + q2 * HZ / (128 * 128);
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S271 ldp q2, q3, [buf, #0x20]
H A Daes-neonbs-core.S420 stp q2, q3, [x0, #-96]
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py790 q2 = QSqlQuery(self.glb.db)
791 QueryExec(q2, "SELECT parent_id"
794 if not q2.next():
796 parent_id = q2.value(0)
985 q2 = QSqlQuery(self.glb.db)
986 QueryExec(q2, "SELECT parent_id"
989 if not q2.next():
991 parent_id = q2.value(0)
/linux-master/drivers/infiniband/hw/irdma/
H A Dtype.h1051 u8 *q2; member in struct:irdma_qp_init_info

Completed in 910 milliseconds

12