Incremental SHA‐1 digest state (also typedef'd as SHA_CTX); deprecated low‐level API.
Synopsis
Declared in <openssl/sha.h>
struct SHAstate_st;
Data Members
Name |
Description |
High 32 bits of the bit‐length counter. |
|
Low 32 bits of the bit‐length counter. |
|
Current message block buffer (16 SHA_LONG words). |
|
Chaining variables H0..H4 of the SHA‐1 compression function. |
|
Chaining variables H0..H4 of the SHA‐1 compression function. |
|
Chaining variables H0..H4 of the SHA‐1 compression function. |
|
Chaining variables H0..H4 of the SHA‐1 compression function. |
|
Chaining variables H0..H4 of the SHA‐1 compression function. |
|
Number of bytes currently buffered in |
Created with MrDocs