Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher.h78 int cipher_number(const char *);
HDcipher.c244 cipher_number(const char *name) in cipher_number() function
HDssh_namespace.h191 #define cipher_number ssh_cipher_number macro
HDauthfile.c114 else if (cipher_number(ciphername) != SSH_CIPHER_SSH2) in key_private_to_blob2()
HDssh.c702 options.cipher = cipher_number(optarg); in main()
HDreadconf.c1045 value = cipher_number(arg); in process_config_line()