Function report |
Source Code:lib\crypto\sha256.c |
Create Date:2022-07-28 06:48:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__sha256_final
Proto:static int __sha256_final(struct sha256_state *sctx, u8 *out, int digest_words)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct sha256_state * | sctx | |
u8 * | out | |
int | digest_words |
255 | bits = cpu_to_be64(count << 3) |
260 | sha256_update(sctx, padding, pad_len) |
263 | sha256_update(sctx, (constu8 * ) & bits, size of bits ) |
266 | When i < digest_words cycle put_unaligned_be32(state[i], & dst[i]) |
272 | Return 0 |
Name | Describe |
---|---|
sha256_final | |
sha224_final |
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 |