Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
EVP_PKEY_missing_parameters, EVP_PKEY_copy_parameters, EVP_PKEY_cmp_parameters, EVP_PKEY_cmp — public key parameter and comparison functionsSYNOPSIS
#include <openssl/evp.h>EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
EVP_PKEY_copy_parameters(EVP_PKEY *destination, const EVP_PKEY *source);
EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b);
EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);