Searched refs:nb (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/bn/asm/ |
H A D | co-586.pl | 28 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 56 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 75 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb); 85 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 111 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb); 169 $nb=($bi+1); 174 $nb=$bs+($i >= ($num-1)); 257 $nb=$bi+1; 262 $nb=$bs+($i >= ($num-1)); 267 $c0,$c1,$c2,$v,$i,$na,$nb); [all …]
|
H A D | sparcv9a-mont.pl | 235 fxtod $nb,$nb 244 fmuld $nlo,$nb,$nlob 256 fmuld $nhi,$nb,$nhib 304 fmuld $nlo,$nb,$nlob 338 fmuld $nhi,$nb,$nhib 391 fmuld $nlo,$nb,$nlob 418 fmuld $nhi,$nb,$nhib 551 fxtod $nb,$nb 560 fmuld $nlo,$nb,$nlob 572 fmuld $nhi,$nb,$nhib [all …]
|
H A D | ppc64-mont.pl | 390 fcfid $nb,$nb 440 fmadd $T1b,$N1,$nb,$T1b 442 fmadd $T2b,$N2,$nb,$T2b 444 fmadd $T3b,$N3,$nb,$T3b 446 fmadd $T0b,$N0,$nb,$T0b 584 fmadd $T1b,$N1,$nb,$T1b 587 fmadd $T2b,$N2,$nb,$T2b 590 fmadd $T3b,$N3,$nb,$T3b 593 fmadd $T0b,$N0,$nb,$T0b 666 fmadd $T1b,$N1,$nb,$T1b [all …]
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_ppc.inc | 51 u64 nb = len / 16; 57 while (nb) { 59 if (nb > blocks_unused) { 61 nb -= blocks_unused; 65 len = nb * 16; 66 next_ctr = nb; 67 nb = 0;
|
/openssl/test/ |
H A D | list_test.c | 37 int i, na = 0, nb = 0; in test_fizzbuzz() local 55 nb++; in test_fizzbuzz() 61 || !TEST_size_t_eq(ossl_list_buzz_num(&b), nb) in test_fizzbuzz() 68 || !TEST_int_eq(ossl_list_buzz_head(&b)->n, nb * 5) in test_fizzbuzz() 74 || !TEST_size_t_eq(ossl_list_buzz_num(&b), --nb) in test_fizzbuzz()
|
/openssl/crypto/bn/ |
H A D | bn_mul.c | 622 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal() argument 626 if (na < nb) { in bn_mul_normal() 631 na = nb; in bn_mul_normal() 632 nb = itmp; in bn_mul_normal() 639 if (nb <= 0) { in bn_mul_normal() 646 if (--nb <= 0) in bn_mul_normal() 649 if (--nb <= 0) in bn_mul_normal() 652 if (--nb <= 0) in bn_mul_normal() 655 if (--nb <= 0) in bn_mul_normal()
|
H A D | README.pod | 36 int nb); 157 bn_mul_normal(B<r>, B<a>, B<na>, B<b>, B<nb>) operates on the B<na> 158 word array B<a>, the B<nb> word array B<b> and the B<na>+B<nb> word
|
H A D | bn_local.h | 644 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb);
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ecdh.txt | 2093 MGMCAQAwEAYHKoZIzj0CAQYFZysBBAUETDBKAgEBBBUCmngbaO2S//Ta0ZUhn/nb
|
Completed in 31 milliseconds