Home
last modified time | relevance | path

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

12345678910>>...15

/openssl-master/include/crypto/
A Dasn1.h31 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
38 int (*pkey_size) (const EVP_PKEY *pk);
39 int (*pkey_bits) (const EVP_PKEY *pk);
41 int (*param_decode) (EVP_PKEY *pkey,
45 int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from);
46 int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
52 void (*pkey_free) (EVP_PKEY *pkey);
61 EVP_PKEY *pkey);
83 int (*copy) (EVP_PKEY *to, EVP_PKEY *from);
85 int (*priv_decode_ex) (EVP_PKEY *pk,
[all …]
/openssl-master/crypto/asn1/
A Dd2i_pr.c26 static EVP_PKEY *
77 EVP_PKEY *
81 EVP_PKEY *ret; in ossl_d2i_PrivateKey_legacy()
143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_ex()
147 EVP_PKEY *ret; in d2i_PrivateKey_ex()
156 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey()
162 static EVP_PKEY *d2i_AutoPrivateKey_legacy(EVP_PKEY **a, in d2i_AutoPrivateKey_legacy()
191 EVP_PKEY *ret; in d2i_AutoPrivateKey_legacy()
218 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey_ex()
222 EVP_PKEY *ret; in d2i_AutoPrivateKey_ex()
[all …]
A Dameth_lib.c216 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
284 int (*pub_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()
288 int (*pub_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_public()
289 const EVP_PKEY *b), in EVP_PKEY_asn1_set_public()
305 int (*priv_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_private()
321 int (*param_decode) (EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
327 int (*param_copy) (EVP_PKEY *to, in EVP_PKEY_asn1_set_param()
329 int (*param_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_param()
330 const EVP_PKEY *b), in EVP_PKEY_asn1_set_param()
344 void (*pkey_free) (EVP_PKEY *pkey)) in EVP_PKEY_asn1_set_free()
[all …]
/openssl-master/crypto/pem/
A Dpem_pkey.c33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder()
95 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy()
206 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key()
254 EVP_PKEY *PEM_read_bio_PUBKEY_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PUBKEY_ex()
262 EVP_PKEY *PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PUBKEY()
269 EVP_PKEY *PEM_read_PUBKEY_ex(FILE *fp, EVP_PKEY **x, in PEM_read_PUBKEY_ex()
274 EVP_PKEY *ret; in PEM_read_PUBKEY_ex()
292 EVP_PKEY *PEM_read_bio_PrivateKey_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PrivateKey_ex()
356 EVP_PKEY *PEM_read_bio_Parameters_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_Parameters_ex()
363 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
[all …]
A Dpem_pk8.c21 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder,
28 static int do_pk8pkey_fp(FILE *bp, const EVP_PKEY *x, int isder,
41 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid()
62 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio()
69 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey()
169 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio()
175 EVP_PKEY *ret; in d2i_PKCS8PrivateKey_bio()
215 int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_fp()
222 int PEM_write_PKCS8PrivateKey_nid(FILE *fp, const EVP_PKEY *x, int nid, in PEM_write_PKCS8PrivateKey_nid()
252 EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_fp()
[all …]
A Dpem_all.c28 static RSA *pkey_get_rsa(EVP_PKEY *key, RSA **rsa);
30 static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa);
34 static EC_KEY *pkey_get_eckey(EVP_PKEY *key, EC_KEY **eckey);
53 static RSA *pkey_get_rsa(EVP_PKEY *key, RSA **rsa) in IMPLEMENT_PEM_rw()
72 EVP_PKEY *pktmp; in PEM_read_bio_RSAPrivateKey()
81 EVP_PKEY *pktmp; in PEM_read_RSAPrivateKey()
93 static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa) in IMPLEMENT_PEM_write_cb()
112 EVP_PKEY *pktmp; in PEM_read_bio_DSAPrivateKey()
122 EVP_PKEY *pktmp; in IMPLEMENT_PEM_write_cb()
153 EVP_PKEY *pktmp; in PEM_read_bio_ECPrivateKey()
[all …]
/openssl-master/doc/man3/
A Dd2i_PrivateKey.pod16 EVP_PKEY *d2i_PrivateKey_ex(int type, EVP_PKEY **a, const unsigned char **pp,
19 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
21 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
23 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp,
25 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
28 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
35 EVP_PKEY *d2i_KeyParams_bio(int type, EVP_PKEY **a, BIO *in);
40 EVP_PKEY *d2i_PrivateKey_ex_bio(BIO *bp, EVP_PKEY **a, OSSL_LIB_CTX *libctx,
42 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
43 EVP_PKEY *d2i_PrivateKey_ex_fp(FILE *fp, EVP_PKEY **a, OSSL_LIB_CTX *libctx,
[all …]
A DEVP_PKEY_ASN1_METHOD.pod161 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
195 int (*pkey_size) (const EVP_PKEY *pk);
196 int (*pkey_bits) (const EVP_PKEY *pk);
205 int (*param_decode) (EVP_PKEY *pkey,
208 int (*param_missing) (const EVP_PKEY *pk);
209 int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from);
210 int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
250 void (*pkey_free) (EVP_PKEY *pkey);
264 int (*old_priv_decode) (EVP_PKEY *pkey,
344 int (*pkey_check) (const EVP_PKEY *pk);
[all …]
A DEVP_PKEY_set1_RSA.pod14 EVP_PKEY assignment functions
20 int EVP_PKEY_get_id(const EVP_PKEY *pkey);
21 int EVP_PKEY_get_base_id(const EVP_PKEY *pkey);
31 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key);
32 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key);
33 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key);
36 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
37 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
38 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey);
39 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
[all …]
A DEVP_PKEY_todata.pod12 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params);
13 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection,
18 The functions described here are used to extract B<EVP_PKEY> key values as an
46 L<EVP_PKEY-RSA(7)>, L<EVP_PKEY-DSA(7)>, L<EVP_PKEY-DH(7)>, L<EVP_PKEY-EC(7)>,
47 L<EVP_PKEY-ED448(7)>, L<EVP_PKEY-X25519(7)>, L<EVP_PKEY-X448(7)>,
48 L<EVP_PKEY-ED25519(7)>
A DEVP_PKEY_fromdata.pod39 L<B<EVP_PKEY-RSA>(7)|EVP_PKEY-RSA(7)/Common RSA parameters>,
40 L<B<EVP_PKEY-DSA>(7)|EVP_PKEY-DSA(7)/Common DSA & DH parameters>,
41 L<B<EVP_PKEY-DH>(7)|EVP_PKEY-DH(7)/Common DH parameters>,
42 L<B<EVP_PKEY-EC>(7)|EVP_PKEY-EC(7)/Common EC parameters>,
43 L<B<EVP_PKEY-ED448>(7)|EVP_PKEY-ED448(7)/Common X25519, X448, ED25519 and ED448 parameters>,
45 L<B<EVP_PKEY-X448>(7)|EVP_PKEY-X448(7)/Common X25519, X448, ED25519 and ED448 parameters>,
127 EVP_PKEY *pkey = NULL;
168 EVP_PKEY *pkey = NULL;
260 L<EVP_PKEY-RSA(7)>, L<EVP_PKEY-DSA(7)>, L<EVP_PKEY-DH(7)>, L<EVP_PKEY-EC(7)>,
261 L<EVP_PKEY-ED448(7)>, L<EVP_PKEY-X25519(7)>, L<EVP_PKEY-X448(7)>,
[all …]
A DEVP_PKEY_set1_encoded_public_key.pod7 - functions to set and get public key data within an EVP_PKEY
13 int EVP_PKEY_set1_encoded_public_key(EVP_PKEY *pkey,
16 size_t EVP_PKEY_get1_encoded_public_key(EVP_PKEY *pkey, unsigned char **ppub);
22 int EVP_PKEY_set1_tls_encodedpoint(EVP_PKEY *pkey,
25 size_t EVP_PKEY_get1_tls_encodedpoint(EVP_PKEY *pkey, unsigned char **ppt);
30 within an existing EVP_PKEY object. For the built-in OpenSSL algorithms this
33 EVP_PKEY first, set the parameters on it, and then call this function.
74 =head2 Set up a peer's EVP_PKEY ready for a key exchange operation
80 EVP_PKEY *peerkey = EVP_PKEY_new();
100 int get_encoded_pub_key(EVP_PKEY *ourkey)
[all …]
/openssl-master/include/openssl/
A Devp.h1380 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey);
1385 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
1395 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
1398 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
1403 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp,
1406 EVP_PKEY *d2i_KeyParams_bio(int type, EVP_PKEY **a, BIO *in);
1408 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
1411 int EVP_PKEY_parameters_eq(const EVP_PKEY *a, const EVP_PKEY *b);
1412 int EVP_PKEY_eq(const EVP_PKEY *a, const EVP_PKEY *b);
1416 int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b);
[all …]
A Dpem.h427 unsigned int *siglen, EVP_PKEY *pkey);
473 DECLARE_PEM_rw_cb_ex(PrivateKey, EVP_PKEY)
474 DECLARE_PEM_rw_ex(PUBKEY, EVP_PKEY)
494 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
508 EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb,
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);
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);
[all …]
/openssl-master/crypto/evp/
A Dp_lib.c121 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters()
236 static int evp_pkey_cmp_any(const EVP_PKEY *a, const EVP_PKEY *b, in evp_pkey_cmp_any()
248 return evp_keymgmt_util_match((EVP_PKEY *)a, (EVP_PKEY *)b, selection); in evp_pkey_cmp_any()
300 int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp_parameters()
306 int EVP_PKEY_parameters_eq(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_parameters_eq()
325 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp()
331 int EVP_PKEY_eq(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_eq()
378 EVP_PKEY *pkey = NULL; in new_raw_key_int()
1651 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey) in EVP_PKEY_dup()
1653 EVP_PKEY *dup_pk; in EVP_PKEY_dup()
[all …]
A Dp_legacy.c25 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) in EVP_PKEY_set1_RSA()
34 RSA *evp_pkey_get0_RSA_int(const EVP_PKEY *pkey) in evp_pkey_get0_RSA_int()
40 return evp_pkey_get_legacy((EVP_PKEY *)pkey); in evp_pkey_get0_RSA_int()
43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA()
48 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) in EVP_PKEY_get1_RSA()
58 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) in EVP_PKEY_set1_EC_KEY()
69 EC_KEY *evp_pkey_get0_EC_KEY_int(const EVP_PKEY *pkey) in evp_pkey_get0_EC_KEY_int()
75 return evp_pkey_get_legacy((EVP_PKEY *)pkey); in evp_pkey_get0_EC_KEY_int()
78 const EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) in EVP_PKEY_get0_EC_KEY()
83 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) in EVP_PKEY_get1_EC_KEY()
A Devp_pkey.c27 EVP_PKEY *pkey = NULL; in evp_pkcs82pkey_legacy()
69 EVP_PKEY *pkey = NULL; in EVP_PKCS82PKEY_ex()
96 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8) in EVP_PKCS82PKEY()
103 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(const EVP_PKEY *pkey) in EVP_PKEY2PKCS8()
164 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count()
185 X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) in EVP_PKEY_delete_attr()
190 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr()
197 int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_OBJ()
206 int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_NID()
215 int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_txt()
[all …]
/openssl-master/crypto/ec/
A Dec_ameth.c134 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in eckey_pub_cmp()
213 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size()
218 static int ec_bits(const EVP_PKEY *pkey) in ec_bits()
247 static int ec_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in ec_copy_parameters()
267 static int ec_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in ec_cmp_parameters()
280 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free()
354 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode()
388 static int old_ec_priv_decode(EVP_PKEY *pkey, in old_ec_priv_decode()
431 static int ec_pkey_check(const EVP_PKEY *pkey) in ec_pkey_check()
474 size_t ec_pkey_dirty_cnt(const EVP_PKEY *pkey) in ec_pkey_dirty_cnt()
[all …]
/openssl-master/crypto/dh/
A Ddh_ameth.c55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free()
224 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode()
297 static int int_dh_size(const EVP_PKEY *pkey) in int_dh_size()
302 static int dh_bits(const EVP_PKEY *pkey) in dh_bits()
307 static int dh_security_bits(const EVP_PKEY *pkey) in dh_security_bits()
312 static int dh_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in dh_cmp_parameters()
343 static int dh_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in dh_copy_parameters()
354 static int dh_missing_parameters(const EVP_PKEY *a) in dh_missing_parameters()
361 static int dh_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in dh_pub_cmp()
503 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in dh_pkey_import_from_type()
[all …]
/openssl-master/crypto/dsa/
A Ddsa_ameth.c215 static int int_dsa_size(const EVP_PKEY *pkey) in int_dsa_size()
220 static int dsa_bits(const EVP_PKEY *pkey) in dsa_bits()
225 static int dsa_security_bits(const EVP_PKEY *pkey) in dsa_security_bits()
240 static int dsa_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in dsa_copy_parameters()
254 static int dsa_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in dsa_cmp_parameters()
259 static int dsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in dsa_pub_cmp()
264 static void int_dsa_free(EVP_PKEY *pkey) in int_dsa_free()
317 static int dsa_param_decode(EVP_PKEY *pkey, in dsa_param_decode()
353 static int old_dsa_priv_decode(EVP_PKEY *pkey, in old_dsa_priv_decode()
479 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in dsa_pkey_import_from()
[all …]
/openssl-master/doc/man7/
A DEVP_SIGNATURE-HMAC.pod7 - The legacy B<EVP_PKEY> MAC signature implementations
22 See L<EVP_PKEY-HMAC(7)>, L<EVP_PKEY-Siphash(7)>, L<EVP_PKEY-Poly1305(7)> or
23 L<EVP_PKEY-CMAC(7)> for details about parameters that are supported during the
24 creation of an EVP_PKEY.
30 L<EVP_PKEY-HMAC(7)>,
31 L<EVP_PKEY-Siphash(7)>,
32 L<EVP_PKEY-Poly1305(7)>,
33 L<EVP_PKEY-CMAC(7)>,
/openssl-master/test/helpers/
A Dpredefined_dhparams.c18 static EVP_PKEY *get_dh_from_pg_bn(OSSL_LIB_CTX *libctx, const char *type, in get_dh_from_pg_bn()
24 EVP_PKEY *dhpkey = NULL; in get_dh_from_pg_bn()
48 static EVP_PKEY *get_dh_from_pg(OSSL_LIB_CTX *libctx, const char *type, in get_dh_from_pg()
53 EVP_PKEY *dhpkey = NULL; in get_dh_from_pg()
72 EVP_PKEY *get_dh512(OSSL_LIB_CTX *libctx) in get_dh512()
90 EVP_PKEY *get_dhx512(OSSL_LIB_CTX *libctx) in get_dhx512()
119 EVP_PKEY *get_dh1024dsa(OSSL_LIB_CTX *libctx) in get_dh1024dsa()
152 EVP_PKEY *get_dh2048(OSSL_LIB_CTX *libctx) in get_dh2048()
155 EVP_PKEY *dhpkey = NULL; in get_dh2048()
/openssl-master/crypto/x509/
A Dx_pubkey.c35 EVP_PKEY *pkey;
400 EVP_PKEY *pkey; in x509_pubkey_decode()
480 static EVP_PKEY *d2i_PUBKEY_int(EVP_PKEY **a, in d2i_PUBKEY_int()
603 EVP_PKEY *pkey; in d2i_RSA_PUBKEY()
644 EVP_PKEY *pkey; in ossl_d2i_DH_PUBKEY()
685 EVP_PKEY *pkey; in ossl_d2i_DHx_PUBKEY()
728 EVP_PKEY *pkey; in d2i_DSA_PUBKEY()
770 EVP_PKEY *pkey; in d2i_EC_PUBKEY()
814 EVP_PKEY *pkey; in ossl_d2i_ED25519_PUBKEY()
855 EVP_PKEY *pkey; in ossl_d2i_ED448_PUBKEY()
[all …]
A Dx_all.c31 int X509_verify(X509 *a, EVP_PKEY *r) in X509_verify()
49 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r) in X509_REQ_verify()
54 int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r) in NETSCAPE_SPKI_verify()
648 EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a) in d2i_PrivateKey_fp()
653 EVP_PKEY *d2i_PrivateKey_ex_fp(FILE *fp, EVP_PKEY **a, OSSL_LIB_CTX *libctx, in d2i_PrivateKey_ex_fp()
669 int i2d_PUBKEY_fp(FILE *fp, const EVP_PKEY *pkey) in i2d_PUBKEY_fp()
674 EVP_PKEY *d2i_PUBKEY_fp(FILE *fp, EVP_PKEY **a) in d2i_PUBKEY_fp()
712 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a) in d2i_PrivateKey_bio()
717 EVP_PKEY *d2i_PrivateKey_ex_bio(BIO *bp, EVP_PKEY **a, OSSL_LIB_CTX *libctx, in d2i_PrivateKey_ex_bio()
736 int i2d_PUBKEY_bio(BIO *bp, const EVP_PKEY *pkey) in i2d_PUBKEY_bio()
[all …]
/openssl-master/apps/include/
A Dapps.h120 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,
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,
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,
[all …]

Completed in 50 milliseconds

12345678910>>...15