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

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

Completed in 114 milliseconds