Home
last modified time | relevance | path

Searched refs:cipher_by_name (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dcipher.h53 const struct sshcipher *cipher_by_name(const char *);
H A Dcipher.c203 cipher_by_name(const char *name) in cipher_by_name() function
226 c = cipher_by_name(p); in ciphers_valid()
H A Dsshkey-xmss.c276 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()
H A Dsshkey.c1656 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()
H A Dpacket.c297 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()
H A Dssh_namespace.h193 #define cipher_by_name Fssh_cipher_by_name macro
H A Dkex.c802 if ((enc->cipher = cipher_by_name(name)) == NULL) { in choose_enc()
H A Dssh-keygen.c3528 if (cipher_by_name(openssh_format_cipher) == NULL) in main()