Lines Matching defs:pkey
34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp, in d2i_dhp()
48 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp) in i2d_dhp()
55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free()
60 static int dh_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dh_pub_decode()
111 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dh_pub_encode()
164 static int dh_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dh_priv_decode()
177 static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dh_priv_encode()
227 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode()
239 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dh_param_encode()
300 static int int_dh_size(const EVP_PKEY *pkey) in int_dh_size()
305 static int dh_bits(const EVP_PKEY *pkey) in dh_bits()
310 static int dh_security_bits(const EVP_PKEY *pkey) in dh_security_bits()
374 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_param_print()
380 static int dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_public_print()
386 static int dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, in dh_private_print()
397 static int dh_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dh_pkey_ctrl()
419 static int dhx_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dhx_pkey_ctrl()
428 static int dh_pkey_public_check(const EVP_PKEY *pkey) in dh_pkey_public_check()
440 static int dh_pkey_param_check(const EVP_PKEY *pkey) in dh_pkey_param_check()
447 static size_t dh_pkey_dirty_cnt(const EVP_PKEY *pkey) in dh_pkey_dirty_cnt()
513 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in dh_pkey_import_from_type() local