Function report |
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 activity | Download SCCT | Chinese |
Name:blake2s_final
Proto:void blake2s_final(struct blake2s_state *state, u8 *out)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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) |
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) |
Name | Describe |
---|---|
blake2s256_hmac | |
blake2s_selftest | |
blake2s |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |