HomeSort by relevance Sort by last modified time
    Searched refs:cipher_is_cbc (Results 1 - 3 of 3) sorted by null

  /external/openssh/
cipher.h 97 u_int cipher_is_cbc(const struct sshcipher *);
cipher.c 199 cipher_is_cbc(const struct sshcipher *c) function
packet.c 352 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) {
    [all...]

Completed in 80 milliseconds