HomeSort by: relevance | last modified time | path
    Searched defs:MP_WARRAY (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h 178 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 115 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
506 * have less than MP_WARRAY digits and the number of
512 if ((digs < MP_WARRAY) &&
2122 if ((a->used * 2 + 1) < MP_WARRAY &&
2343 if (((digs) < MP_WARRAY) &&
2421 mp_digit W[MP_WARRAY];
2596 if (((a->used + b->used + 1) < MP_WARRAY)
2696 mp_word W[MP_WARRAY];
3019 if (((P->used * 2 + 1) < MP_WARRAY) &&
3253 mp_digit W[MP_WARRAY], *tmpx
    [all...]
  /src/sbin/nvmectl/
bignum.c 75 #define MP_WARRAY /*LINTED*/(1U << (((sizeof(mp_word) * CHAR_BIT) - (2 * DIGIT_BIT) + 1)))
2252 mp_digit W[MP_WARRAY];
2322 * have less than MP_WARRAY digits and the number of
2328 return (((unsigned)ndigits < MP_WARRAY) &&
2449 mp_digit W[MP_WARRAY];
3052 mp_digit W[MP_WARRAY], *tmpx;
3593 mp_word W[MP_WARRAY];
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 82 #define MP_WARRAY /*LINTED*/(1U << (((sizeof(mp_word) * CHAR_BIT) - (2 * DIGIT_BIT) + 1)))
2297 mp_digit W[MP_WARRAY];
2382 if (((unsigned)(digs) < MP_WARRAY) &&
2461 * have less than MP_WARRAY digits and the number of
2466 if (((unsigned)digs < MP_WARRAY) &&
2491 mp_digit W[MP_WARRAY];
2573 if (((unsigned)(a->used + b->used + 1) < MP_WARRAY)
3089 mp_digit W[MP_WARRAY], *tmpx;
3260 if (((unsigned)a->used * 2 + 1) < MP_WARRAY &&
3633 mp_word W[MP_WARRAY];
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 79 #define MP_WARRAY /*LINTED*/(1U << (((sizeof(mp_word) * CHAR_BIT) - (2 * DIGIT_BIT) + 1)))
2256 mp_digit W[MP_WARRAY];
2326 * have less than MP_WARRAY digits and the number of
2332 return (((unsigned)ndigits < MP_WARRAY) &&
2453 mp_digit W[MP_WARRAY];
3056 mp_digit W[MP_WARRAY], *tmpx;
3616 mp_word W[MP_WARRAY];

Completed in 86 milliseconds