blf_ctx           119 crypto/blf.c   	static const blf_ctx initstate =
blf_ctx           359 crypto/xform.c 	blf_ecb_encrypt((blf_ctx *) key, blk, 8);
blf_ctx           365 crypto/xform.c 	blf_ecb_decrypt((blf_ctx *) key, blk, 8);
blf_ctx           371 crypto/xform.c 	MALLOC(*sched, u_int8_t *, sizeof(blf_ctx), M_CRYPTO_DATA, M_WAITOK);
blf_ctx           372 crypto/xform.c 	bzero(*sched, sizeof(blf_ctx));
blf_ctx           373 crypto/xform.c 	blf_key((blf_ctx *)*sched, key, len);
blf_ctx           381 crypto/xform.c 	bzero(*sched, sizeof(blf_ctx));
blf_ctx           135 dev/vnd.c      	blf_ctx		*sc_keyctx;		/* key context */