Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\crypto\hash.h Create Date:2022-07-28 05:47:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rypto_shash_import() - import operational state*@desc: reference to the operational state handle the state imported into*@in: buffer holding the state* This function imports the hash state into the operational state handle from* the input buffer

Proto:static inline int crypto_shash_import(struct shash_desc *desc, const void *in)

Type:int

Parameter:

TypeParameterName
struct shash_desc *desc
const void *in
876  tfm = tfm
878  If crypto_shash_get_flags(tfm) & Transform masks and values (for crt_flags). Then Return -ENOKEY
881  Return import(desc, in)