Searched refs:cipher_by_name (Results 1 – 8 of 8) sorted by relevance
53 const struct sshcipher *cipher_by_name(const char *);
203 cipher_by_name(const char *name) in cipher_by_name() function226 c = cipher_by_name(p); in ciphers_valid()
276 if ((cipher = cipher_by_name(ciphername)) == NULL) in sshkey_xmss_init_enc_key()906 if ((cipher = cipher_by_name(state->enc_ciphername)) == NULL) { in sshkey_xmss_encrypt_state()998 if ((cipher = cipher_by_name(state->enc_ciphername)) == NULL) { in sshkey_xmss_decrypt_state()
1656 if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) { in sshkey_shield_private()1793 if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) { in sshkey_unshield_private()2861 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_private_to_blob2()3083 if ((cipher = cipher_by_name(ciphername)) == NULL) { in private2_decrypt()
297 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()2471 if ((enc->cipher = cipher_by_name(enc->name)) == NULL) { in newkeys_from_blob()
193 #define cipher_by_name Fssh_cipher_by_name macro
802 if ((enc->cipher = cipher_by_name(name)) == NULL) { in choose_enc()
3528 if (cipher_by_name(openssh_format_cipher) == NULL) in main()