chacha20_setkey
if (chacha20_setkey(&ctx, key, CHACHA20_KEYSIZE + CHACHA20_SALT))
int chacha20_setkey(void *, u_int8_t *, int);
chacha20_setkey,