Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\dh.c Create Date:2022-07-28 18:26:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dh_crypto_done

Proto:static void dh_crypto_done(struct crypto_async_request *req, int err)

Type:void

Parameter:

TypeParameterName
struct crypto_async_request *req
interr
73  compl = data
75  If err == -EINPROGRESS Then Return
78  err = err
79  mplete: - signals a single thread waiting on this completion*@x: holds the state of this particular completion* This will wake up a single thread waiting on this completion. Threads will be* awakened in the same order in which they were queued.