Home
last modified time | relevance | path

Searched refs:EVP_PKEY (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Devp.h93 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new(void);
97 OPENSSL_EXPORT void EVP_PKEY_free(EVP_PKEY *pkey);
102 OPENSSL_EXPORT int EVP_PKEY_up_ref(EVP_PKEY *pkey);
107 OPENSSL_EXPORT int EVP_PKEY_is_opaque(const EVP_PKEY *pkey);
114 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
118 OPENSSL_EXPORT int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
122 OPENSSL_EXPORT int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
128 OPENSSL_EXPORT int EVP_PKEY_size(const EVP_PKEY *pkey);
133 OPENSSL_EXPORT int EVP_PKEY_bits(const EVP_PKEY *pkey);
137 OPENSSL_EXPORT int EVP_PKEY_id(const EVP_PKEY *pkey);
[all …]
H A Dx509.h324 EVP_PKEY *dec_pkey;
559 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
582 OPENSSL_EXPORT int X509_verify(X509 *x509, EVP_PKEY *pkey);
586 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *req, EVP_PKEY *pkey);
590 OPENSSL_EXPORT int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *pkey);
594 OPENSSL_EXPORT int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *spki, EVP_PKEY *pkey);
613 OPENSSL_EXPORT EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *spki);
619 EVP_PKEY *pkey);
635 OPENSSL_EXPORT int X509_sign(X509 *x509, EVP_PKEY *pkey, const EVP_MD *md);
649 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *req, EVP_PKEY *pkey,
[all …]
H A Dpem.h441 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
443 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
445 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x,
450 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *,
454 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x,
458 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
461 OPENSSL_EXPORT EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x,
464 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x,
468 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
471 OPENSSL_EXPORT int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
[all …]
H A Dpkcs8.h97 const EVP_PKEY *pkey);
117 OPENSSL_EXPORT EVP_PKEY *PKCS8_parse_encrypted_private_key(CBS *cbs,
125 OPENSSL_EXPORT int PKCS12_get_key_and_certs(EVP_PKEY **out_key,
186 EVP_PKEY **out_pkey, X509 **out_cert,
218 const EVP_PKEY *pkey, X509 *cert,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Devp.h93 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new(void);
97 OPENSSL_EXPORT void EVP_PKEY_free(EVP_PKEY *pkey);
102 OPENSSL_EXPORT int EVP_PKEY_up_ref(EVP_PKEY *pkey);
107 OPENSSL_EXPORT int EVP_PKEY_is_opaque(const EVP_PKEY *pkey);
114 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
118 OPENSSL_EXPORT int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
122 OPENSSL_EXPORT int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
128 OPENSSL_EXPORT int EVP_PKEY_size(const EVP_PKEY *pkey);
133 OPENSSL_EXPORT int EVP_PKEY_bits(const EVP_PKEY *pkey);
137 OPENSSL_EXPORT int EVP_PKEY_id(const EVP_PKEY *pkey);
[all …]
H A Dx509.h324 EVP_PKEY *dec_pkey;
559 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
582 OPENSSL_EXPORT int X509_verify(X509 *x509, EVP_PKEY *pkey);
586 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *req, EVP_PKEY *pkey);
590 OPENSSL_EXPORT int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *pkey);
594 OPENSSL_EXPORT int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *spki, EVP_PKEY *pkey);
613 OPENSSL_EXPORT EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *spki);
619 EVP_PKEY *pkey);
635 OPENSSL_EXPORT int X509_sign(X509 *x509, EVP_PKEY *pkey, const EVP_MD *md);
649 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *req, EVP_PKEY *pkey,
[all …]
H A Dpem.h441 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
443 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
445 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x,
450 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *,
454 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x,
458 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
461 OPENSSL_EXPORT EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x,
464 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x,
468 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
471 OPENSSL_EXPORT int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
[all …]
H A Dpkcs8.h97 const EVP_PKEY *pkey);
117 OPENSSL_EXPORT EVP_PKEY *PKCS8_parse_encrypted_private_key(CBS *cbs,
125 OPENSSL_EXPORT int PKCS12_get_key_and_certs(EVP_PKEY **out_key,
186 EVP_PKEY **out_pkey, X509 **out_cert,
218 const EVP_PKEY *pkey, X509 *cert,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Devp.h93 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new(void);
97 OPENSSL_EXPORT void EVP_PKEY_free(EVP_PKEY *pkey);
102 OPENSSL_EXPORT int EVP_PKEY_up_ref(EVP_PKEY *pkey);
107 OPENSSL_EXPORT int EVP_PKEY_is_opaque(const EVP_PKEY *pkey);
114 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
118 OPENSSL_EXPORT int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
122 OPENSSL_EXPORT int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
128 OPENSSL_EXPORT int EVP_PKEY_size(const EVP_PKEY *pkey);
133 OPENSSL_EXPORT int EVP_PKEY_bits(const EVP_PKEY *pkey);
137 OPENSSL_EXPORT int EVP_PKEY_id(const EVP_PKEY *pkey);
[all …]
H A Dx509.h324 EVP_PKEY *dec_pkey;
559 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
582 OPENSSL_EXPORT int X509_verify(X509 *x509, EVP_PKEY *pkey);
586 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *req, EVP_PKEY *pkey);
590 OPENSSL_EXPORT int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *pkey);
594 OPENSSL_EXPORT int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *spki, EVP_PKEY *pkey);
613 OPENSSL_EXPORT EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *spki);
619 EVP_PKEY *pkey);
635 OPENSSL_EXPORT int X509_sign(X509 *x509, EVP_PKEY *pkey, const EVP_MD *md);
649 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *req, EVP_PKEY *pkey,
[all …]
H A Dpem.h441 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
443 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
445 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x,
450 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *,
454 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x,
458 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
461 OPENSSL_EXPORT EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x,
464 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x,
468 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
471 OPENSSL_EXPORT int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
[all …]
H A Dpkcs8.h97 const EVP_PKEY *pkey);
117 OPENSSL_EXPORT EVP_PKEY *PKCS8_parse_encrypted_private_key(CBS *cbs,
125 OPENSSL_EXPORT int PKCS12_get_key_and_certs(EVP_PKEY **out_key,
186 EVP_PKEY **out_pkey, X509 **out_cert,
218 const EVP_PKEY *pkey, X509 *cert,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Devp.h93 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new(void);
97 OPENSSL_EXPORT void EVP_PKEY_free(EVP_PKEY *pkey);
102 OPENSSL_EXPORT int EVP_PKEY_up_ref(EVP_PKEY *pkey);
107 OPENSSL_EXPORT int EVP_PKEY_is_opaque(const EVP_PKEY *pkey);
114 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
118 OPENSSL_EXPORT int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
122 OPENSSL_EXPORT int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
128 OPENSSL_EXPORT int EVP_PKEY_size(const EVP_PKEY *pkey);
133 OPENSSL_EXPORT int EVP_PKEY_bits(const EVP_PKEY *pkey);
137 OPENSSL_EXPORT int EVP_PKEY_id(const EVP_PKEY *pkey);
[all …]
H A Dx509.h324 EVP_PKEY *dec_pkey;
559 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
582 OPENSSL_EXPORT int X509_verify(X509 *x509, EVP_PKEY *pkey);
586 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *req, EVP_PKEY *pkey);
590 OPENSSL_EXPORT int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *pkey);
594 OPENSSL_EXPORT int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *spki, EVP_PKEY *pkey);
613 OPENSSL_EXPORT EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *spki);
619 EVP_PKEY *pkey);
635 OPENSSL_EXPORT int X509_sign(X509 *x509, EVP_PKEY *pkey, const EVP_MD *md);
649 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *req, EVP_PKEY *pkey,
[all …]
H A Dpem.h441 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
443 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
445 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x,
450 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *,
454 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x,
458 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
461 OPENSSL_EXPORT EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x,
464 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x,
468 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
471 OPENSSL_EXPORT int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
[all …]
H A Dpkcs8.h97 const EVP_PKEY *pkey);
117 OPENSSL_EXPORT EVP_PKEY *PKCS8_parse_encrypted_private_key(CBS *cbs,
125 OPENSSL_EXPORT int PKCS12_get_key_and_certs(EVP_PKEY **out_key,
186 EVP_PKEY **out_pkey, X509 **out_cert,
218 const EVP_PKEY *pkey, X509 *cert,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Devp.h86 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new(void);
90 OPENSSL_EXPORT void EVP_PKEY_free(EVP_PKEY *pkey);
93 OPENSSL_EXPORT int EVP_PKEY_up_ref(EVP_PKEY *pkey);
98 OPENSSL_EXPORT int EVP_PKEY_is_opaque(const EVP_PKEY *pkey);
105 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
109 OPENSSL_EXPORT int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
113 OPENSSL_EXPORT int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
119 OPENSSL_EXPORT int EVP_PKEY_size(const EVP_PKEY *pkey);
124 OPENSSL_EXPORT int EVP_PKEY_bits(EVP_PKEY *pkey);
128 OPENSSL_EXPORT int EVP_PKEY_id(const EVP_PKEY *pkey);
[all …]
H A Dx509.h130 EVP_PKEY *pkey;
451 EVP_PKEY *dec_pkey;
550 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
564 OPENSSL_EXPORT int X509_verify(X509 *a, EVP_PKEY *r);
566 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
567 OPENSSL_EXPORT int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
568 OPENSSL_EXPORT int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r);
572 OPENSSL_EXPORT EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x);
573 OPENSSL_EXPORT int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
581 OPENSSL_EXPORT int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
[all …]
H A Dpem.h359 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
361 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
363 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int…
364 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *, char *, int…
365 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr,…
366 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen,…
367 OPENSSL_EXPORT EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *…
369 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr,…
370 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen,…
371 OPENSSL_EXPORT int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int kl…
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Devp.h86 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new(void);
90 OPENSSL_EXPORT void EVP_PKEY_free(EVP_PKEY *pkey);
93 OPENSSL_EXPORT int EVP_PKEY_up_ref(EVP_PKEY *pkey);
98 OPENSSL_EXPORT int EVP_PKEY_is_opaque(const EVP_PKEY *pkey);
105 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
109 OPENSSL_EXPORT int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
113 OPENSSL_EXPORT int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
119 OPENSSL_EXPORT int EVP_PKEY_size(const EVP_PKEY *pkey);
124 OPENSSL_EXPORT int EVP_PKEY_bits(EVP_PKEY *pkey);
128 OPENSSL_EXPORT int EVP_PKEY_id(const EVP_PKEY *pkey);
[all …]
H A Dx509.h130 EVP_PKEY *pkey;
451 EVP_PKEY *dec_pkey;
550 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
564 OPENSSL_EXPORT int X509_verify(X509 *a, EVP_PKEY *r);
566 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
567 OPENSSL_EXPORT int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
568 OPENSSL_EXPORT int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r);
572 OPENSSL_EXPORT EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x);
573 OPENSSL_EXPORT int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
581 OPENSSL_EXPORT int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
[all …]
H A Dpem.h359 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
361 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
363 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int…
364 OPENSSL_EXPORT int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *, char *, int…
365 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr,…
366 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen,…
367 OPENSSL_EXPORT EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *…
369 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr,…
370 OPENSSL_EXPORT int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen,…
371 OPENSSL_EXPORT int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int kl…
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Devp.h652 EVP_PKEY *pkey);
655 unsigned int siglen, EVP_PKEY *pkey);
658 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
663 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
669 EVP_PKEY *priv);
674 EVP_PKEY **pubk, int npubk);
945 EVP_PKEY *private_key);
948 EVP_PKEY *pub_key);
950 int EVP_PKEY_id(const EVP_PKEY *pkey);
951 int EVP_PKEY_base_id(const EVP_PKEY *pkey);
[all …]
H A Dx509.h160 EVP_PKEY *pkey;
485 EVP_PKEY *dec_pkey;
616 EVP_PKEY *pk));
631 int X509_verify(X509 *a, EVP_PKEY *r);
633 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
634 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
635 int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r);
639 EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x);
640 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
647 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
[all …]
H A Dpem.h434 unsigned char *iv, EVP_PKEY **pubk, int npubk);
438 unsigned char *out, int *outl, EVP_PKEY *priv);
443 unsigned int *siglen, EVP_PKEY *pkey);
480 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
481 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
483 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
486 int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
488 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
491 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
494 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
[all …]

123