HomeSort by: relevance | last modified time | path
    Searched refs:cipher_is_cbc (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher.h 71 u_int cipher_is_cbc(const struct sshcipher *);
cipher.c 213 cipher_is_cbc(const struct sshcipher *c) function
packet.c 409 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) {

Completed in 28 milliseconds