Searched refs:dropbear_nocipher (Results 1 – 3 of 3) sorted by relevance
50 extern const struct dropbear_cipher dropbear_nocipher;
90 ses.keys->recv_algo_crypt = &dropbear_nocipher; in common_session_init()91 ses.keys->trans_algo_crypt = &dropbear_nocipher; in common_session_init()
63 const struct dropbear_cipher dropbear_nocipher = variable