int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx); int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen); DESCRIPTION The EVP_PKEY_encrypt_init() function initializes a public key algorithm context using keypkeyfor an encryptio...