| /linux/arch/arm/crypto/ |
| A D | chacha-neon-core.S | 97 vext.8 q1, q1, q1, #4 127 vext.8 q1, q1, q1, #12 167 vadd.i32 q1, q1, q9 168 veor q1, q1, q5 528 veor q1, q1, q12 535 veor q1, q1, q6 542 veor q1, q1, q14 549 veor q1, q1, q5 556 veor q1, q1, q13 563 veor q1, q1, q7 [all …]
|
| A D | crc32-ce-core.S | 161 veor.8 q1, q1, q5 170 veor.8 q1, q1, q5 184 veor.8 q1, q1, q5 185 veor.8 q1, q1, q2 189 veor.8 q1, q1, q5 190 veor.8 q1, q1, q3 194 veor.8 q1, q1, q5 195 veor.8 q1, q1, q4 206 veor.8 q1, q1, q5 207 veor.8 q1, q1, q2 [all …]
|
| A D | aes-ce-core.S | 80 veor q1, q1, \key3 95 veor q1, q1, \key3 259 vmov q5, q1 264 veor q1, q1, q4 361 veor q1, q1, q2 407 vmov q1, q7 420 veor q1, q1, q5 522 veor q1, q1, q5 528 veor q1, q1, q5 614 veor q1, q1, q5 [all …]
|
| A D | curve25519-core.S | 152 vadd.i64 q1, q4, q1 157 vshr.s64 q1, q1, #26 164 vshl.i64 q1, q1, #26 168 vsub.i64 q1, q4, q1 182 vshr.u32 q1, q1, #7 195 vshr.u32 q1, q1, #7 253 veor q1, q1, q10 386 vadd.i64 q1, q1, q8 405 vsub.i64 q1, q1, q12 418 vshr.s64 q1, q1, #25 [all …]
|
| 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 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 314 vmull.p64 q1, q0h, FOLD_CONST_H // high 32 bits * floor(x^48 / G(x)) 316 vmull.p64 q1, q1l, FOLD_CONST_L // *= G(x)
|
| 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]
|
| A D | aes-neonbs-core.S | 464 vmvn q1, q1 489 veor q11, q1, q9 537 veor q1, q1, q12 558 veor q11, q1, q9 607 veor q1, q1, q12 737 veor q1, q1, q9 780 vrev32.8 q1, q0 789 99: vmov q1, q0 804 next_ctr q1 839 veor q1, q1, q9 [all …]
|
| A D | sha2-ce-core.S | 78 0: vld1.32 {q0-q1}, [r1]! 84 vrev32.8 q1, q1
|
| /linux/Documentation/networking/ |
| 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…
|
| 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…
|
| 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/crypto/ |
| A D | twofish_common.c | 71 static const u8 q1[256] = { variable 495 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl]; 501 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \ 503 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp]; 544 q1[b ^ key[(j) + 17]], \ 649 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 652 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey() 662 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 665 CALC_K192 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey() 675 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() [all …]
|
| /linux/arch/powerpc/math-emu/ |
| 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() 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() 190 q[0] = q0; q[1] = q1; in _fp_udivmodti4()
|
| /linux/tools/testing/selftests/sgx/ |
| 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() 115 len = BN_bn2bin(ctx.q1, q1); in calc_q1q2() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| 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/drivers/net/ethernet/brocade/bna/ |
| A D | bna_tx_rx.c | 2111 if (q1) { in bna_bfi_rx_enet_start_rsp() 2122 if (q1) in bna_bfi_rx_enet_start_rsp() 2123 q1->rcb->producer_index = q1->rcb->consumer_index = 0; in bna_bfi_rx_enet_start_rsp() 2349 q1 = NULL; in bna_rx_create() 2405 if (q1) { in bna_rx_create() 2406 q1->rx = rx; in bna_rx_create() 2416 q1->rcb->rxq = q1; in bna_rx_create() 2422 q1->rx_packets = q1->rx_bytes = 0; in bna_rx_create() 2423 q1->rx_packets_with_error = q1->rxbuf_alloc_failed = 0; in bna_rx_create() 2448 if (q1) { in bna_rx_create() [all …]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| A D | ti,lp87561-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87561-q1.yaml# 14 const: ti,lp87561-q1 68 compatible = "ti,lp87561-q1";
|
| A D | ti,tps6594.yaml | 21 - ti,lp8764-q1 22 - ti,tps6593-q1 23 - ti,tps6594-q1 24 - ti,tps65224-q1 115 compatible = "ti,tps6593-q1";
|
| A D | ti,lp87565-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87565-q1.yaml# 16 - ti,lp87565-q1 76 compatible = "ti,lp87565-q1";
|
| A D | ti,lp87524-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87524-q1.yaml# 14 const: ti,lp87524-q1 75 compatible = "ti,lp87524-q1";
|
| /linux/Documentation/devicetree/bindings/media/i2c/ |
| A D | ti,ds90ub953.yaml | 18 - ti,ds90ub953-q1 19 - ti,ds90ub971-q1 85 compatible = "ti,ds90ub953-q1";
|
| 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";
|
| /linux/Documentation/misc-devices/ |
| A D | tps6594-pfsm.rst | 25 - tps6594-q1 26 - tps6593-q1 27 - lp8764-q1
|
| /linux/Documentation/devicetree/bindings/sound/ |
| 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
|
| /linux/drivers/spi/ |
| 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() 829 if (q1 > 256) { 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() 843 q1 >>= scale; in quark_x1000_get_clk_div() 862 q = q1; in quark_x1000_get_clk_div() 876 q1 = DIV_ROUND_UP(fref, rate); in quark_x1000_get_clk_div() [all …]
|