Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.c79 #define CFLAG_CHACHAPOLY (1<<1) macro
138 SSH_CIPHER_SSH2, 8, 64, 0, 16, 0, CFLAG_CHACHAPOLY, NULL },
205 return (c->iv_len != 0 || (c->flags & CFLAG_CHACHAPOLY) != 0) ? in cipher_ivlen()
356 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { in cipher_init()
451 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { in cipher_crypt()
514 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_get_length()
528 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_free()
577 else if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_get_keyiv_len()
596 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { in cipher_get_keyiv()
653 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_set_keyiv()