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

/external/dropbear/
H A 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);
523 bytes_to_mp(&dh_p, dh_p_val, DH_P_LEN);

Completed in 46 milliseconds