Searched refs:CFLAG_CHACHAPOLY (Results 1 – 1 of 1) sorted by relevance
70 #define CFLAG_CHACHAPOLY (1<<1) macro121 SSH_CIPHER_SSH2, 8, 64, 0, 16, 0, CFLAG_CHACHAPOLY, NULL },188 return (c->iv_len != 0 || (c->flags & CFLAG_CHACHAPOLY) != 0) ? in cipher_ivlen()319 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { in cipher_init()394 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { in cipher_crypt()457 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_get_length()471 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_cleanup()517 else if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_get_keyiv_len()536 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { in cipher_get_keyiv()593 if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) in cipher_set_keyiv()