Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h74 int cipher_number(const char *);
Dcipher.c187 cipher_number(const char *name) in cipher_number() function
Dssh.c497 options.cipher = cipher_number(optarg); in main()
Dreadconf.c687 value = cipher_number(arg); in process_config_line()