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

/external/dropbear/
H A Dbignum.h30 void m_mp_init(mp_int *mp);
H A Dbignum.c31 void m_mp_init(mp_int *mp) { function
H A Dsvr-kex.c54 m_mp_init(&dh_e);
H A Dgenrsa.c104 m_mp_init(&temp_gcd);
H A Ddss.c91 m_mp_init(key->x);
342 m_mp_init(&dss_protok);
H A Dcli-kex.c73 m_mp_init(&dh_f);
H A Dcommon-kex.c522 m_mp_init(&dh_p);
533 m_mp_init(ses.dh_K);
H A Dkeyimport.c774 m_mp_init(&tmpval);
775 m_mp_init(&dmp1);
776 m_mp_init(&dmq1);
777 m_mp_init(&iqmp);
H A Drsa.c103 m_mp_init(key->d);

Completed in 143 milliseconds