Lines Matching refs:EVP_PKEY
120 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,
122 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin,
124 EVP_PKEY *load_keyparams(const char *uri, int format, int maybe_stdin,
126 EVP_PKEY *load_keyparams_suppress(const char *uri, int format, int maybe_stdin,
144 EVP_PKEY **ppkey, EVP_PKEY **ppubkey,
145 EVP_PKEY **pparams,
150 EVP_PKEY **ppkey, EVP_PKEY **ppubkey,
250 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey);
251 int do_X509_sign(X509 *x, EVP_PKEY *pkey, const char *md,
253 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts);
254 int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const char *md,
256 int do_X509_REQ_verify(X509_REQ *x, EVP_PKEY *pkey,
258 int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const char *md,
341 EVP_PKEY *app_keygen(EVP_PKEY_CTX *ctx, const char *alg, int bits, int verbose);
342 EVP_PKEY *app_paramgen(EVP_PKEY_CTX *ctx, const char *alg);