Home
last modified time | relevance | path

Searched refs:neg (Results 26 – 45 of 45) sorted by relevance

12

/openssl/engines/asm/
H A De_padlock-x86.pl219 &neg ("eax");
228 &neg ("eax");
244 &neg ("eax");
372 &neg ("ebp");
/openssl/crypto/bn/
H A Dbn_print.c36 if ((a->neg) && BIO_write(bp, "-", 1) != 1) in BN_print()
H A Dbn_sqr.c38 r->neg = 0; in bn_sqr_fixed_top()
94 rr->neg = 0; in bn_sqr_fixed_top()
H A Dbn_rand.c142 if (range->neg || BN_is_zero(range)) { in bnrand_range()
252 if (range->neg || BN_is_zero(range)) { in ossl_bn_priv_rand_range_fixed_top()
H A Dbn_intern.c179 a->neg = 0; in bn_set_static_words()
H A Dbn_x931p.c108 if (p->neg && !BN_add(p, p, p1p2)) in BN_X931_derive_prime_ex()
H A Dbn_local.h205 (void)ossl_assert((_top == 0 && !_bnum2->neg) || \
254 int neg; /* one if the number is negative */ member
H A DREADME.pod81 int neg; /* one if the number is negative */
93 bn.top=1. B<neg> is 1 if the number is negative. When a B<BIGNUM> is
/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl143 &neg ("ecx");
208 &neg ("ecx");
318 &neg ("ecx");
383 &neg ("ecx");
852 &neg ($key);
1136 &neg ($s2 eq "ecx" ? $s2 : "");
/openssl/crypto/ec/curve448/
H A Dcurve448.c92 static ossl_inline void cond_neg_niels(niels_t n, mask_t neg) in cond_neg_niels() argument
94 gf_cond_swap(n->a, n->b, neg); in cond_neg_niels()
95 gf_cond_neg(n->c, neg); in cond_neg_niels()
/openssl/crypto/bn/asm/
H A Dx86-mont.pl76 &neg ("edi");
78 &neg ("edi");
/openssl/crypto/
H A Dx86cpuid.pl343 &neg ("eax");
/openssl/crypto/rc4/asm/
H A Drc4-586.pl325 &neg ($idi);
/openssl/crypto/ec/asm/
H A Decp_nistz256-x86.pl1152 &neg ("ebp");
1204 &neg ("ebp"),
/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl341 &neg ("esi"); # do we choose hash-modulus?
1197 &neg ("esi"); # do we choose (hash-modulus) ...
1552 &neg ("eax"); # padbit
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl627 neg => 0x1f, not => 0x20,
/openssl/crypto/aes/asm/
H A Daes-586.pl1185 &neg ($s1);
1976 &neg ($s1);
2340 &neg ($s1);
H A Daesni-x86.pl254 &neg ($rounds);
286 &neg ($rounds);
327 &neg ($rounds);
373 &neg ($rounds);
/openssl/test/
H A Dbntest.c145 static unsigned int neg = 0; in rand_neg() local
148 return sign[(neg++) % 8]; in rand_neg()
/openssl/
H A DCHANGES.md12284 * BN_zero() only needs to set 'top' and 'neg' to zero for correct results,
12630 void BN_set_negative(BIGNUM *a, int neg);
12634 to avoid the need to access 'a->neg' directly in applications.
15335 * BN_div bugfix: If the result is 0, the sign (res->neg) must not be

Completed in 118 milliseconds

12