SHA1_Transform

Process one SHA-1 compression round on a full 64-byte block (deprecated).

Synopsis

Declared in <openssl/sha.h>

[[deprecated]]
void
SHA1_Transform(
    SHA_CTX* c,
    unsigned char const* data);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
cSHA-1 context whose chaining variables are updated.
dataPointer to SHA_CBLOCK input bytes.