Searched defs:encrypt_block (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-ce.S | 105 .macro encrypt_block, in, rounds, t0, t1, t2 macro
|
D | aes-neon.S | 104 .macro encrypt_block, in, rounds, rk, rkp, i macro
|
/linux-4.4.14/crypto/ |
D | blowfish_common.c | 315 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block() function
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() function
|