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

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_asm.c68 #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)
139 #else /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */
218 #endif /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */
220 #if defined(BN_LLONG) && defined(BN_DIV2W)
295 #endif /* !defined(BN_LLONG) && defined(BN_DIV2W) */
297 #ifdef BN_LLONG
333 #else /* !BN_LLONG */
382 #endif /* !BN_LLONG */
H A Dbn.h70 #undef BN_LLONG /* experimental, so far... */ macro
91 #undef BN_LLONG macro
95 * BN_LLONG for the DEC Alpha */
119 * assembler code :-). Do NOT define BN_LLONG.
122 #undef BN_LLONG macro
H A Dbn_div.c249 #ifdef BN_LLONG
252 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
276 #else /* !BN_LLONG */
303 #endif /* !BN_LLONG */
H A Dbn_lcl.h267 #ifdef BN_LLONG
396 #endif /* !BN_LLONG */
H A Dt_conf.c641 #ifndef BN_LLONG
651 #ifndef BN_LLONG

Completed in 86 milliseconds