Searched refs:cipher_by_name (Results 1 – 7 of 7) 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()
1549 if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) { in sshkey_shield_private()1688 if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) { in sshkey_unshield_private()2769 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_private_to_blob2()2991 if ((cipher = cipher_by_name(ciphername)) == NULL) { in private2_decrypt()
296 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()2462 if ((enc->cipher = cipher_by_name(enc->name)) == NULL) { in newkeys_from_blob()
802 if ((enc->cipher = cipher_by_name(name)) == NULL) { in choose_enc()
3491 if (cipher_by_name(openssh_format_cipher) == NULL) in main()