[#DES_check_key_parity] = DES_check_key_parity :mrdocs: Test whether each byte of a DES key has odd parity (deprecated). == Synopsis Declared in `<openssl/des.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int DES_check_key_parity(xref:const_DES_cblock.adoc[const_DES_cblock]* key); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 if all bytes have odd parity, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *key* | Eight‐byte DES key to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#