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_init() - (re)initialize message digest*@desc: operational state handle that is already filled* The call (re-)initializes the message digest referenced by the* operational state handle. Any potentially existing state created by

Proto:static inline int crypto_shash_init(struct shash_desc *desc)

Type:int

Parameter:

TypeParameterName
struct shash_desc *desc
898  tfm = tfm
900  If crypto_shash_get_flags(tfm) & Transform masks and values (for crt_flags). Then Return -ENOKEY
903  Return init(desc)
Caller
NameDescribe
digsig_verifydigsig_verify() - digital signature verification with public key*@keyring: keyring to search key in*@sig: digital signature*@siglen: length of the signature*@data: data*@datalen: length of the data* Returns 0 on success, -EINVAL otherwise
kexec_calculate_store_digests
kdf_ctrImplementation of the KDF in counter mode according to SP800-108 section 5
TSS_rawhmac
TSS_authhmacalculate authorization info fields to send to TPM
TSS_checkhmac1verify the AUTH1_COMMAND (Seal) result from TPM
TSS_checkhmac2verify the AUTH2_COMMAND (unseal) result from TPM
aa_calc_hash
aa_calc_profile_hash
ima_calc_file_hash_tfm
ima_calc_field_array_hash_tfmCalculate the hash of template data
calc_buffer_shash_tfm
ima_calc_boot_aggregate_tfmCalculate the boot aggregate hash
init_desc
fscrypt_hkdf_expandHKDF-Expand (RFC 5869 section 2