Home
last modified time | relevance | path

Searched refs:CFLAG_NONE (Results 1 – 3 of 3) sorted by relevance

/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dcipher.c74 #define CFLAG_NONE (1<<3) macro
75 #define CFLAG_INTERNAL CFLAG_NONE /* Don't use "none" for packets */
109 { "none", 8, 0, 0, 0, CFLAG_NONE, NULL },
251 cc->plaintext = (cipher->flags & CFLAG_NONE) != 0; in cipher_init()
265 if ((cc->cipher->flags & CFLAG_NONE) != 0) { in cipher_init()
342 if ((cc->cipher->flags & CFLAG_NONE) != 0) { in cipher_crypt()
467 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_get_keyiv()
503 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_set_keyiv()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dcipher.c77 #define CFLAG_NONE (1<<3) macro
78 #define CFLAG_INTERNAL CFLAG_NONE /* Don't use "none" for packets */
110 { "none", 8, 0, 0, 0, CFLAG_NONE, NULL },
263 cc->plaintext = (cipher->flags & CFLAG_NONE) != 0; in cipher_init()
278 if ((cc->cipher->flags & CFLAG_NONE) != 0) { in cipher_init()
354 if ((cc->cipher->flags & CFLAG_NONE) != 0) { in cipher_crypt()
479 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_get_keyiv()
515 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_set_keyiv()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dcipher.c72 #define CFLAG_NONE (1<<3) macro
114 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, CFLAG_NONE, NULL },
328 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_init()
406 if ((cc->cipher->flags & CFLAG_NONE) != 0) { in cipher_crypt()
546 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_get_keyiv()
594 if ((cc->cipher->flags & CFLAG_NONE) != 0) in cipher_set_keyiv()