Home
last modified time | relevance | path

Searched refs:BN_CAN_USE_INLINE_ASM (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c67 #if !defined(BN_CAN_DIVIDE_ULLONG) && !defined(BN_CAN_USE_INLINE_ASM)
158 #if defined(BN_CAN_USE_INLINE_ASM) && defined(OPENSSL_X86) in bn_div_rem_words()
163 #elif defined(BN_CAN_USE_INLINE_ASM) && defined(OPENSSL_X86_64) in bn_div_rem_words()
Dinternal.h189 #define BN_CAN_USE_INLINE_ASM in OPENSSL_MSVC_PRAGMA() macro