函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crypto\blake2s.c Create Date:2022-07-27 07:41:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:blake2s_final

函数原型:void blake2s_final(struct blake2s_state *state, u8 *out)

返回类型:void

参数:

类型参数名称
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  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S)则blake2s_compress_arch(state, buf, 1, buflen)
65  否则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  内存复制(out, h, outlen)
69  memzero_explicit - Fill a region of memory (e
调用者
名称描述
blake2s256_hmac
blake2s_selftest
blake2s