Home
last modified time | relevance | path

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

12345678910>>...17

/openssl/include/crypto/
H 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/crypto/pem/
H A Dpem_pkey.c33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder()
99 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy()
214 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key()
262 EVP_PKEY *PEM_read_bio_PUBKEY_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PUBKEY_ex()
270 EVP_PKEY *PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PUBKEY()
277 EVP_PKEY *PEM_read_PUBKEY_ex(FILE *fp, EVP_PKEY **x, in PEM_read_PUBKEY_ex()
282 EVP_PKEY *ret; in PEM_read_PUBKEY_ex()
300 EVP_PKEY *PEM_read_bio_PrivateKey_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PrivateKey_ex()
374 EVP_PKEY *PEM_read_bio_Parameters_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_Parameters_ex()
385 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
[all …]
H 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 …]
H 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/crypto/asn1/
H A Dameth_lib.c215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
280 int (*pub_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()
284 int (*pub_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_public()
285 const EVP_PKEY *b), in EVP_PKEY_asn1_set_public()
301 int (*priv_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_private()
317 int (*param_decode) (EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
323 int (*param_copy) (EVP_PKEY *to, in EVP_PKEY_asn1_set_param()
325 int (*param_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_param()
326 const EVP_PKEY *b), in EVP_PKEY_asn1_set_param()
340 void (*pkey_free) (EVP_PKEY *pkey)) in EVP_PKEY_asn1_set_free()
[all …]
H A Dd2i_pr.c27 static EVP_PKEY *
90 EVP_PKEY *
94 EVP_PKEY *ret; in ossl_d2i_PrivateKey_legacy()
156 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_ex()
160 EVP_PKEY *ret; in d2i_PrivateKey_ex()
169 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey()
175 static EVP_PKEY *d2i_AutoPrivateKey_legacy(EVP_PKEY **a, in d2i_AutoPrivateKey_legacy()
204 EVP_PKEY *ret; in d2i_AutoPrivateKey_legacy()
231 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey_ex()
235 EVP_PKEY *ret; in d2i_AutoPrivateKey_ex()
[all …]
/openssl/include/openssl/
H A Devp.h1398 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey);
1403 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
1413 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
1416 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
1421 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp,
1424 EVP_PKEY *d2i_KeyParams_bio(int type, EVP_PKEY **a, BIO *in);
1426 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
1429 int EVP_PKEY_parameters_eq(const EVP_PKEY *a, const EVP_PKEY *b);
1430 int EVP_PKEY_eq(const EVP_PKEY *a, const EVP_PKEY *b);
1434 int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b);
[all …]
/openssl/crypto/evp/
H A Dp_lib.c127 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters()
242 static int evp_pkey_cmp_any(const EVP_PKEY *a, const EVP_PKEY *b, in evp_pkey_cmp_any()
254 return evp_keymgmt_util_match((EVP_PKEY *)a, (EVP_PKEY *)b, selection); in evp_pkey_cmp_any()
306 int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp_parameters()
312 int EVP_PKEY_parameters_eq(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_parameters_eq()
331 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp()
337 int EVP_PKEY_eq(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_eq()
391 EVP_PKEY *pkey = NULL; in new_raw_key_int()
1680 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey) in EVP_PKEY_dup()
1682 EVP_PKEY *dup_pk; in EVP_PKEY_dup()
[all …]
H 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()
H A Devp_pkey.c28 EVP_PKEY *pkey = NULL; in evp_pkcs82pkey_legacy()
70 EVP_PKEY *pkey = NULL; in EVP_PKCS82PKEY_ex()
117 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8) in EVP_PKCS82PKEY()
124 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(const EVP_PKEY *pkey) in EVP_PKEY2PKCS8()
185 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count()
206 X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) in EVP_PKEY_delete_attr()
211 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr()
218 int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_OBJ()
227 int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_NID()
236 int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_txt()
[all …]
/openssl/doc/man3/
H 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 …]
H 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 …]
H 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 …]
H A DEVP_PKEY_CTX_get0_pkey.pod7 - functions for accessing the EVP_PKEY associated with an EVP_PKEY_CTX
13 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx);
14 EVP_PKEY *EVP_PKEY_CTX_get0_peerkey(EVP_PKEY_CTX *ctx);
18 EVP_PKEY_CTX_get0_pkey() is used to access the B<EVP_PKEY>
20 The B<EVP_PKEY> obtained is the one used for creating the B<EVP_PKEY_CTX>
23 EVP_PKEY_CTX_get0_peerkey() is used to access the peer B<EVP_PKEY>
25 The peer B<EVP_PKEY> obtained is the one set using
30 EVP_PKEY_CTX_get0_pkey() returns the B<EVP_PKEY> associated with the
33 EVP_PKEY_CTX_get0_peerkey() returns the peer B<EVP_PKEY> associated with the
36 The returned EVP_PKEY objects are owned by the EVP_PKEY_CTX,
[all …]
H 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)>
H 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>,
129 EVP_PKEY *pkey = NULL;
170 EVP_PKEY *pkey = NULL;
262 L<EVP_PKEY-RSA(7)>, L<EVP_PKEY-DSA(7)>, L<EVP_PKEY-DH(7)>, L<EVP_PKEY-EC(7)>,
263 L<EVP_PKEY-ED448(7)>, L<EVP_PKEY-X25519(7)>, L<EVP_PKEY-X448(7)>,
[all …]
H 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/crypto/dh/
H A Ddh_ameth.c55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free()
227 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode()
300 static int int_dh_size(const EVP_PKEY *pkey) in int_dh_size()
305 static int dh_bits(const EVP_PKEY *pkey) in dh_bits()
310 static int dh_security_bits(const EVP_PKEY *pkey) in dh_security_bits()
315 static int dh_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in dh_cmp_parameters()
346 static int dh_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in dh_copy_parameters()
357 static int dh_missing_parameters(const EVP_PKEY *a) in dh_missing_parameters()
364 static int dh_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in dh_pub_cmp()
513 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in dh_pkey_import_from_type()
[all …]
/openssl/crypto/ec/
H A Dec_ameth.c131 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in eckey_pub_cmp()
205 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size()
210 static int ec_bits(const EVP_PKEY *pkey) in ec_bits()
239 static int ec_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in ec_copy_parameters()
259 static int ec_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in ec_cmp_parameters()
272 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free()
346 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode()
380 static int old_ec_priv_decode(EVP_PKEY *pkey, in old_ec_priv_decode()
423 static int ec_pkey_check(const EVP_PKEY *pkey) in ec_pkey_check()
466 size_t ec_pkey_dirty_cnt(const EVP_PKEY *pkey) in ec_pkey_dirty_cnt()
[all …]
/openssl/crypto/dsa/
H A Ddsa_ameth.c218 static int int_dsa_size(const EVP_PKEY *pkey) in int_dsa_size()
223 static int dsa_bits(const EVP_PKEY *pkey) in dsa_bits()
228 static int dsa_security_bits(const EVP_PKEY *pkey) in dsa_security_bits()
243 static int dsa_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in dsa_copy_parameters()
257 static int dsa_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in dsa_cmp_parameters()
262 static int dsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in dsa_pub_cmp()
267 static void int_dsa_free(EVP_PKEY *pkey) in int_dsa_free()
320 static int dsa_param_decode(EVP_PKEY *pkey, in dsa_param_decode()
356 static int old_dsa_priv_decode(EVP_PKEY *pkey, in old_dsa_priv_decode()
482 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in dsa_pkey_import_from()
[all …]
/openssl/test/helpers/
H 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()
173 EVP_PKEY *get_dh4096(OSSL_LIB_CTX *libctx) in get_dh4096()
[all …]
H A Dpredefined_dhparams.h13 EVP_PKEY *get_dh512(OSSL_LIB_CTX *libctx);
14 EVP_PKEY *get_dhx512(OSSL_LIB_CTX *libctx);
15 EVP_PKEY *get_dh1024dsa(OSSL_LIB_CTX *libct);
16 EVP_PKEY *get_dh2048(OSSL_LIB_CTX *libctx);
17 EVP_PKEY *get_dh4096(OSSL_LIB_CTX *libctx);
/openssl/doc/man7/
H 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/crypto/x509/
H A Dx_all.c33 int X509_verify(X509 *a, EVP_PKEY *r) in X509_verify()
56 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r) in X509_REQ_verify()
61 int X509_ACERT_verify(X509_ACERT *a, EVP_PKEY *r) in X509_ACERT_verify()
727 EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a) in d2i_PrivateKey_fp()
732 EVP_PKEY *d2i_PrivateKey_ex_fp(FILE *fp, EVP_PKEY **a, OSSL_LIB_CTX *libctx, in d2i_PrivateKey_ex_fp()
753 EVP_PKEY *d2i_PUBKEY_ex_fp(FILE *fp, EVP_PKEY **a, OSSL_LIB_CTX *libctx, in d2i_PUBKEY_ex_fp()
769 EVP_PKEY *d2i_PUBKEY_fp(FILE *fp, EVP_PKEY **a) in d2i_PUBKEY_fp()
807 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a) in d2i_PrivateKey_bio()
812 EVP_PKEY *d2i_PrivateKey_ex_bio(BIO *bp, EVP_PKEY **a, OSSL_LIB_CTX *libctx, in d2i_PrivateKey_ex_bio()
836 EVP_PKEY *d2i_PUBKEY_ex_bio(BIO *bp, EVP_PKEY **a, OSSL_LIB_CTX *libctx, in d2i_PUBKEY_ex_bio()
[all …]
H A Dx_pubkey.c35 EVP_PKEY *pkey;
406 EVP_PKEY *pkey; in x509_pubkey_decode()
486 static EVP_PKEY *d2i_PUBKEY_int(EVP_PKEY **a, in d2i_PUBKEY_int()
607 EVP_PKEY *pkey; in d2i_RSA_PUBKEY()
648 EVP_PKEY *pkey; in ossl_d2i_DH_PUBKEY()
689 EVP_PKEY *pkey; in ossl_d2i_DHx_PUBKEY()
732 EVP_PKEY *pkey; in d2i_DSA_PUBKEY()
798 EVP_PKEY *pkey; in d2i_EC_PUBKEY()
843 EVP_PKEY *pkey; in ossl_d2i_ED25519_PUBKEY()
884 EVP_PKEY *pkey; in ossl_d2i_ED448_PUBKEY()
[all …]

Completed in 75 milliseconds

12345678910>>...17