Home
last modified time | relevance | path

Searched refs:EVP_PKEY_METHOD (Results 1 – 24 of 24) sorted by relevance

/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod6 EVP_PKEY_meth_add0, EVP_PKEY_METHOD,
26 - manipulating EVP_PKEY_METHOD structure
36 typedef struct evp_pkey_method_st EVP_PKEY_METHOD;
38 EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags);
39 void EVP_PKEY_meth_free(EVP_PKEY_METHOD *pmeth);
40 void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src);
41 const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type);
42 int EVP_PKEY_meth_add0(const EVP_PKEY_METHOD *pmeth);
45 void EVP_PKEY_meth_set_init(EVP_PKEY_METHOD *pmeth,
47 void EVP_PKEY_meth_set_copy(EVP_PKEY_METHOD *pmeth,
[all …]
H A DEVP_PKEY_meth_get_count.pod16 const EVP_PKEY_METHOD *EVP_PKEY_meth_get0(size_t idx);
18 const EVP_PKEY_METHOD *meth);
H A DEVP_PKEY_set1_RSA.pod135 If I<engine> does not include an B<EVP_PKEY_METHOD> for I<pkey> an
/openssl/crypto/evp/
H A Dpmeth_lib.c48 typedef const EVP_PKEY_METHOD *(*pmeth_fn)(void);
86 static int pmeth_cmp(const EVP_PKEY_METHOD *const *a, in pmeth_cmp()
87 const EVP_PKEY_METHOD *const *b) in pmeth_cmp()
96 EVP_PKEY_METHOD tmp; in evp_pkey_meth_find_added_by_application()
106 const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type) in EVP_PKEY_meth_find()
109 EVP_PKEY_METHOD tmp; in EVP_PKEY_meth_find()
110 const EVP_PKEY_METHOD *t; in EVP_PKEY_meth_find()
126 EVP_PKEY_METHOD *pmeth; in EVP_PKEY_meth_new()
421 void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src) in EVP_PKEY_meth_copy()
433 void EVP_PKEY_meth_free(EVP_PKEY_METHOD *pmeth) in EVP_PKEY_meth_free()
[all …]
/openssl/include/openssl/
H A Devp.h2062 (EVP_PKEY_METHOD *pmeth, int (*copy) (EVP_PKEY_CTX *dst,
2111 (EVP_PKEY_METHOD *pmeth,
2115 (EVP_PKEY_METHOD *pmeth,
2120 (EVP_PKEY_METHOD *pmeth, int (*check) (EVP_PKEY *pkey));
2150 (const EVP_PKEY_METHOD *pmeth,
2156 (const EVP_PKEY_METHOD *pmeth,
2161 (const EVP_PKEY_METHOD *pmeth,
2177 (const EVP_PKEY_METHOD *pmeth,
2182 (const EVP_PKEY_METHOD *pmeth,
2186 (const EVP_PKEY_METHOD *pmeth,
[all …]
H A Dtypes.h120 typedef struct evp_pkey_method_st EVP_PKEY_METHOD; typedef
H A Dengine.h300 typedef int (*ENGINE_PKEY_METHS_PTR) (ENGINE *, EVP_PKEY_METHOD **,
586 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid);
/openssl/crypto/engine/
H A Dtb_pkmeth.c74 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid) in ENGINE_get_pkey_meth()
76 EVP_PKEY_METHOD *ret; in ENGINE_get_pkey_meth()
106 EVP_PKEY_METHOD *pkm; in engine_pkey_meths_free()
H A Deng_openssl.c83 static int ossl_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth,
611 static EVP_PKEY_METHOD *ossl_hmac_meth;
615 EVP_PKEY_METHOD *meth; in ossl_register_hmac_meth()
633 static int ossl_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, in ossl_pkey_meths()
/openssl/include/crypto/
H A Devp.h123 const EVP_PKEY_METHOD *pmeth;
194 DEFINE_STACK_OF_CONST(EVP_PKEY_METHOD)
198 const EVP_PKEY_METHOD *ossl_dh_pkey_method(void);
199 const EVP_PKEY_METHOD *ossl_dhx_pkey_method(void);
200 const EVP_PKEY_METHOD *ossl_dsa_pkey_method(void);
201 const EVP_PKEY_METHOD *ossl_ec_pkey_method(void);
203 const EVP_PKEY_METHOD *ossl_ecx448_pkey_method(void);
204 const EVP_PKEY_METHOD *ossl_ed25519_pkey_method(void);
205 const EVP_PKEY_METHOD *ossl_ed448_pkey_method(void);
206 const EVP_PKEY_METHOD *ossl_rsa_pkey_method(void);
[all …]
/openssl/crypto/ec/
H A Decx_meth.c784 static const EVP_PKEY_METHOD ecx25519_pkey_meth = {
794 static const EVP_PKEY_METHOD ecx448_pkey_meth = {
914 static const EVP_PKEY_METHOD ed25519_pkey_meth = {
925 static const EVP_PKEY_METHOD ed448_pkey_meth = {
1356 static const EVP_PKEY_METHOD ecx448_s390x_pkey_meth = {
1365 static const EVP_PKEY_METHOD ed25519_s390x_pkey_meth = {
1376 static const EVP_PKEY_METHOD ed448_s390x_pkey_meth = {
1388 const EVP_PKEY_METHOD *ossl_ecx25519_pkey_method(void) in ossl_ecx25519_pkey_method()
1397 const EVP_PKEY_METHOD *ossl_ecx448_pkey_method(void) in ossl_ecx448_pkey_method()
1406 const EVP_PKEY_METHOD *ossl_ed25519_pkey_method(void) in ossl_ed25519_pkey_method()
[all …]
H A Dec_pmeth.c473 static const EVP_PKEY_METHOD ec_pkey_meth = {
512 const EVP_PKEY_METHOD *ossl_ec_pkey_method(void) in ossl_ec_pkey_method()
/openssl/crypto/dh/
H A Ddh_pmeth.c462 static const EVP_PKEY_METHOD dh_pkey_meth = {
496 const EVP_PKEY_METHOD *ossl_dh_pkey_method(void) in ossl_dh_pkey_method()
501 static const EVP_PKEY_METHOD dhx_pkey_meth = {
535 const EVP_PKEY_METHOD *ossl_dhx_pkey_method(void) in ossl_dhx_pkey_method()
/openssl/test/
H A Dpkey_meth_test.c61 const EVP_PKEY_METHOD *pmeth; in test_pkey_meths()
H A Denginetest.c191 static EVP_PKEY_METHOD *test_rsa = NULL;
203 static int test_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, in test_pkey_meths()
H A Devp_extra_test.c2715 static EVP_PKEY_METHOD *custom_pmeth;
4879 static EVP_PKEY_METHOD *custom_pmeth = NULL;
4880 static const EVP_PKEY_METHOD *orig_pmeth = NULL;
/openssl/crypto/dsa/
H A Ddsa_pmeth.c271 static const EVP_PKEY_METHOD dsa_pkey_meth = {
304 const EVP_PKEY_METHOD *ossl_dsa_pkey_method(void) in ossl_dsa_pkey_method()
/openssl/engines/
H A De_dasync.c108 static int dasync_pkey(ENGINE *e, EVP_PKEY_METHOD **pmeth,
129 static EVP_PKEY_METHOD *dasync_rsa;
130 static const EVP_PKEY_METHOD *dasync_rsa_orig;
433 static int dasync_pkey(ENGINE *e, EVP_PKEY_METHOD **pmeth, in dasync_pkey()
/openssl/crypto/rsa/
H A Drsa_pmeth.c821 static const EVP_PKEY_METHOD rsa_pkey_meth = {
856 const EVP_PKEY_METHOD *ossl_rsa_pkey_method(void) in ossl_rsa_pkey_method()
913 static const EVP_PKEY_METHOD rsa_pss_pkey_meth = {
937 const EVP_PKEY_METHOD *ossl_rsa_pss_pkey_method(void) in ossl_rsa_pss_pkey_method()
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod34 structure, and is governed by an associated L<EVP_PKEY_METHOD(3)> and
/openssl/util/
H A Dindent.pro245 -T EVP_PKEY_METHOD
H A Dother.syms51 EVP_PKEY_METHOD datatype
/openssl/apps/
H A Dlist.c1181 const EVP_PKEY_METHOD *pmeth = EVP_PKEY_meth_get0(i); in list_pkey_meth()
/openssl/
H A DCHANGES.md9069 those which went through EVP_PKEY_METHOD in 1.0.0 and later. Detect
9171 to EVP_PKEY_ASN1_METHOD: this is not in EVP_PKEY_METHOD since the ASN1
9172 handling will be the same no matter what EVP_PKEY_METHOD is used.
9368 * Add functions to copy EVP_PKEY_METHOD and retrieve flags and id.
10702 EVP_PKEY_METHOD before and after signing via the EVP_PKEY_CTRL_PKCS7_SIGN
10773 * Initial engine support for EVP_PKEY_METHOD. New functions to permit
10881 generate keys for any algorithm. Extend and update EVP_PKEY_METHOD to
10893 * Initial definitions for EVP_PKEY_METHOD. This will be a high level public

Completed in 196 milliseconds