OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_mod_word
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_word.c
63
BN_ULONG
BN_mod_word
(const BIGNUM *a, BN_ULONG w)
/external/openssl/crypto/bn/
bn_word.c
63
BN_ULONG
BN_mod_word
(const BIGNUM *a, BN_ULONG w)
/libcore/luni/src/main/java/java/math/
NativeBN.java
90
public static native int
BN_mod_word
(long a, int w);
92
// BN_ULONG
BN_mod_word
(BIGNUM *a, BN_ULONG w);
Completed in 678 milliseconds