Home
last modified time | relevance | path

Searched refs:cipher_is_cbc (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dcipher.h70 u_int cipher_is_cbc(const struct sshcipher *);
H A Dcipher.c191 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc() function
H A Dssh_namespace.h210 #define cipher_is_cbc Fssh_cipher_is_cbc macro
H A Dpacket.c413 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) { in ssh_packet_start_discard()