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_export() - extract operational state for message digest*@desc: reference to the operational state handle whose state is exported*@out: output buffer of sufficient size that can hold the hash state* This function exports the hash state of the

Proto:static inline int crypto_shash_export(struct shash_desc *desc, void *out)

Type:int

Parameter:

TypeParameterName
struct shash_desc *desc
void *out
859  Return export(desc, out)