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

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_opt.c77 #ifdef BN_LLONG
H A Dbn_word.c65 #ifndef BN_LLONG
78 #ifndef BN_LLONG
H A Dbn_div.c330 # ifdef BN_LLONG
333 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
361 # else /* !BN_LLONG */
400 # endif /* !BN_LLONG */
572 # ifdef BN_LLONG
575 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
603 # else /* !BN_LLONG */
642 # endif /* !BN_LLONG */
H A Dbn_asm.c69 #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)
157 #else /* !(defined(BN_LLONG) ||
250 #endif /* !(defined(BN_LLONG) ||
253 #if defined(BN_LLONG) && defined(BN_DIV2W)
326 #endif /* !defined(BN_LLONG) && defined(BN_DIV2W) */
328 #ifdef BN_LLONG
369 #else /* !BN_LLONG */
423 #endif /* !BN_LLONG */
494 # ifdef BN_LLONG
581 # else /* !BN_LLONG */
[all...]
H A Dbn_lcl.h297 # ifdef BN_LLONG
453 # endif /* !BN_LLONG */
H A Dbn.h123 * 64 bits :-(, don't define BN_LLONG for the DEC Alpha
149 * code :-). Do NOT define BN_LLONG.
152 # undef BN_LLONG macro
172 # ifdef BN_LLONG
/freebsd-9.3-release/secure/lib/libcrypto/
H A Dopensslconf-mips.h124 #undef BN_LLONG macro
126 #define BN_LLONG macro
H A Dopensslconf-powerpc.h120 #undef BN_LLONG macro
122 #define BN_LLONG macro
H A Dopensslconf-amd64.h115 #undef BN_LLONG macro
H A Dopensslconf-arm.h119 #define BN_LLONG macro
H A Dopensslconf-i386.h115 #define BN_LLONG macro
H A Dopensslconf-ia64.h119 #undef BN_LLONG macro
H A Dopensslconf-sparc64.h119 #undef BN_LLONG macro
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dopensslconf.h157 #undef BN_LLONG macro
H A Dopensslconf.h.in76 #undef BN_LLONG
/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A Dpq_compat.h78 # if (defined(THIRTY_TWO_BIT) && !defined(BN_LLONG)) || defined(SIXTEEN_BIT) || defined(EIGHT_BIT)
/freebsd-9.3-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 94 milliseconds