Home | History | Annotate | Download | only in asn1

Lines Matching refs:pkey

86 	int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
91 int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
97 int (*param_decode)(EVP_PKEY *pkey,
99 int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder);
103 int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
110 void (*pkey_free)(EVP_PKEY *pkey);
111 int (*pkey_ctrl)(EVP_PKEY *pkey, int op, long arg1, void *arg2);
115 int (*old_priv_decode)(EVP_PKEY *pkey,
117 int (*old_priv_encode)(const EVP_PKEY *pkey, unsigned char **pder);
121 EVP_PKEY *pkey);