Searched refs:bytes_to_mp (Results 1 – 8 of 8) sorted by relevance
/external/dropbear/ |
D | dss.c | 196 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()
|
D | bignum.h | 32 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len);
|
D | gendss.c | 80 bytes_to_mp(key->q, buf, QSIZE); in getq() 116 bytes_to_mp(&tempX, buf, size); in getp()
|
D | bignum.c | 55 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len) { in bytes_to_mp() function
|
D | genrsa.c | 111 bytes_to_mp(prime, buf, size+1); in getrsaprime()
|
D | random.c | 233 bytes_to_mp(rand, randbuf, len); in gen_random_mpint()
|
D | common-kex.c | 485 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()
|
D | rsa.c | 419 bytes_to_mp(rsa_em, buf_getptr(rsa_EM, rsa_EM->size), in rsa_pad_em()
|