Home
last modified time | relevance | path

Searched refs:na (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/bn/asm/
H A Dco-586.pl28 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
41 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
56 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
85 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
168 $na=($ai-1);
173 $na=$as+($i < ($num-1));
177 &mul_add_c($a,$ai,$b,$bi,$c0,$c1,$c2,$v,$i,$na,$nb);
256 $na=$ai-1;
261 $na=$as+($i < ($num-1));
267 $c0,$c1,$c2,$v,$i,$na,$nb);
[all …]
H A Dsparcv9a-mont.pl233 fxtod $na,$na
242 fmuld $nlo,$na,$nloa
253 fmuld $nhi,$na,$nhia
300 fmuld $nlo,$na,$nloa
324 fmuld $nhi,$na,$nhia
387 fmuld $nlo,$na,$nloa
412 fmuld $nhi,$na,$nhia
549 fxtod $na,$na
558 fmuld $nlo,$na,$nloa
569 fmuld $nhi,$na,$nhia
[all …]
H A Dppc64-mont.pl389 fcfid $na,$na
439 fmadd $T1a,$N1,$na,$T1a
441 fmadd $T2a,$N2,$na,$T2a
443 fmadd $T3a,$N3,$na,$T3a
445 fmadd $T0a,$N0,$na,$T0a
583 fmadd $T1a,$N1,$na,$T1a
586 fmadd $T2a,$N2,$na,$T2a
589 fmadd $T3a,$N3,$na,$T3a
592 fmadd $T0a,$N0,$na,$T0a
665 fmadd $T1a,$N1,$na,$T1a
[all …]
/openssl/test/
H A Dlist_test.c37 int i, na = 0, nb = 0; in test_fizzbuzz() local
51 na++; in test_fizzbuzz()
60 || !TEST_size_t_eq(ossl_list_fizz_num(&a), na) in test_fizzbuzz()
67 || !TEST_int_eq(ossl_list_fizz_tail(&a)->n, na * 3) in test_fizzbuzz()
73 if (!TEST_size_t_eq(ossl_list_fizz_num(&a), --na) in test_fizzbuzz()
/openssl/crypto/bn/
H A Dbn_mul.c622 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()
630 itmp = na; in bn_mul_normal()
631 na = nb; in bn_mul_normal()
638 rr = &(r[na]); in bn_mul_normal()
640 (void)bn_mul_words(r, a, na, 0); in bn_mul_normal()
643 rr[0] = bn_mul_words(r, a, na, b[0]); in bn_mul_normal()
648 rr[1] = bn_mul_add_words(&(r[1]), a, na, b[1]); in bn_mul_normal()
651 rr[2] = bn_mul_add_words(&(r[2]), a, na, b[2]); in bn_mul_normal()
654 rr[3] = bn_mul_add_words(&(r[3]), a, na, b[3]); in bn_mul_normal()
[all …]
H A DREADME.pod35 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b,
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 Dbn_local.h644 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb);
/openssl/crypto/x509/
H A Dv3_admis.c280 void ADMISSIONS_set0_namingAuthority(ADMISSIONS *a, NAMING_AUTHORITY *na) in ADMISSIONS_set0_namingAuthority() argument
283 a->namingAuthority = na; in ADMISSIONS_set0_namingAuthority()
315 NAMING_AUTHORITY *na) in PROFESSION_INFO_set0_namingAuthority() argument
318 pi->namingAuthority = na; in PROFESSION_INFO_set0_namingAuthority()
/openssl/doc/man7/
H A Dpassphrase-encoding.pod95 encoding was ISO-8859-1 (i.e. "naïve" resulting in the byte sequence 0x6E 0x61
97 is UTF-8 (i.e. "naïve" resulting in the byte sequence 0x6E 0x61 0xC3 0xAF 0x76
148 Do a naïve (i.e. purely mathematical) ISO-8859-1 to UTF-8 conversion and try
156 0x83 0xC2 0xAF when re-encoded in the naïve manner.
/openssl/doc/man3/
H A DADMISSIONS.pod71 void ADMISSIONS_set0_namingAuthority(ADMISSIONS *a, NAMING_AUTHORITY *na);
82 PROFESSION_INFO *pi, NAMING_AUTHORITY *na);
/openssl/include/openssl/
H A Dx509v3.h.in1004 void ADMISSIONS_set0_namingAuthority(ADMISSIONS *a, NAMING_AUTHORITY *na);
1014 PROFESSION_INFO *pi, NAMING_AUTHORITY *na);
/openssl/
H A DCHANGES.md1994 *Jan Lána*

Completed in 68 milliseconds