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

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
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.h532 int mp_to_unsigned_bin(mp_int *a, unsigned char *b);
553 #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);
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
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.h524 int mp_to_unsigned_bin(mp_int *a, unsigned char *b);
545 #define mp_tomag(mp, str) mp_to_unsigned_bin((mp), (str))
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Ddh-ltm.c71 mp_to_unsigned_bin(s, p);
184 mp_to_unsigned_bin(&s, shared);
H A Drsa-ltm.c213 mp_to_unsigned_bin(&enc, to);
269 mp_to_unsigned_bin(&us, p);
273 /* head zero was skipped by mp_to_unsigned_bin */
378 mp_to_unsigned_bin(&out, to);
466 mp_to_unsigned_bin(&out, ptr);
503 mp_to_unsigned_bin(s, p);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTomMath.h720 int mp_to_unsigned_bin(mp_int *a, unsigned char *b);
764 #define mp_tomag(mp, str) mp_to_unsigned_bin((mp), (str))
H A DtclTomMathDecls.h104 #define mp_to_unsigned_bin TclBN_mp_to_unsigned_bin macro
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/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() */
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-dh-cc.c306 mp_to_unsigned_bin(s, p);
434 mp_to_unsigned_bin(&s, shared);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Ddemo.c506 mp_to_unsigned_bin(&c, (unsigned char *) cmd);

Completed in 115 milliseconds