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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h 40 #define OPT_CAST(x) (x *)
45 #define OPT_CAST(x)
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 62 #define OPT_CAST(x)
372 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
2500 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);

Completed in 23 milliseconds