Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
NAME
EVP_PKEY_new, EVP_PKEY_up_ref, EVP_PKEY_free, EVP_PKEY_new_CMAC_key, EVP_PKEY_new_mac_key — private key allocation functionsSYNOPSIS
#include <openssl/evp.h>EVP_PKEY_new(void);
EVP_PKEY_up_ref(EVP_PKEY *key);
EVP_PKEY_free(EVP_PKEY *key);
EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv, size_t len, const EVP_CIPHER *cipher);
EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, int keylen);