Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h84 u_int cipher_is_cbc(const Cipher *);
Dcipher.c117 cipher_is_cbc(const Cipher *c) in cipher_is_cbc() function
Dpacket.c278 if (enc == NULL || !cipher_is_cbc(enc->cipher)) in packet_start_discard()