/linux/arch/arm/crypto/ |
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, q1, #4 104 vadd.i32 q0, q0, q1 [all …]
|
H A D | crc32-ce-core.S | 136 vld1.8 {q1-q2}, [BUF, :128]! 156 vmull.p64 q1, d2, dCONSTANTl 161 veor.8 q1, q1, q5 170 veor.8 q1, q1, q5 183 vmull.p64 q1, d2, dCONSTANTl 184 veor.8 q1, q1, q5 185 veor.8 q1, q1, q2 188 vmull.p64 q1, d2, dCONSTANTl 189 veor.8 q1, q1, q5 190 veor.8 q1, q1, q3 [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, \key2 95 veor q1, q1, \key3 [all …]
|
H A D | curve25519-core.S | 26 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, q1, #26 162 vadd.i64 q5, q5, q1 [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, 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 [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, q1l, FOLD_CONST_L // high 32 bits * x^48 * (x^48 mod G(x)) 308 veor.8 q0, q0, q1 // + low bits [all …]
|
H A D | blake2b-neon-core.S | 78 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, q1, q9 // v[2..3] ^= h[2..3] 324 vst1.64 {q0-q1}, [ip]! // Store new h[0..3]
|
H A D | sha2-ce-core.S | 78 0: vld1.32 {q0-q1}, [r1]! 84 vrev32.8 q1, q1
|
/linux/Documentation/networking/ |
H A D | tls-offload-layers.svg | 1 …q1.265625 -1.34375 3.265625 -1.34375q1.9375 0 3.15625 1.328125q1.234375 1.3125 1.234375 3.703125q0…
|
H A D | tls-offload-reorder-bad.svg | 1 …q1.375 -0.640625 2.40625 -1.5625q1.03125 -0.921875 1.453125 -1.78125l1.0625 0l0 13.40625z" fill-ru…
|
H A D | tls-offload-reorder-good.svg | 1 …q1.375 -0.640625 2.40625 -1.5625q1.03125 -0.921875 1.453125 -1.78125l1.0625 0l0 13.40625z" fill-ru…
|
/linux/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 = 0; in _fp_udivmodti4() [all …]
|
/linux/tools/testing/selftests/sgx/ |
H A D | sigstruct.c | 30 BIGNUM *q1; 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() 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() 98 fprintf(stderr, "Too large Q1 in calc_q1q2() 29 BIGNUM *q1; global() member 79 calc_q1q2(const uint8_t * s,const uint8_t * m,uint8_t * q1,uint8_t * q2) calc_q1q2() argument [all...] |
/linux/drivers/mfd/ |
H A D | lp87565.c | 25 { .name = "lp87565-q1-regulator", }, 26 { .name = "lp87565-q1-gpio", }, 32 .compatible = "ti,lp87524-q1", 36 .compatible = "ti,lp87565-q1", 40 .compatible = "ti,lp87561-q1", 109 { "lp87565-q1" },
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb8-pisp-comp.rst | 48 (q1,q2) both in the range [384..511], they are coded using 9 bits for q1 50 0, 1 and 2: a 9-bit field encodes MIN(q1,q2) which must be in the range 51 [0..511] and a 7-bit field encodes (q2-q1+64) which must be in [0..127]. 54 on its inner neighbour q1 or q2. In quantization mode 2 where the inner 57 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2. 68 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded 69 by a 15-bit field: 2816*(q0>>4) + 16*q1 + (q0&15).
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | ti,lp87561-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87561-q1.yaml# 7 title: TI LP87561-Q1 single 4-phase output buck converter 14 const: ti,lp87561-q1 68 compatible = "ti,lp87561-q1";
|
H A D | ti,lp87565-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87565-q1.yaml# 7 title: TI LP87565-Q1 / LP87565 dual 2-phase output buck converter 16 - ti,lp87565-q1 76 compatible = "ti,lp87565-q1";
|
H A D | ti,lp87524-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87524-q1.yaml# 7 title: TI LP87524-Q1 four 1-phase output buck converter 14 const: ti,lp87524-q1 75 compatible = "ti,lp87524-q1";
|
/linux/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[(b) ^ sb] ^ sf] ^ sj]; \ [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | ti,pcm6240.yaml | 24 https://www.ti.com/lit/gpn/pcm3120-q1 25 https://www.ti.com/lit/gpn/pcm3140-q1 26 https://www.ti.com/lit/gpn/pcm5120-q1 27 https://www.ti.com/lit/gpn/pcm6120-q1 28 https://www.ti.com/lit/gpn/pcm6260-q1
|
H A D | tas5720.txt | 9 https://www.ti.com/product/TAS5720A-Q1 15 "ti,tas5720a-q1",
|
/linux/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() argument 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() [all …]
|
/linux/Documentation/misc-devices/ |
H A D | tps6594-pfsm.rst | 25 - tps6594-q1 26 - tps6593-q1 27 - lp8764-q1
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ti,ds90ub953.yaml | 18 - ti,ds90ub953-q1 19 - ti,ds90ub971-q1 85 compatible = "ti,ds90ub953-q1";
|
H A D | ti,ds90ub960.yaml | 22 - ti,ds90ub960-q1 23 - ti,ds90ub9702-q1 245 compatible = "ti,ds90ub960-q1"; 318 compatible = "ti,ds90ub953-q1"; 375 compatible = "ti,ds90ub913a-q1";
|