Home
last modified time | relevance | path

Searched defs:encrypt_block (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/crypto/
Dblowfish_common.c310 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block() function
/linux-5.19.10/arch/arm64/crypto/
Daes-ce.S126 .macro encrypt_block, in, rounds, t0, t1, t2 macro
Daes-neon.S114 .macro encrypt_block, in, rounds, rk, rkp, i macro
/linux-5.19.10/arch/x86/crypto/
Daegis128-aesni-asm.S383 .macro encrypt_block a s0 s1 s2 s3 s4 i macro
/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_blowfish.c563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() function