Home
last modified time | relevance | path

Searched refs:t6 (Results 1 – 6 of 6) sorted by relevance

/openssl-master/crypto/bn/asm/
A Dppc64-mont.pl615 add $t6,$t6,$carry
678 addc $t6,$t6,$carry
704 addc $t6,$t6,$carry
782 add $t6,$t6,$carry
830 addc $t6,$t6,$carry
853 addc $t6,$t6,$carry
878 addc $t6,$t6,$carry
1142 add $t6,$t6,$carry
1330 add $t6,$t6,$carry
1460 addc $t6,$t6,$ovf
[all …]
/openssl-master/crypto/aes/asm/
A Daes-mips.pl189 rotr $t6,$t6,16
196 xor $t2,$t6
217 xor $t2,$t6
350 rotr $t6,$t6,16
405 xor $t2,$t6
421 xor $t2,$t6
592 _ins $t6,8
620 _ins $t6,0
793 rotr $t6,$t6,16
953 rotr $t6,$t6,16
[all …]
/openssl-master/crypto/modes/asm/
A Daes-gcm-armv8_64.pl201 my $t6="v31";
522 eor $t6.8b, $t6.8b, $res2.8b @ GHASH block 4k+2 - mid
554 ins $t6.d[1], $t6.d[0] @ GHASH block 4k+2 - mid
576 pmull2 $t6.1q, $t6.2d, $h12k.2d @ GHASH block 4k+2 - mid
734 eor $t6.8b, $t6.8b, $res2.8b @ GHASH block 4k+2 - mid
744 ins $t6.d[1], $t6.d[0] @ GHASH block 4k+2 - mid
754 pmull2 $t6.1q, $t6.2d, $h12k.2d @ GHASH block 4k+2 - mid
1372 eor $t6.8b, $t6.8b, $res2.8b @ GHASH block 4k+2 - mid
1382 ins $t6.d[1], $t6.d[0] @ GHASH block 4k+2 - mid
1940 my $t6="v31";
[all …]
A Dghashp8-ppc.pl152 my ($t4,$t5,$t6) = ($Hl,$H,$Hh);
162 vpmsumd $t6,$Xl1,$xC2 # 1st reduction phase
176 vxor $Xl1,$Xl1,$t6
/openssl-master/crypto/ec/asm/
A Decp_nistz256-sparcv9.pl195 ld [$ap+24],$t6
203 mulx $t6,$bi,$t6
230 ld [$ap+24],$t6
288 mulx $t6,$bi,$t6
301 add @acc[6],$t6,$t6
526 subccc $t6, 1,$t6
537 addccc $t6,$bi,$t6
915 or $t7,$t6,$t6
933 or $t7,$t6,$t6
1185 or $t7,$t6,$t6
[all …]
/openssl-master/crypto/ec/
A Decp_smpl.c1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_step() local
1577 t6 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_step()
1579 if (t6 == NULL in ossl_ec_GFp_simple_ladder_step()
1585 || !BN_mod_add_quick(t5, t6, t5, group->field) in ossl_ec_GFp_simple_ladder_step()
1586 || !BN_mod_add_quick(t6, t3, t4, group->field) in ossl_ec_GFp_simple_ladder_step()
1656 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_post() local
1675 t6 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_post()
1677 if (t6 == NULL in ossl_ec_GFp_simple_ladder_post()
1680 || !group->meth->field_mul(group, t6, s->Z, t6, ctx) in ossl_ec_GFp_simple_ladder_post()
1692 || !group->meth->field_mul(group, t6, t6, t1, ctx) in ossl_ec_GFp_simple_ladder_post()
[all …]

Completed in 28 milliseconds