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_cmp
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
bn.h
52
#define
BN_cmp
hc_BN_cmp
111
int
BN_cmp
(const BIGNUM *, const BIGNUM *);
bn.c
217
BN_cmp
(const BIGNUM *bn1, const BIGNUM *bn2)
undef.h
71
#undef
BN_cmp
/src/games/factor/
factor.c
107
#define
BN_cmp
(a, b) (*(a) - *(b))
244
if (
BN_cmp
(bnfact, val) > 0 ||
290
if (val != NULL &&
BN_cmp
(val, sval) == 0) {
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h
63
#define
BN_cmp
PGPV_BN_cmp
/src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_lib.c
618
int
BN_cmp
(const BIGNUM *a, const BIGNUM *b)
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c
742
int
BN_cmp
(const BIGNUM *a, const BIGNUM *b)
/src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_lib.c
653
int
BN_cmp
(const BIGNUM *a, const BIGNUM *b)
/src/sbin/nvmectl/
bignum.c
5405
if (
BN_cmp
(__UNCONST(a), __UNCONST(b)) >= 0) {
5483
BN_cmp
(BIGNUM *a, BIGNUM *b)
5760
while (
BN_cmp
(i, one) > 0) {
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c
5422
BN_cmp
(BIGNUM *a, BIGNUM *b)
Completed in 68 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026