Lines Matching refs:EVP_PKEY
66 static void int_dh_free(EVP_PKEY *pkey)
71 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
129 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
184 static int dh_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
236 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
298 static int dh_param_decode(EVP_PKEY *pkey,
311 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
391 static int int_dh_size(const EVP_PKEY *pkey)
396 static int dh_bits(const EVP_PKEY *pkey)
401 static int dh_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b)
410 static int dh_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
429 static int dh_missing_parameters(const EVP_PKEY *a)
436 static int dh_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
446 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
452 static int dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent,
458 static int dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent,