OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_mul_word
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/bn/
bn_word.c
224
int
BN_mul_word
(BIGNUM *a, BN_ULONG w)
/libcore/luni/src/main/java/java/math/
NativeBN.java
107
public static native boolean
BN_mul_word
(int a, int w);
109
// int
BN_mul_word
(BIGNUM *a, BN_ULONG w);
BigInt.java
283
Check(NativeBN.
BN_mul_word
(this.bignum, w));
Completed in 979 milliseconds