Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crypto\chacha20poly1305-selftest.c Create Date:2022-07-28 06:45:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:decryption_success

Proto:static bool __init decryption_success(bool func_ret, bool expect_failure, int memcmp_result)

Type:bool

Parameter:

TypeParameterName
boolfunc_ret
boolexpect_failure
intmemcmp_result
7243  If expect_failure Then Return Not func_ret
7245  Return func_ret && Not memcmp_result
Caller
NameDescribe
chacha20poly1305_selftest