Searched refs:encrypt_block (Results 1 – 5 of 5) sorted by relevance
/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 381 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey() 389 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-modes.S | 139 encrypt_block v0, w3, x2, x5, w6 201 encrypt_block v0, w3, x2, x5, w6 344 encrypt_block v0, w3, x2, x6, w7 397 encrypt_block v4, w3, x5, x6, w7 /* first tweak */ 450 encrypt_block v0, w3, x2, x6, w7 469 encrypt_block v4, w3, x5, x6, w7 /* first tweak */
|
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/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() function 646 encrypt_block(P, S, data, data); in dsp_bf_init() 654 encrypt_block(P, S, data, data); in dsp_bf_init()
|