Searched refs:mp_init_set (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_init_set.c19 int mp_init_set (mp_int * a, mp_digit b) function
H A Dtommath.h242 int mp_init_set (mp_int * a, mp_digit b);
H A Dbn.tex742 int mp_init_set (mp_int * a, mp_digit b);
755 if ((result = mp_init_set(&number1, 100)) != MP_OKAY) \{
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_mp_init_set.c19 int mp_init_set (mp_int * a, mp_digit b) function
H A Dtommath.h238 int mp_init_set (mp_int * a, mp_digit b);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclTomMathDecls.h81 #define mp_init_set TclBN_mp_init_set macro
H A DtclStrToD.c1899 mp_init_set(&mplus, 1);
1910 mp_init_set(&s, 1);

Completed in 142 milliseconds