OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_is_one
(Results
1 - 5
of
5
) sorted by relevancy
/src/games/factor/
factor.c
109
#define
BN_is_one
(v) (*(v) == 1)
214
if (
BN_is_one
(val)) {
228
for (fact = &prime[0]; !
BN_is_one
(val); ++fact) {
353
if (
BN_is_one
(base))
361
if (!
BN_is_one
(x)) {
369
if (
BN_is_one
(num))
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h
53
#define
BN_is_one
PGPV_BN_is_one
/src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_lib.c
908
int
BN_is_one
(const BIGNUM *a)
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c
1039
int
BN_is_one
(const BIGNUM *a)
/src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_lib.c
953
int
BN_is_one
(const BIGNUM *a)
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026