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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.h89 u_int cipher_is_cbc(const Cipher *);
H A Dcipher.c156 cipher_is_cbc(const Cipher *c) function
H A Dssh_namespace.h162 #define cipher_is_cbc ssh_cipher_is_cbc macro
H A Dpacket.c287 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm))

Completed in 116 milliseconds