Home
last modified time | relevance | path

Searched refs:CFLAG_NONE (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dcipher.c77 #define CFLAG_NONE (1<<3) macro
78 #define CFLAG_INTERNAL CFLAG_NONE /* Don't use "none" for packets */
108 { "none", 8, 0, 0, 0, CFLAG_NONE, NULL },
261 cc->plaintext = (cipher->flags & CFLAG_NONE) != 0; in cipher_init()
276 if ((cc->cipher->flags & CFLAG_NONE) != 0) { in cipher_init()
352 if ((cc->cipher->flags & CFLAG_NONE) != 0) { in cipher_crypt()
477 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_get_keyiv()
508 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_set_keyiv()