Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h71 int cipher_number(const char *);
Dcipher.c295 cipher_number(const char *name) in cipher_number() function
Dssh.c830 options.cipher = cipher_number(optarg); in main()
Dreadconf.c1185 value = cipher_number(arg); in process_config_line_depth()
Dsshkey.c3060 else if (cipher_number(ciphername) != SSH_CIPHER_SSH2) { in sshkey_private_to_blob2()