OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dropbear_nocipher
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
algo.h
50
extern const struct dropbear_cipher
dropbear_nocipher
;
common-algo.c
63
const struct dropbear_cipher
dropbear_nocipher
=
variable in typeref:struct:dropbear_cipher
common-session.c
90
ses.keys->recv_algo_crypt = &
dropbear_nocipher
;
91
ses.keys->trans_algo_crypt = &
dropbear_nocipher
;
Completed in 180 milliseconds