[#DES_cblock] = DES_cblock :mrdocs: Eight‐byte DES block (key or data) used by the legacy DES_* APIs. == Synopsis Declared in `<openssl/des.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef unsigned char DES_cblock[]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#