Home
last modified time | relevance | path

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

/external/dropbear/
Dcommon-kex.c38 static const unsigned char dh_p_val[] = { variable
50 #define DH_P_LEN sizeof(dh_p_val)
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()