Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher.h77 const Cipher *cipher_by_number(int);
HDcipher.c204 cipher_by_number(int id) in cipher_by_number() function
258 const Cipher *c = cipher_by_number(id); in cipher_name()
HDauthfile.c444 if ((cipher = cipher_by_number(cipher_num)) == NULL) in key_private_rsa1_to_blob()
817 cipher = cipher_by_number(cipher_type); in key_parse_private_rsa1()
HDssh_namespace.h177 #define cipher_by_number ssh_cipher_by_number macro
HDpacket.c555 const Cipher *cipher = cipher_by_number(number); in packet_set_encryption_key()