blf_enc
blf_enc(&state, cdata, BCRYPT_BLOCKS / 2);
void blf_enc(blf_ctx *, uint32_t *, uint16_t);
blf_enc(&c, data, 5);
blf_enc(&c, data2, 1);