OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_free
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/math/
NativeBN.java
24
public static native void
BN_free
(long a);
25
// void
BN_free
(BIGNUM *a);
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c
256
void
BN_free
(BIGNUM *a)
471
BN_free
(t);
600
if (bn)
BN_free
(bn);
/external/openssl/crypto/bn/
bn_lib.c
256
void
BN_free
(BIGNUM *a)
471
BN_free
(t);
600
if (bn)
BN_free
(bn);
Completed in 26 milliseconds