Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for t0 (0.05 sec)

  1. src/crypto/internal/nistec/p256_asm_amd64.s

    	MULQ p256ordK0<>(SB)
    	MOVQ AX, t0
    
    	MOVQ p256ord<>+0x00(SB), AX
    	MULQ t0
    	ADDQ AX, acc0
    	ADCQ $0, DX
    	MOVQ DX, t1
    
    	MOVQ p256ord<>+0x08(SB), AX
    	MULQ t0
    	ADDQ t1, acc1
    	ADCQ $0, DX
    	ADDQ AX, acc1
    
    	MOVQ t0, t1
    	ADCQ DX, acc2
    	ADCQ $0, t1
    	SUBQ t0, acc2
    	SBBQ $0, t1
    
    	MOVQ t0, AX
    	MOVQ t0, DX
    	MOVQ t0, acc0
    	SHLQ $32, AX
    	SHRQ $32, DX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_arm64.s

    	ADDS	acc2<<32, acc3, acc3
    	LSR	$32, acc2, t0
    	MUL	acc2, const1, t1
    	UMULH	acc2, const1, acc2
    	ADCS	t0, acc0
    	ADCS	t1, acc1
    	ADC	$0, acc2
    	// y[3] * x
    	MUL	y3, x0, t0
    	ADDS	t0, acc3
    	UMULH	y3, x0, t1
    
    	MUL	y3, x1, t0
    	ADCS	t0, acc4
    	UMULH	y3, x1, t2
    
    	MUL	y3, x2, t0
    	ADCS	t0, acc5
    	UMULH	y3, x2, t3
    
    	MUL	y3, x3, t0
    	ADCS	t0, acc6
    	UMULH	y3, x3, hlp0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256.go

    	z3.Sub(z3, t0)                               // Z3 := Z3 - t0
    	t3.Add(z3, z3)                               // t3 := Z3 + Z3
    	z3.Add(z3, t3)                               // Z3 := Z3 + t3
    	t3.Add(t0, t0)                               // t3 := t0 + t0
    	t0.Add(t3, t0)                               // t0 := t3 + t0
    	t0.Sub(t0, t2)                               // t0 := t0 - t2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. src/crypto/aes/gcm_amd64.s

    	MOVOU (16*0)(KS), B0
    	MOVOU (16*1)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*2)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*3)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*4)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*5)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*6)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*7)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*8)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*9)(KS), T0
    	AESENC T0, B0
    	MOVOU (16*10)(KS), T0
    	CMPQ NR, $12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm.go

    	//
    	p256Sqr(t0, x, 1)
    	p256Mul(t0, x, t0)
    	p256Sqr(t1, t0, 2)
    	p256Mul(t0, t0, t1)
    	p256Sqr(t1, t0, 4)
    	p256Mul(t0, t0, t1)
    	p256Sqr(t1, t0, 8)
    	p256Mul(t0, t0, t1)
    	p256Sqr(t1, t0, 16)
    	p256Mul(t0, t0, t1)
    	p256Sqr(t0, t0, 32)
    	p256Mul(t0, x, t0)
    	p256Sqr(t0, t0, 96)
    	p256Mul(t0, x, t0)
    	p256Sqr(t0, t0, 94)
    
    	p256Sqr(t1, t0, 1)
    	if p256Equal(t1, x) != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. src/crypto/aes/gcm_arm64.s

    	VPMULL	B0.D1, B2.D1, T1.Q1
    	VPMULL2	B0.D2, B2.D2, T0.Q1
    	VPMULL	B1.D1, B3.D1, T2.Q1
    	VEOR	T0.B16, T2.B16, T2.B16
    	VEOR	T1.B16, T2.B16, T2.B16
    	VEXT	$8, ZERO.B16, T2.B16, T3.B16
    	VEXT	$8, T2.B16, ZERO.B16, T2.B16
    	VEOR	T2.B16, T0.B16, T0.B16
    	VEOR	T3.B16, T1.B16, T1.B16
    	VPMULL	POLY.D1, T0.D1, T2.Q1
    	VEXT	$8, T0.B16, T0.B16, T0.B16
    	VEOR	T2.B16, T0.B16, T0.B16
    	VPMULL	POLY.D1, T0.D1, T2.Q1
    	VEXT	$8, T0.B16, T0.B16, T0.B16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  7. src/crypto/internal/edwards25519/field/fe.go

    func (v *Element) Pow22523(x *Element) *Element {
    	var t0, t1, t2 Element
    
    	t0.Square(x)             // x^2
    	t1.Square(&t0)           // x^4
    	t1.Square(&t1)           // x^8
    	t1.Multiply(x, &t1)      // x^9
    	t0.Multiply(&t0, &t1)    // x^11
    	t0.Square(&t0)           // x^22
    	t0.Multiply(&t1, &t0)    // x^31
    	t1.Square(&t0)           // x^62
    	for i := 1; i < 5; i++ { // x^992
    		t1.Square(&t1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/generate.go

    	z3.Sub(z3, t0)                           // Z3 := Z3 - t0
    	t3.Add(z3, z3)                           // t3 := Z3 + Z3
    	z3.Add(z3, t3)                           // Z3 := Z3 + t3
    	t3.Add(t0, t0)                           // t3 := t0 + t0
    	t0.Add(t3, t0)                           // t0 := t3 + t0
    	t0.Sub(t0, t2)                           // t0 := t0 - t2
    	t0.Mul(t0, z3)                           // t0 := t0 * Z3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. src/syscall/syscall_linux_test.go

    		{call: "Setegid(0)", fn: func() error { return syscall.Setegid(0) }, filter: "Gid:", expect: "\t0\t0\t0\t0"},
    
    		{call: "Seteuid(1)", fn: func() error { return syscall.Seteuid(1) }, filter: "Uid:", expect: "\t0\t1\t0\t1"},
    		{call: "Setuid(0)", fn: func() error { return syscall.Setuid(0) }, filter: "Uid:", expect: "\t0\t0\t0\t0"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. security/pkg/pki/util/keycertbundle_test.go

    	}{
    		{
    			name: "ttl valid",
    			ttl:  30,
    			time: t0.Add(time.Second * 30),
    		},
    		{
    			name: "ttl almost expired",
    			ttl:  2,
    			time: t0.Add(time.Second * 58),
    		},
    		{
    			name: "ttl just expired",
    			ttl:  0,
    			time: t0.Add(time.Second * 60),
    		},
    		{
    			name: "ttl-invalid",
    			ttl:  -30,
    			time: t0.Add(time.Second * 90),
    		},
    	}
    	for _, tc := range testCases {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jan 21 06:07:50 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top