blf_key
void blf_key(blf_ctx *, const u_int8_t *, u_int16_t);
blf_key(&c, (u_int8_t *) key, 5);
blf_key(&c, (u_int8_t *) key2, strlen(key2));