OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
331
#ifdef
BN_LLONG
334
#if defined(
BN_LLONG
) && defined(BN_DIV2W) && !defined(bn_div_words)
363
#else /* !
BN_LLONG
*/
400
#endif /* !
BN_LLONG
*/
bn_print.c
369
#ifdef
BN_LLONG
bn_lcl.h
317
#ifdef
BN_LLONG
473
#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
169
#define
BN_LLONG
opensslconf.h.in
61
#undef
BN_LLONG
/external/openssl/include/openssl/
opensslconf.h
169
#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 524 milliseconds