Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dchacha-neon-core.S78 vadd.i32 q2, q2, q3
79 veor q4, q1, q2
90 vadd.i32 q2, q2, q3
91 veor q4, q1, q2
98 vext.8 q2, q2, q2, #8
108 vadd.i32 q2, q
[all...]
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 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 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...]
/kernel/linux/linux-6.6/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 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...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs.h325 static inline bool qstr_case_eq(const struct qstr *q1, const struct qstr *q2) in qstr_case_eq() argument
327 return q1->len == q2->len && str_n_case_eq(q1->name, q2->name, q2->len); in qstr_case_eq()
330 static inline bool qstr_eq(const struct qstr *q1, const struct qstr *q2) in qstr_eq() argument
332 return q1->len == q2->len && !strncmp(q1->name, q2->name, q2->len); in qstr_eq()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs.h325 static inline bool qstr_case_eq(const struct qstr *q1, const struct qstr *q2) in qstr_case_eq() argument
327 return q1->len == q2->len && str_n_case_eq(q1->name, q2->name, q2->len); in qstr_case_eq()
330 static inline bool qstr_eq(const struct qstr *q1, const struct qstr *q2) in qstr_eq() argument
332 return q1->len == q2->len && !strncmp(q1->name, q2->name, q2->len); in qstr_eq()
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dsigstruct.c32 BIGNUM *q2; member
42 BN_free(ctx->q2); in free_q1q2_ctx()
53 ctx->q2 = BN_new(); in alloc_q1q2_ctx()
56 !ctx->q2) { in alloc_q1q2_ctx()
81 uint8_t *q2) in calc_q1q2()
103 if (!BN_mul(ctx.q2, ctx.s, ctx.qr, ctx.bn_ctx)) in calc_q1q2()
106 if (!BN_div(ctx.q2, NULL, ctx.q2, ctx.m, ctx.bn_ctx)) in calc_q1q2()
109 if (BN_num_bytes(ctx.q2) > SGX_MODULUS_SIZE) { in calc_q1q2()
111 BN_num_bytes(ctx.q2)); in calc_q1q2()
80 calc_q1q2(const uint8_t *s, const uint8_t *m, uint8_t *q1, uint8_t *q2) calc_q1q2() argument
[all...]
/kernel/linux/linux-5.10/fs/sharefs/
H A Dsharefs.h222 static inline bool qstr_case_eq(const struct qstr *q1, const struct qstr *q2) in qstr_case_eq() argument
224 return q1->len == q2->len && str_n_case_eq(q1->name, q2->name, q2->len); in qstr_case_eq()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dsharefs.h223 static inline bool qstr_case_eq(const struct qstr *q1, const struct qstr *q2) in qstr_case_eq() argument
225 return q1->len == q2->len && str_n_case_eq(q1->name, q2->name, q2->len); in qstr_case_eq()
/kernel/liteos_a/lib/libc/musl/src/arch/arm/
H A Dmemcmp.S72 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes
145 vsub.i8 q0, q0, q2
H A Dmemset.S76 vmov q2, q0
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dfpsimdmacros.h11 stp q2, q3, [\state, #16 * 2] variable
47 ldp q2, q3, [\state, #16 * 2] variable
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-pxa2xx.c816 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local
851 q2 = DIV_ROUND_UP(fref2, rate); in quark_x1000_get_clk_div()
852 r2 = abs(fref2 / q2 - rate); in quark_x1000_get_clk_div()
856 * can't go case 2 if q2 is greater than 256 since SCR register can in quark_x1000_get_clk_div()
859 if (r2 >= r1 || q2 > 256) { in quark_x1000_get_clk_div()
866 q = q2; in quark_x1000_get_clk_div()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsgx.h390 * @q2: a value used in RSA signature verification
403 u8 q2[SGX_MODULUS_SIZE]; member
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dfpsimdmacros.h13 stp q2, q3, [\state, #16 * 2] variable
49 ldp q2, q3, [\state, #16 * 2] variable
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S134 ldp q2, q3, [x2, #16 * 2]
242 stp q2, q3, [x2, #16 * 2]
/kernel/linux/linux-5.10/lib/mpi/
H A Dec.c1255 MPI_POINT q1, q2, prd, sum; in mpi_ec_mul_point() local
1284 q2 = &p2; in mpi_ec_mul_point()
1292 point_swap_cond(q1, q2, sw, ctx); in mpi_ec_mul_point()
1293 montgomery_ladder(prd, sum, q1, q2, point->x, ctx); in mpi_ec_mul_point()
1296 t = q2; q2 = sum; sum = t; in mpi_ec_mul_point()
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dec.c1255 MPI_POINT q1, q2, prd, sum; in mpi_ec_mul_point() local
1283 q2 = &p2; in mpi_ec_mul_point()
1291 point_swap_cond(q1, q2, sw, ctx); in mpi_ec_mul_point()
1292 montgomery_ladder(prd, sum, q1, q2, point->x, ctx); in mpi_ec_mul_point()
1295 t = q2; q2 = sum; sum = t; in mpi_ec_mul_point()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-pxa2xx.c830 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local
865 q2 = DIV_ROUND_UP(fref2, rate); in quark_x1000_get_clk_div()
866 r2 = abs(fref2 / q2 - rate); in quark_x1000_get_clk_div()
870 * can't go case 2 if q2 is greater than 256 since SCR register can in quark_x1000_get_clk_div()
873 if (r2 >= r1 || q2 > 256) { in quark_x1000_get_clk_div()
880 q = q2; in quark_x1000_get_clk_div()

Completed in 17 milliseconds

12