OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:twosComp2bn
(Results
1 - 2
of
2
) sorted by null
/dalvik/libcore/openssl/src/main/java/org/openssl/
NativeBN.java
64
public static native boolean
twosComp2bn
(byte[] s, int len, int ret);
/dalvik/libcore/math/src/main/java/java/math/
BigInt.java
198
Check(NativeBN.
twosComp2bn
(a, a.length, this.bignum));
Completed in 14 milliseconds