/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | chacha-neon-core.S | 73 vadd.i32 q0, q0, q1 79 veor q4, q1, q2 80 vshl.u32 q1, q4, #12 81 vsri.u32 q1, q4, #20 84 vadd.i32 q0, q0, q1 91 veor q4, q1, q2 92 vshl.u32 q1, q4, #7 93 vsri.u32 q1, q4, #25 96 vext.8 q1, q1, q [all...] |
H A D | crc32-ce-core.S | 134 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 D | aes-ce-core.S | 50 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 D | aes-neonbs-core.S | 455 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 D | crct10dif-ce-core.S | 167 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...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | crc32-ce-core.S | 134 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 D | chacha-neon-core.S | 74 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 D | aes-ce-core.S | 50 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 D | aes-neonbs-core.S | 455 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 D | crct10dif-ce-core.S | 167 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...] |
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | udivmodti4.c | 14 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local 25 q1 = 0; in _fp_udivmodti4() 36 udiv_qrnnd (q1, n1, 0, n1, d0); in _fp_udivmodti4() 64 q1 = 0; in _fp_udivmodti4() 81 leading quotient digit q1 = 1). in _fp_udivmodti4() 87 q1 = 1; in _fp_udivmodti4() 102 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4() 123 q1 = 0; in _fp_udivmodti4() 152 q1 = 0; in _fp_udivmodti4() 180 q1 in _fp_udivmodti4() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | udivmodti4.c | 14 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local 25 q1 = 0; in _fp_udivmodti4() 36 udiv_qrnnd (q1, n1, 0, n1, d0); in _fp_udivmodti4() 64 q1 = 0; in _fp_udivmodti4() 81 leading quotient digit q1 = 1). in _fp_udivmodti4() 87 q1 = 1; in _fp_udivmodti4() 102 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4() 123 q1 = 0; in _fp_udivmodti4() 152 q1 = 0; in _fp_udivmodti4() 180 q1 in _fp_udivmodti4() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
H A D | sigstruct.c | 30 BIGNUM *q1; member 40 BN_free(ctx->q1); in free_q1q2_ctx() 51 ctx->q1 = BN_new(); in alloc_q1q2_ctx() 55 if (!ctx->bn_ctx || !ctx->s || !ctx->m || !ctx->q1 || !ctx->qr || in alloc_q1q2_ctx() 80 static bool calc_q1q2(const uint8_t *s, const uint8_t *m, uint8_t *q1, in calc_q1q2() argument 91 if (!BN_mul(ctx.q1, ctx.s, ctx.s, ctx.bn_ctx)) in calc_q1q2() 94 if (!BN_div(ctx.q1, ctx.qr, ctx.q1, ctx.m, ctx.bn_ctx)) in calc_q1q2() 97 if (BN_num_bytes(ctx.q1) > SGX_MODULUS_SIZE) { in calc_q1q2() 99 BN_num_bytes(ctx.q1)); in calc_q1q2() [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs.h | 325 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 D | hmdfs.h | 325 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-5.10/crypto/ |
H A D | twofish_common.c | 43 /* 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...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_common.c | 43 /* 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...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 1617 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start() local 1630 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start() 1636 &q1->qpt); in bna_bfi_rx_enet_start() 1638 htons((u16)q1->buffer_size); in bna_bfi_rx_enet_start() 1832 struct bna_rxq *q1) in bna_rxp_add_rxqs() 1841 rxp->rxq.slr.small = q1; in bna_rxp_add_rxqs() 1845 rxp->rxq.hds.hdr = q1; in bna_rxp_add_rxqs() 2090 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start_rsp() local 2100 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start_rsp() 2111 if (q1) { in bna_bfi_rx_enet_start_rsp() 1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, struct bna_rxq *q1) bna_rxp_add_rxqs() argument 2260 struct bna_rxq *q1; bna_rx_create() local 2487 struct bna_rxq *q1 = NULL; bna_rx_destroy() local [all...] |
H A D | bna.h | 181 #define GET_RXQS(rxp, q0, q1) do { \ 185 (q1) = NULL; \ 189 (q1) = rxp->rxq.slr.small; \ 193 (q1) = rxp->rxq.hds.hdr; \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 1617 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start() local 1630 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start() 1636 &q1->qpt); in bna_bfi_rx_enet_start() 1638 htons((u16)q1->buffer_size); in bna_bfi_rx_enet_start() 1832 struct bna_rxq *q1) in bna_rxp_add_rxqs() 1841 rxp->rxq.slr.small = q1; in bna_rxp_add_rxqs() 1845 rxp->rxq.hds.hdr = q1; in bna_rxp_add_rxqs() 2090 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start_rsp() local 2100 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start_rsp() 2111 if (q1) { in bna_bfi_rx_enet_start_rsp() 1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, struct bna_rxq *q1) bna_rxp_add_rxqs() argument 2260 struct bna_rxq *q1; bna_rx_create() local 2487 struct bna_rxq *q1 = NULL; bna_rx_destroy() local [all...] |
H A D | bna.h | 181 #define GET_RXQS(rxp, q0, q1) do { \ 185 (q1) = NULL; \ 189 (q1) = rxp->rxq.slr.small; \ 193 (q1) = rxp->rxq.hds.hdr; \
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pxa2xx.c | 816 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local 826 q1 = DIV_ROUND_UP(fref1, rate); in quark_x1000_get_clk_div() 828 /* Scale q1 if it's too big */ in quark_x1000_get_clk_div() 829 if (q1 > 256) { in quark_x1000_get_clk_div() 830 /* Scale q1 to range [1, 512] */ in quark_x1000_get_clk_div() 831 scale = fls_long(q1 - 1); in quark_x1000_get_clk_div() 833 q1 >>= scale - 9; in quark_x1000_get_clk_div() 838 q1 += q1 & 1; in quark_x1000_get_clk_div() 842 scale = __ffs(q1); in quark_x1000_get_clk_div() [all...] |
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | sharefs.h | 222 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 D | sharefs.h | 223 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 D | memcmp.S | 73 vsub.i8 q1, q1, q3 @ q1: Difference of the last 16 bytes
|