Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c80 #define CFLAG_AESCTR (1<<2) macro
132 { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, 0, 0, CFLAG_AESCTR, NULL },
133 { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, 0, 0, 0, CFLAG_AESCTR, NULL },
134 { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, 0, 0, 0, CFLAG_AESCTR, NULL },
361 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) { in cipher_init()
456 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) { in cipher_crypt()
530 else if ((cc->cipher->flags & CFLAG_AESCTR) != 0) in cipher_free()
579 else if ((cc->cipher->flags & CFLAG_AESCTR) != 0) in cipher_get_keyiv_len()
601 if ((cc->cipher->flags & CFLAG_AESCTR) != 0) { in cipher_get_keyiv()