Searched refs:MP_WARRAY (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_sqr.c41 if ((a->used * 2 + 1) < MP_WARRAY &&
H A Dbn_mp_mul.c42 * have less than MP_WARRAY digits and the number of
48 if ((digs < MP_WARRAY) &&
H A Dbn_fast_s_mp_mul_digs.c39 mp_digit W[MP_WARRAY];
H A Dbn_fast_s_mp_mul_high_digs.c32 mp_digit W[MP_WARRAY];
H A Dbn_mp_montgomery_reduce.c34 if ((digs < MP_WARRAY) &&
H A Dbn_s_mp_mul_digs.c33 if (((digs) < MP_WARRAY) &&
H A Dbn_s_mp_mul_high_digs.c34 if (((a->used + b->used + 1) < MP_WARRAY)
H A Dbn_fast_mp_montgomery_reduce.c31 mp_word W[MP_WARRAY];
H A Dbn_fast_s_mp_sqr.c33 mp_digit W[MP_WARRAY], *tmpx;
H A Dbn_mp_exptmod_fast.c101 if (((P->used * 2 + 1) < MP_WARRAY) &&
H A Dtommath.h178 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c112 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1)) macro
501 * have less than MP_WARRAY digits and the number of
507 if ((digs < MP_WARRAY) &&
2115 if ((a->used * 2 + 1) < MP_WARRAY &&
2335 if (((digs) < MP_WARRAY) &&
2411 mp_digit W[MP_WARRAY];
2584 if (((a->used + b->used + 1) < MP_WARRAY)
2684 mp_word W[MP_WARRAY];
3007 if (((P->used * 2 + 1) < MP_WARRAY) &&
3241 mp_digit W[MP_WARRAY], *tmp
[all...]

Completed in 207 milliseconds