[#SEED_set_key] = SEED_set_key :mrdocs: Expand a 16‐byte SEED key into a SEED_KEY_SCHEDULE (deprecated; prefer EVP). == Synopsis Declared in `<openssl/seed.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void SEED_set_key( unsigned char const rawkey[], xref:SEED_KEY_SCHEDULE.adoc[SEED_KEY_SCHEDULE]* ks); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *rawkey* | 16‐byte raw SEED key. | *ks* | Destination expanded key schedule. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#