Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:blake2s_final

Proto:void blake2s_final(struct blake2s_state *state, u8 *out)

Type:void

Parameter:

TypeParameterName
struct blake2s_state *state
u8 *out
59  WARN_ON(IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(DEBUG) && !out)
60  blake2s_set_lastblock(state)
61  memset(buf + buflen, 0, BLAKE2S_BLOCK_SIZE - buflen)
63  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S) Then blake2s_compress_arch(state, buf, 1, buflen)
65  Else blake2s_compress_generic(state, buf, 1, buflen)
67  cpu_to_le32_array(h, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(h))
68  No 3D Now!(out, h, outlen)
69  memzero_explicit - Fill a region of memory (e
Caller
NameDescribe
blake2s256_hmac
blake2s_selftest
blake2s