Searched refs:bctx (Results 1 – 1 of 1) sorted by relevance
310 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block() argument312 const u32 *P = bctx->p; in encrypt_block()313 const u32 *S = bctx->s; in encrypt_block()