Searched refs:mp_to_unsigned_bin (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_to_signed_bin.c23 if ((res = mp_to_unsigned_bin (a, b + 1)) != MP_OKAY) {
H A Dbn_mp_to_unsigned_bin_n.c25 return mp_to_unsigned_bin(a, b);
H A Dbn_mp_to_unsigned_bin.c19 int mp_to_unsigned_bin (mp_int * a, unsigned char *b) function
H A Dtommath.h523 int mp_to_unsigned_bin(mp_int *a, unsigned char *b);
544 #define mp_tomag(mp, str) mp_to_unsigned_bin((mp), (str))
H A Dbn.tex1745 int mp_to_unsigned_bin(mp_int *a, unsigned char *b);
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h197 mp_err mp_to_unsigned_bin(mp_int *mp, unsigned char *str);
207 #define mp_tomag(mp, str) mp_to_unsigned_bin((mp), (str))
H A Dmpi.c2305 return mp_to_unsigned_bin(mp, str + 1);
2369 /* {{{ mp_to_unsigned_bin(mp, str) */
2371 mp_err mp_to_unsigned_bin(mp_int *mp, unsigned char *str) function
2421 } /* end mp_to_unsigned_bin() */
/barrelfish-2018-10-04/lib/tommath/demo/
H A Ddemo.c505 mp_to_unsigned_bin(&c, (unsigned char *) cmd);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c7694 if ((res = mp_to_unsigned_bin (a, b + 1)) != MP_OKAY) {
7762 int mp_to_unsigned_bin (mp_int * a, unsigned char *b) function
7820 return mp_to_unsigned_bin(a, b);

Completed in 73 milliseconds