Home
last modified time | relevance | path

Searched refs:OPT_CAST (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_shrink.c23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
Dbn_mp_init.c24 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()
Dbn_mp_init_size.c27 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
Dbn_mp_grow.c35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
Dbn_mp_fwrite.c27 buf = OPT_CAST(char) XMALLOC (len); in mp_fwrite()
Dbn_mp_prime_random_ex.c53 tmp = OPT_CAST(unsigned char) XMALLOC(bsize); in mp_prime_random_ex()
Dtommath.h38 #define OPT_CAST(x) (x *) macro
43 #define OPT_CAST(x)
Dchanges.txt93 -- Henrik Goldman spotted a missing OPT_CAST in mp_fwrite()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c67 #define OPT_CAST(x) macro
375 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()
1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
2496 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c67 #define OPT_CAST(x) macro
367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
2488 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
/external/dropbear/libtommath/pre_gen/
Dmpi.c3126 buf = OPT_CAST(char) XMALLOC (len); in mp_fwrite()
3348 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
3398 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()
3621 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
6118 tmp = OPT_CAST(unsigned char) XMALLOC(bsize); in mp_prime_random_ex()
7216 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
/external/qemu/
Dsockets.c1105 #undef OPT_CAST in socket_getoption()