Home | History | Annotate | Download | only in dropbear

Lines Matching refs:mp_int

43 		mp_int * rsa_em);
54 key->e = m_malloc(sizeof(mp_int));
55 key->n = m_malloc(sizeof(mp_int));
102 key->d = m_malloc(sizeof(mp_int));
112 key->p = m_malloc(sizeof(mp_int));
113 key->q = m_malloc(sizeof(mp_int));
175 * mp_int e
176 * mp_int n
377 * rsa_em must be a pointer to an initialised mp_int.
381 mp_int * rsa_em) {
417 /* Create the mp_int from the encoded bytes */