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

Name

Description

c

SHA‐1 context whose chaining variables are updated.

data

Pointer to SHA_CBLOCK input bytes.

Created with MrDocs