Lines Matching refs:EVP_PKEY

34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp,
48 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp)
55 static void int_dh_free(EVP_PKEY *pkey)
60 static int dh_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey)
111 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
164 static int dh_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8)
177 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
227 static int dh_param_decode(EVP_PKEY *pkey,
239 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
300 static int int_dh_size(const EVP_PKEY *pkey)
305 static int dh_bits(const EVP_PKEY *pkey)
310 static int dh_security_bits(const EVP_PKEY *pkey)
315 static int dh_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b)
346 static int dh_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
357 static int dh_missing_parameters(const EVP_PKEY *a)
364 static int dh_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
374 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
380 static int dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent,
386 static int dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent,
397 static int dh_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
419 static int dhx_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
428 static int dh_pkey_public_check(const EVP_PKEY *pkey)
440 static int dh_pkey_param_check(const EVP_PKEY *pkey)
447 static size_t dh_pkey_dirty_cnt(const EVP_PKEY *pkey)
452 static int dh_pkey_export_to(const EVP_PKEY *from, void *to_keydata,
513 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx);
542 static int dh_pkey_copy(EVP_PKEY *to, EVP_PKEY *from)