OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_cmp
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/math/
NativeBN.java
27
public static native int
BN_cmp
(long a, long b);
28
// int
BN_cmp
(const BIGNUM *a, const BIGNUM *b);
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c
659
int
BN_cmp
(const BIGNUM *a, const BIGNUM *b)
/external/openssl/crypto/bn/
bn_lib.c
659
int
BN_cmp
(const BIGNUM *a, const BIGNUM *b)
Completed in 23 milliseconds