Return the Triple‐DES key‐wrap cipher (RFC 3217).
Synopsis
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_des_ede3_wrap();
Return Value
EVP_CIPHER for DES‐EDE3‐WRAP, or NULL if unavailable.
Created with MrDocs