Searched refs:CFLAG_AESCTR (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssh/
H A Dcipher.c80 #define CFLAG_AESCTR (1<<2) macro
128 { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, 0, 0, CFLAG_AESCTR, NULL },
129 { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, 0, 0, 0, CFLAG_AESCTR, NULL },
130 { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, 0, 0, 0, CFLAG_AESCTR, NULL },
357 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) {
452 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) {
526 else if ((cc->cipher->flags & CFLAG_AESCTR) != 0)
575 else if ((cc->cipher->flags & CFLAG_AESCTR) != 0)
597 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) {

Completed in 175 milliseconds