Home
last modified time | relevance | path

Searched refs:is_neg (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dbntests.pl83 my $neg = $a->is_neg() ? !$b->is_neg() : $b->is_neg();
/openssl/crypto/ec/
H A Dec_mult.c720 int is_neg; in ossl_ec_wNAF_mul() local
723 is_neg = digit < 0; in ossl_ec_wNAF_mul()
725 if (is_neg) in ossl_ec_wNAF_mul()
728 if (is_neg != r_is_inverted) { in ossl_ec_wNAF_mul()

Completed in 7 milliseconds