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

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_to_signed_bin.c19 int mp_to_signed_bin (mp_int * a, unsigned char *b) function
H A Dbn_mp_to_signed_bin_n.c25 return mp_to_signed_bin(a, b);
H A Dtommath.h528 int mp_to_signed_bin(mp_int *a, unsigned char *b);
541 #define mp_toraw(mp, str) mp_to_signed_bin((mp), (str))
H A Dbn.tex1763 int mp_to_signed_bin(mp_int *a, unsigned char *b);
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h193 mp_err mp_to_signed_bin(mp_int *mp, unsigned char *str);
204 #define mp_toraw(mp, str) mp_to_signed_bin((mp), (str))
H A Dmpi.c2296 /* {{{ mp_to_signed_bin(mp, str) */
2298 mp_err mp_to_signed_bin(mp_int *mp, unsigned char *str) function
2307 } /* end mp_to_signed_bin() */
/barrelfish-2018-10-04/lib/tommath/demo/
H A Ddemo.c493 mp_to_signed_bin(&c, (unsigned char *) cmd);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c7690 int mp_to_signed_bin (mp_int * a, unsigned char *b) function
7733 return mp_to_signed_bin(a, b);

Completed in 78 milliseconds