blf_key
void blf_key(blf_ctx *, const uint8_t *, uint16_t);
blf_key(&c, (uint8_t *) key, 5);
blf_key(&c, (uint8_t *) key2, strlen(key2));