Searched refs:OPT_CAST (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_init.c26 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
H A Dbn_mp_init_size.c29 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
H A Dbn_mp_shrink.c25 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {
H A Dbn_mp_fwrite.c29 buf = OPT_CAST(char) XMALLOC (len);
H A Dbn_mp_grow.c37 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
H A Dbn_mp_prime_random_ex.c55 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
H A Dtommath.h40 #define OPT_CAST(x) (x *) macro
45 #define OPT_CAST(x) macro
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c67 #define OPT_CAST(x) macro
367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
2488 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);

Completed in 171 milliseconds