Searched defs:BN_BITS4 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dinternal.h144 #define BN_BITS4 32 macro
164 #define BN_BITS4 16 macro
214 #define HBITS(a) (((a) >> BN_BITS4) & BN_MASK2l)
215 #define L2HBITS(a) (((a) << BN_BITS4) & BN_MASK2)
/external/openssl/apps/
H A Dgenrsa.c287 l<<=BN_BITS4; local
288 l<<=BN_BITS4; local
/external/openssl/crypto/bn/
H A Dbn.h185 #define BN_BITS4 32 macro
213 #define BN_BITS4 32 macro
242 #define BN_BITS4 16 macro
/external/openssl/include/openssl/
H A Dbn.h185 #define BN_BITS4 32 macro
213 #define BN_BITS4 32 macro
242 #define BN_BITS4 16 macro

Completed in 968 milliseconds