sha_sync_sha256_start

SHA-256/224 start.

int32_t sha_sync_sha256_start(
    struct sha_sync_descriptor * descr,
    struct sha_context * ctx,
    bool is224
)

Parameters

descr

Type: struct sha_sync_descriptor Struct *

SHA descriptor

ctx

Type: struct sha_context *

SHA context structure

is224

Type: bool

If true, use SHA-224

Returns

Type: int32_t

Start status.