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

/freebsd-10.3-release/crypto/openssh/
H A Dcipher.h97 u_int cipher_is_cbc(const struct sshcipher *);
H A Dcipher.c195 cipher_is_cbc(const struct sshcipher *c) function
H A Dssh_namespace.h238 #define cipher_is_cbc Fssh_cipher_is_cbc macro
H A Dpacket.c360 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) {

Completed in 120 milliseconds