Home
last modified time | relevance | path

Searched refs:bytes_to_mp (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/
Ddss.c196 bytes_to_mp(&val1, &string[SHA1_HASH_SIZE], SHA1_HASH_SIZE); in buf_dss_verify()
209 bytes_to_mp(&val1, msghash, SHA1_HASH_SIZE); in buf_dss_verify()
218 bytes_to_mp(&val1, &string[0], SHA1_HASH_SIZE); in buf_dss_verify()
343 bytes_to_mp(&dss_protok, proto_k, SHA512_HASH_SIZE); in buf_put_dss_sign()
354 bytes_to_mp(&dss_m, msghash, SHA1_HASH_SIZE); in buf_put_dss_sign()
Dbignum.h32 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len);
Dgendss.c80 bytes_to_mp(key->q, buf, QSIZE); in getq()
116 bytes_to_mp(&tempX, buf, size); in getp()
Dbignum.c55 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len) { in bytes_to_mp() function
Dgenrsa.c111 bytes_to_mp(prime, buf, size+1); in getrsaprime()
Drandom.c233 bytes_to_mp(rand, randbuf, len); in gen_random_mpint()
Dcommon-kex.c485 bytes_to_mp(&dh_p, (unsigned char*)dh_p_val, DH_P_LEN); in gen_kexdh_vals()
523 bytes_to_mp(&dh_p, dh_p_val, DH_P_LEN); in kexdh_comb_key()
Drsa.c419 bytes_to_mp(rsa_em, buf_getptr(rsa_EM, rsa_EM->size), in rsa_pad_em()