Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crypto\des.c Create Date:2022-07-28 06:47:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:des3_ede_decrypt

Proto:void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src)

Type:void

Parameter:

TypeParameterName
const struct des3_ede_ctx *dctx
u8 *dst
const u8 *src
875  K = expkey + DES3_EDE_EXPKEY_WORDS - 2
879  L = get_unaligned_le32(src)
880  R = get_unaligned_le32(src + 4)
883  When i < 8 cycle
887  When i < 8 cycle
891  When i < 8 cycle
897  put_unaligned_le32(R, dst)
898  put_unaligned_le32(L, dst + 4)