Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher.h95 u_int cipher_is_cbc(const Cipher *);
HDcipher.c176 cipher_is_cbc(const Cipher *c) in cipher_is_cbc() function
HDssh_namespace.h186 #define cipher_is_cbc ssh_cipher_is_cbc macro
HDpacket.c285 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) in packet_start_discard()