Process one SHA-1 compression round on a full 64-byte block (deprecated).
Declared in <openssl/sha.h>
[[deprecated]]
void
SHA1_Transform(
SHA_CTX* c,
unsigned char const* data);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| c | SHA-1 context whose chaining variables are updated. |
| data | Pointer to SHA_CBLOCK input bytes. |