Home
last modified time | relevance | path

Searched refs:bctx (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dblowfish_common.c310 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block() argument
312 const u32 *P = bctx->p; in encrypt_block()
313 const u32 *S = bctx->s; in encrypt_block()