Lines Matching refs:pkey
23 int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent,
27 int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent,
32 int (*param_decode) (EVP_PKEY *pkey,
34 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder);
38 int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent,
43 void (*pkey_free) (EVP_PKEY *pkey);
44 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2);
46 int (*old_priv_decode) (EVP_PKEY *pkey,
48 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder);
51 X509_ALGOR *a, ASN1_BIT_STRING *sig, EVP_PKEY *pkey);