Expand a 16‐byte SEED key into a SEED_KEY_SCHEDULE (deprecated; prefer EVP).

Synopsis

Declared in <openssl/seed.h>

[[deprecated]]
void
SEED_set_key(
    unsigned char const rawkey[],
    SEED_KEY_SCHEDULE* ks);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

rawkey

16‐byte raw SEED key.

ks

Destination expanded key schedule.

Created with MrDocs