Searched refs:t1 (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/openssl/openssl-fips/inline-t4/ |
H A D | dh_check.c | 79 BIGNUM *t1 = NULL, *t2 = NULL; local 86 t1 = BN_CTX_get(ctx); 87 if (t1 == NULL) 100 if (!BN_mod_exp(t1, dh->g, dh->q, dh->p, ctx)) 102 if (!BN_is_one(t1)) 108 if (!BN_div(t1, t2, dh->p, dh->q, ctx)) 112 if (dh->j && BN_cmp(dh->j, t1)) 137 if (!BN_rshift1(t1, dh->p)) 139 if (!BN_is_prime_ex(t1, BN_prime_checks, ctx, NULL))
|
H A D | vis3-mont.pl | 83 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$anp)=map("%l$_",(0..7)); 84 ($ovf,$i)=($t0,$t1); 88 ld [$n0p+4], $t1 91 sllx $t1, 32, $n0 99 ld [$ap+4], $t1 103 sllx $t1, 32, $aj 114 ld [$np+4], $t1 118 sllx $t1, 32, $nj 152 ld [$ap+4], $t1 155 sllx $t1, 3 [all...] |
H A D | sparct4-mont.pl | 705 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz)=map("%l$_",(0..7)); 706 ($ovf,$i)=($t0,$t1); 709 ld [$n0p+4], $t1 712 sllx $t1, 32, $n0 957 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$ccr)=map("%l$_",(0..7)); 958 ($ovf,$i)=($t0,$t1); 964 ld [$n0p+4], $t1 966 sllx $t1, 32, $n0
|
Completed in 169 milliseconds