Searched refs:q1 (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/arch/arm/crypto/
H A Dcrc32-ce-core.S134 vld1.8 {q1-q2}, [BUF, :128]!
154 vmull.p64 q1, d2, dCONSTANTl
159 veor.8 q1, q1, q5
168 veor.8 q1, q1, q5
181 vmull.p64 q1, d2, dCONSTANTl
182 veor.8 q1, q1, q5
183 veor.8 q1, q
[all...]
H A Dchacha-neon-core.S74 vadd.i32 q0, q0, q1
80 veor q4, q1, q2
81 vshl.u32 q1, q4, #12
82 vsri.u32 q1, q4, #20
85 vadd.i32 q0, q0, q1
92 veor q4, q1, q2
93 vshl.u32 q1, q4, #7
94 vsri.u32 q1, q4, #25
97 vext.8 q1, q1, q
[all...]
H A Daes-ce-core.S50 enc_round q1, \key1
54 enc_round q1, \key2
61 dec_round q1, \key1
65 dec_round q1, \key2
72 enc_round q1, \key1
76 aese.8 q1, \key2
80 veor q1, q1, \key3
87 dec_round q1, \key1
91 aesd.8 q1, \key
[all...]
H A Dcrct10dif-ce-core.S167 vld1.64 {q0-q1}, [buf]!
172 CPU_LE( vrev64.8 q1, q1 )
203 fold_32_bytes q0, q1
215 fold_16_bytes q1, q5
264 // q1 = high order part of second chunk: q7 left-shifted by 'len' bytes.
281 // then '16-len' bytes from q1 (high-order bytes).
282 vbsl.8 q2, q1, q0
304 vmov.i8 q1, #0
307 vmull.p64 q1, q1
[all...]
H A Dcurve25519-core.S26 vshr.u64 q1, q0, #7
95 vadd.i64 q12, q4, q1
96 vadd.i64 q13, q10, q1
111 vadd.i64 q14, q6, q1
116 vadd.i64 q14, q2, q1
129 vadd.i64 q15, q8, q1
149 vadd.i64 q8, q6, q1
152 vadd.i64 q1, q4, q1
157 vshr.s64 q1, q
[all...]
H A Dblake2b-neon-core.S78 vadd.u64 q1, q1, q3
86 veor q7, q7, q1
112 vadd.u64 q1, q1, q3
121 veor q7, q7, q1
259 vld1.64 {q0-q1}, [ip]! // Load h[0..3]
316 veor q1, q1, q5 // v[2..3] ^= v[10..11]
321 veor q1, q
[all...]
H A Daes-neonbs-core.S455 vtst.8 q1, q7, q9
464 vmvn q1, q1
469 vst1.8 {q0-q1}, [r0, :256]!
489 veor q11, q1, q9
492 __tbl q1, q11, 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, q
[all...]
H A Dsha2-ce-core.S78 0: vld1.32 {q0-q1}, [r1]!
84 vrev32.8 q1, q1
H A Dsha1-ce-core.S17 k1 .req q1
H A Dnh-neon-core.S23 PASS1_SUMS .req q1
/linux-master/arch/powerpc/math-emu/
H A Dudivmodti4.c14 _FP_W_TYPE q0, q1, r0, r1; local
25 q1 = 0;
36 udiv_qrnnd (q1, n1, 0, n1, d0);
64 q1 = 0;
81 leading quotient digit q1 = 1).
87 q1 = 1;
102 udiv_qrnnd (q1, n1, n2, n1, d0);
123 q1 = 0;
152 q1 = 0;
180 q1
[all...]
/linux-master/tools/testing/selftests/sgx/
H A Dsigstruct.c30 BIGNUM *q1; member in struct:q1q2_ctx
40 BN_free(ctx->q1);
51 ctx->q1 = BN_new();
55 if (!ctx->bn_ctx || !ctx->s || !ctx->m || !ctx->q1 || !ctx->qr ||
80 static bool calc_q1q2(const uint8_t *s, const uint8_t *m, uint8_t *q1, argument
91 if (!BN_mul(ctx.q1, ctx.s, ctx.s, ctx.bn_ctx))
94 if (!BN_div(ctx.q1, ctx.qr, ctx.q1, ctx.m, ctx.bn_ctx))
97 if (BN_num_bytes(ctx.q1) > SGX_MODULUS_SIZE) {
99 BN_num_bytes(ctx.q1));
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1617 struct bna_rxq *q0 = NULL, *q1 = NULL; local
1630 GET_RXQS(rxp, q0, q1);
1636 &q1->qpt);
1638 htons((u16)q1->buffer_size);
1832 struct bna_rxq *q1)
1841 rxp->rxq.slr.small = q1;
1845 rxp->rxq.hds.hdr = q1;
2090 struct bna_rxq *q0 = NULL, *q1 = NULL; local
2100 GET_RXQS(rxp, q0, q1);
2111 if (q1) {
1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, struct bna_rxq *q1) argument
2260 struct bna_rxq *q1; local
2487 struct bna_rxq *q1 = NULL; local
[all...]
H A Dbna.h181 #define GET_RXQS(rxp, q0, q1) do { \
185 (q1) = NULL; \
189 (q1) = rxp->rxq.slr.small; \
193 (q1) = rxp->rxq.hds.hdr; \
/linux-master/crypto/
H A Dtwofish_common.c43 /* These two tables are the q0 and q1 permutations, exactly as described in
71 static const u8 q1[256] = { variable
96 /* These MDS tables are actually tables of MDS composed with q0 and q1,
102 * mds[0][i] = MDS (q1[i] 0 0 0)^T mds[1][i] = MDS (0 q0[i] 0 0)^T
103 * mds[2][i] = MDS (0 0 q1[i] 0)^T mds[3][i] = MDS (0 0 0 q0[i])^T
395 * S-box entries, preprocessed through q0 and q1. */
480 * are the index numbers preprocessed through the q0 and q1 tables
486 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
487 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
493 ctx->s[1][i] = mds[1][q0[q1[(
[all...]
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c816 unsigned long q, q1, q2; local
826 q1 = DIV_ROUND_UP(fref1, rate);
828 /* Scale q1 if it's too big */
829 if (q1 > 256) {
830 /* Scale q1 to range [1, 512] */
831 scale = fls_long(q1 - 1);
833 q1 >>= scale - 9;
838 q1 += q1 & 1;
842 scale = __ffs(q1);
[all...]
/linux-master/arch/x86/include/asm/
H A Dsgx.h389 * @q1: a value used in RSA signature verification
402 u8 q1[SGX_MODULUS_SIZE]; member in struct:sgx_sigstruct
/linux-master/drivers/scsi/
H A Dadvansys.c314 ASC_SCSIQ_1 q1; member in struct:asc_scsi_q
2494 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag,
2499 (ulong)le32_to_cpu(q->q1.data_addr),
2500 (ulong)le32_to_cpu(q->q1.data_cnt),
2501 (ulong)le32_to_cpu(q->q1.sense_addr), q->q1.sense_len);
2505 (ulong)q->sg_head, q->q1.sg_queue_cnt);
7443 asc_scsi_q->q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id);
7444 asc_scsi_q->q1.target_lun = scp->device->lun;
7447 asc_scsi_q->q1
[all...]
/linux-master/arch/arm64/include/asm/
H A Dfpsimdmacros.h12 stp q0, q1, [\state, #16 * 0] variable
48 ldp q0, q1, [\state, #16 * 0] variable
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace-asm.S29 ldp q0, q1, [x7]
151 stp q0, q1, [x7]
/linux-master/drivers/clk/
H A Dclk-versaclock7.c279 u32 q1, q0; local
338 * We wish to compute q1 = [n3 n2 n1] / [d1 d0].
339 * Estimate q1 as [n3 n2] / [d1], and then correct it.
340 * Note while qhat may be 2 digits, q1 is always 1 digit.
347 q1 = (u32)qhat;
350 rem = numhi * b + num1 - q1 * den;
366 return ((u64)q1 << 32) | q0;
/linux-master/lib/crypto/mpi/
H A Dec.c1255 MPI_POINT q1, q2, prd, sum; local
1282 q1 = &p1;
1291 point_swap_cond(q1, q2, sw, ctx);
1292 montgomery_ladder(prd, sum, q1, q2, point->x, ctx);
1294 t = q1; q1 = prd; prd = t;
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S133 ldp q0, q1, [x2]
241 stp q0, q1, [x2]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2650 struct sge_rspq *q1 = &adap->sge.qs[1].rspq; local
2652 t3_write_reg(adap, A_SG_GTS, V_RSPQ(q1->cntxt_id) |
2653 V_NEWTIMER(q1->next_holdoff) |
2654 V_NEWINDEX(q1->cidx));
2722 struct sge_rspq *q1 = &adap->sge.qs[1].rspq; local
2728 is_new_response(&q1->desc[q1->cidx], q1);
2738 process_responses_gts(adap, q1);
H A Dcxgb3_main.c2153 int q1 = pi->first_qset; local
2189 q1 = 0;
2196 if (t.qset_idx < q1)
2198 if (t.qset_idx > q1 + nqsets - 1)
2254 int q1 = pi->first_qset; local
2266 q1 = 0;
2277 q = &adapter->params.sge.qset[q1 + t.qset_idx];
2288 t.qnum = q1;
2291 t.vector = adapter->msix_info[q1 + t.qset_idx + 1].vec;

Completed in 519 milliseconds

12