Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rypto_ahash_reqtfm() - obtain cipher handle from request*@req: asynchronous request handle that contains the reference to the ahash* cipher handle* Return the ahash cipher handle that is registered with the asynchronous* request handle ahash_request

Proto:static inline struct crypto_ahash *crypto_ahash_reqtfm(struct ahash_request *req)

Type:struct crypto_ahash

Parameter:

TypeParameterName
struct ahash_request *req
381  Return DOC: Asynchronous Message Digest API* The asynchronous message digest API is used with the ciphers of type* CRYPTO_ALG_TYPE_AHASH (listed as type "ahash" in /proc/crypto)* The asynchronous cipher operation discussion provided for the