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 84 u_int cipher_is_cbc(const Cipher *);
cipher.c 117 cipher_is_cbc(const Cipher *c) function
packet.c 278 if (enc == NULL || !cipher_is_cbc(enc->cipher))
    [all...]

Completed in 62 milliseconds