Lines Matching refs:EVP_PKEY

427                   unsigned int *siglen, EVP_PKEY *pkey);
473 DECLARE_PEM_rw_cb_ex(PrivateKey, EVP_PKEY)
474 DECLARE_PEM_rw_ex(PUBKEY, EVP_PKEY)
476 int PEM_write_bio_PrivateKey_traditional(BIO *bp, const EVP_PKEY *x,
482 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid,
485 int PEM_write_bio_PKCS8PrivateKey(BIO *, const EVP_PKEY *, const EVP_CIPHER *,
488 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc,
491 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid,
494 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
498 int i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc,
501 int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, const EVP_PKEY *x, int nid,
504 int PEM_write_PKCS8PrivateKey_nid(FILE *fp, const EVP_PKEY *x, int nid,
508 EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb,
511 int PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc,
515 EVP_PKEY *PEM_read_bio_Parameters_ex(BIO *bp, EVP_PKEY **x,
517 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x);
518 int PEM_write_bio_Parameters(BIO *bp, const EVP_PKEY *x);
520 EVP_PKEY *b2i_PrivateKey(const unsigned char **in, long length);
521 EVP_PKEY *b2i_PublicKey(const unsigned char **in, long length);
522 EVP_PKEY *b2i_PrivateKey_bio(BIO *in);
523 EVP_PKEY *b2i_PublicKey_bio(BIO *in);
524 int i2b_PrivateKey_bio(BIO *out, const EVP_PKEY *pk);
525 int i2b_PublicKey_bio(BIO *out, const EVP_PKEY *pk);
526 EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u);
527 EVP_PKEY *b2i_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u,
529 int i2b_PVK_bio(BIO *out, const EVP_PKEY *pk, int enclevel,
531 int i2b_PVK_bio_ex(BIO *out, const EVP_PKEY *pk, int enclevel,