HomeSort by relevance Sort by last modified time
    Searched refs:BN_LLONG (Results 1 - 12 of 12) sorted by null

  /external/openssl/crypto/bn/
bn_word.c 65 #ifndef BN_LLONG
79 #ifndef BN_LLONG
bn_asm.c 69 #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)
144 #else /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */
226 #endif /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */
228 #if defined(BN_LLONG) && defined(BN_DIV2W)
303 #endif /* !defined(BN_LLONG) && defined(BN_DIV2W) */
305 #ifdef BN_LLONG
340 #else /* !BN_LLONG */
391 #endif /* !BN_LLONG */
441 #ifdef BN_LLONG
528 #else /* !BN_LLONG */
    [all...]
bn_div.c 333 #ifdef BN_LLONG
336 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
365 #else /* !BN_LLONG */
402 #endif /* !BN_LLONG */
bn_print.c 369 #ifdef BN_LLONG
bn_lcl.h 324 #ifdef BN_LLONG
480 #endif /* !BN_LLONG */
bn.h 177 * BN_LLONG for the DEC Alpha */
203 * assembler code :-). Do NOT define BN_LLONG.
206 #undef BN_LLONG
228 #ifdef BN_LLONG
    [all...]
bn_nist.c 344 # elif defined(BN_LLONG)
    [all...]
  /external/openssl/crypto/
opensslconf.h.in 61 #undef BN_LLONG
opensslconf.h 229 #define BN_LLONG
  /external/openssl/include/openssl/
opensslconf.h 229 #define BN_LLONG
bn.h 177 * BN_LLONG for the DEC Alpha */
203 * assembler code :-). Do NOT define BN_LLONG.
206 #undef BN_LLONG
228 #ifdef BN_LLONG
    [all...]
  /external/openssl/crypto/bio/
b_print.c 79 #include <openssl/bn.h> /* To get BN_LLONG properly defined */
82 #if defined(BN_LLONG) || defined(SIXTY_FOUR_BIT)

Completed in 91 milliseconds