Searched refs:BN_LLONG (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/secure/lib/libcrypto/
H A Dopensslconf-powerpc.h141 #undef BN_LLONG macro
143 #define BN_LLONG macro
H A Dopensslconf-mips.h145 #undef BN_LLONG macro
147 #define BN_LLONG macro
H A Dopensslconf-x86.h148 #undef BN_LLONG macro
150 #define BN_LLONG macro
H A Dopensslconf-ia64.h131 #undef BN_LLONG macro
H A Dopensslconf-sparc64.h140 #undef BN_LLONG macro
H A Dopensslconf-arm.h140 #define BN_LLONG macro
/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_word.c65 #ifndef BN_LLONG
78 #ifndef BN_LLONG
H A Dbn_asm.c69 #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)
154 #else /* !(defined(BN_LLONG) ||
247 #endif /* !(defined(BN_LLONG) ||
250 #if defined(BN_LLONG) && defined(BN_DIV2W)
323 #endif /* !defined(BN_LLONG) && defined(BN_DIV2W) */
325 #ifdef BN_LLONG
366 #else /* !BN_LLONG */
423 #endif /* !BN_LLONG */
496 # ifdef BN_LLONG
583 # else /* !BN_LLONG */
[all...]
H A Dbn_div.c358 # ifdef BN_LLONG
361 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
389 # else /* !BN_LLONG */
428 # endif /* !BN_LLONG */
H A Dbn_print.c392 #ifdef BN_LLONG
H A Dbn_lcl.h319 # ifdef BN_LLONG
475 # endif /* !BN_LLONG */
H A Dbn.h179 * 64 bits :-(, don't define BN_LLONG for the DEC Alpha
207 * code :-). Do NOT define BN_LLONG.
210 # undef BN_LLONG macro
232 # ifdef BN_LLONG
H A Dbn_nist.c355 # elif defined(BN_LLONG)
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dopensslconf.h145 #undef BN_LLONG macro
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Db_print.c79 #include <openssl/bn.h> /* To get BN_LLONG properly defined */
82 #if defined(BN_LLONG) || defined(SIXTY_FOUR_BIT)

Completed in 86 milliseconds