Test whether each byte of a DES key has odd parity (deprecated).
Declared in <openssl/des.h>
[[deprecated]]
int
DES_check_key_parity(const_DES_cblock* key);
Deprecated. Use of this entity is allowed but discouraged.
1 if all bytes have odd parity, or 0 otherwise.
| Name | Description |
|---|---|
| key | Eight-byte DES key to check. |