Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher.c76 #define CFLAG_AESCTR (1<<2) macro
102 { "aes128-ctr", 16, 16, 0, 0, CFLAG_AESCTR, NULL },
103 { "aes192-ctr", 16, 24, 0, 0, CFLAG_AESCTR, NULL },
104 { "aes256-ctr", 16, 32, 0, 0, CFLAG_AESCTR, NULL },
281 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) { in cipher_init()
357 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) { in cipher_crypt()
428 } else if ((cc->cipher->flags & CFLAG_AESCTR) != 0) in cipher_free()
450 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) { in cipher_get_keyiv()