Symbol: EVP_PKEY_ASN1_METHOD
crypto/openssl/apps/lib/engine.c
139
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/apps/list.c
1248
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/asn1/ameth_lib.c
106
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
crypto/openssl/crypto/asn1/ameth_lib.c
110
const EVP_PKEY_ASN1_METHOD *ameth = NULL;
crypto/openssl/crypto/asn1/ameth_lib.c
142
int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth)
crypto/openssl/crypto/asn1/ameth_lib.c
144
EVP_PKEY_ASN1_METHOD tmp = {
crypto/openssl/crypto/asn1/ameth_lib.c
185
EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/asn1/ameth_lib.c
200
const EVP_PKEY_ASN1_METHOD *ameth)
crypto/openssl/crypto/asn1/ameth_lib.c
217
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey)
crypto/openssl/crypto/asn1/ameth_lib.c
222
EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags,
crypto/openssl/crypto/asn1/ameth_lib.c
225
EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth));
crypto/openssl/crypto/asn1/ameth_lib.c
24
static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;
crypto/openssl/crypto/asn1/ameth_lib.c
253
void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst,
crypto/openssl/crypto/asn1/ameth_lib.c
254
const EVP_PKEY_ASN1_METHOD *src)
crypto/openssl/crypto/asn1/ameth_lib.c
26
DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
crypto/openssl/crypto/asn1/ameth_lib.c
27
const EVP_PKEY_ASN1_METHOD *, ameth);
crypto/openssl/crypto/asn1/ameth_lib.c
272
void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth)
crypto/openssl/crypto/asn1/ameth_lib.c
281
void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
29
static int ameth_cmp(const EVP_PKEY_ASN1_METHOD *const *a,
crypto/openssl/crypto/asn1/ameth_lib.c
30
const EVP_PKEY_ASN1_METHOD *const *b)
crypto/openssl/crypto/asn1/ameth_lib.c
302
void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
318
void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
341
void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
347
void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
35
IMPLEMENT_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
crypto/openssl/crypto/asn1/ameth_lib.c
354
void EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
36
const EVP_PKEY_ASN1_METHOD *, ameth);
crypto/openssl/crypto/asn1/ameth_lib.c
361
void EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
379
void EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
387
void EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
393
void EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
399
void EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
405
void EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
414
void EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
422
void EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
430
void EVP_PKEY_asn1_set_get_pub_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/asn1/ameth_lib.c
46
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx)
crypto/openssl/crypto/asn1/ameth_lib.c
57
static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type)
crypto/openssl/crypto/asn1/ameth_lib.c
59
EVP_PKEY_ASN1_METHOD tmp;
crypto/openssl/crypto/asn1/ameth_lib.c
60
const EVP_PKEY_ASN1_METHOD *t = &tmp, **ret;
crypto/openssl/crypto/asn1/ameth_lib.c
81
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
crypto/openssl/crypto/asn1/ameth_lib.c
83
const EVP_PKEY_ASN1_METHOD *t;
crypto/openssl/crypto/asn1/standard_methods.h
15
static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
crypto/openssl/crypto/core_namemap.c
435
static void get_legacy_pkey_meth_names(const EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/crypto/dh/dh_ameth.c
560
const EVP_PKEY_ASN1_METHOD ossl_dh_asn1_meth = {
crypto/openssl/crypto/dh/dh_ameth.c
606
const EVP_PKEY_ASN1_METHOD ossl_dhx_asn1_meth = {
crypto/openssl/crypto/dsa/dsa_ameth.c
518
const EVP_PKEY_ASN1_METHOD ossl_dsa_asn1_meths[4] = {
crypto/openssl/crypto/ec/ec_ameth.c
650
const EVP_PKEY_ASN1_METHOD ossl_eckey_asn1_meth = {
crypto/openssl/crypto/ec/ec_ameth.c
702
const EVP_PKEY_ASN1_METHOD ossl_sm2_asn1_meth = {
crypto/openssl/crypto/ec/ecx_meth.c
427
const EVP_PKEY_ASN1_METHOD ossl_ecx25519_asn1_meth = {
crypto/openssl/crypto/ec/ecx_meth.c
481
const EVP_PKEY_ASN1_METHOD ossl_ecx448_asn1_meth = {
crypto/openssl/crypto/ec/ecx_meth.c
610
const EVP_PKEY_ASN1_METHOD ossl_ed25519_asn1_meth = {
crypto/openssl/crypto/ec/ecx_meth.c
663
const EVP_PKEY_ASN1_METHOD ossl_ed448_asn1_meth = {
crypto/openssl/crypto/engine/tb_asnmth.c
119
EVP_PKEY_ASN1_METHOD *pkm;
crypto/openssl/crypto/engine/tb_asnmth.c
139
const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
crypto/openssl/crypto/engine/tb_asnmth.c
145
EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/engine/tb_asnmth.c
163
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/engine/tb_asnmth.c
176
EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/engine/tb_asnmth.c
188
const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
crypto/openssl/crypto/engine/tb_asnmth.c
87
const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
crypto/openssl/crypto/engine/tb_asnmth.c
89
EVP_PKEY_ASN1_METHOD *ret;
crypto/openssl/crypto/evp/evp_pkey.c
247
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/evp/p_lib.c
1021
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/evp/p_lib.c
1552
const EVP_PKEY_ASN1_METHOD *ameth = NULL;
crypto/openssl/crypto/evp/p_lib.c
1753
const EVP_PKEY_ASN1_METHOD *ameth = pkey->ameth;
crypto/openssl/crypto/evp/p_lib.c
1790
const EVP_PKEY_ASN1_METHOD *ameth = x->ameth;
crypto/openssl/crypto/evp/p_lib.c
422
const EVP_PKEY_ASN1_METHOD *ameth = NULL;
crypto/openssl/crypto/pem/pem_lib.c
136
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/pem/pem_lib.c
156
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/pem/pem_pkey.c
175
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/rsa/rsa_ameth.c
1014
const EVP_PKEY_ASN1_METHOD ossl_rsa_pss_asn1_meth = {
crypto/openssl/crypto/rsa/rsa_ameth.c
968
const EVP_PKEY_ASN1_METHOD ossl_rsa_asn1_meths[2] = {
crypto/openssl/crypto/x509/t_x509.c
302
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/x509/v3_ac_tgt.c
146
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/crypto/x509/x509_set.c
217
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/engines/e_loader_attic.c
521
const EVP_PKEY_ASN1_METHOD *ameth = NULL;
crypto/openssl/engines/e_loader_attic.c
559
EVP_PKEY_ASN1_METHOD *ameth2 = NULL;
crypto/openssl/engines/e_loader_attic.c
685
const EVP_PKEY_ASN1_METHOD *ameth = NULL;
crypto/openssl/include/crypto/asn1.h
100
extern const EVP_PKEY_ASN1_METHOD ossl_ed448_asn1_meth;
crypto/openssl/include/crypto/asn1.h
101
extern const EVP_PKEY_ASN1_METHOD ossl_sm2_asn1_meth;
crypto/openssl/include/crypto/asn1.h
103
extern const EVP_PKEY_ASN1_METHOD ossl_rsa_asn1_meths[2];
crypto/openssl/include/crypto/asn1.h
104
extern const EVP_PKEY_ASN1_METHOD ossl_rsa_pss_asn1_meth;
crypto/openssl/include/crypto/asn1.h
91
DEFINE_STACK_OF_CONST(EVP_PKEY_ASN1_METHOD)
crypto/openssl/include/crypto/asn1.h
93
extern const EVP_PKEY_ASN1_METHOD ossl_dh_asn1_meth;
crypto/openssl/include/crypto/asn1.h
94
extern const EVP_PKEY_ASN1_METHOD ossl_dhx_asn1_meth;
crypto/openssl/include/crypto/asn1.h
95
extern const EVP_PKEY_ASN1_METHOD ossl_dsa_asn1_meths[4];
crypto/openssl/include/crypto/asn1.h
96
extern const EVP_PKEY_ASN1_METHOD ossl_eckey_asn1_meth;
crypto/openssl/include/crypto/asn1.h
97
extern const EVP_PKEY_ASN1_METHOD ossl_ecx25519_asn1_meth;
crypto/openssl/include/crypto/asn1.h
98
extern const EVP_PKEY_ASN1_METHOD ossl_ecx448_asn1_meth;
crypto/openssl/include/crypto/asn1.h
99
extern const EVP_PKEY_ASN1_METHOD ossl_ed25519_asn1_meth;
crypto/openssl/include/crypto/evp.h
679
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/include/openssl/engine.h
302
typedef int (*ENGINE_PKEY_ASN1_METHS_PTR)(ENGINE *, EVP_PKEY_ASN1_METHOD **,
crypto/openssl/include/openssl/engine.h
590
const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid);
crypto/openssl/include/openssl/engine.h
592
const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
crypto/openssl/include/openssl/engine.h
596
const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
crypto/openssl/include/openssl/evp.h
1609
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);
crypto/openssl/include/openssl/evp.h
1610
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
crypto/openssl/include/openssl/evp.h
1611
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
crypto/openssl/include/openssl/evp.h
1613
int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth);
crypto/openssl/include/openssl/evp.h
1618
const EVP_PKEY_ASN1_METHOD *ameth);
crypto/openssl/include/openssl/evp.h
1620
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey);
crypto/openssl/include/openssl/evp.h
1621
EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags,
crypto/openssl/include/openssl/evp.h
1624
void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst,
crypto/openssl/include/openssl/evp.h
1625
const EVP_PKEY_ASN1_METHOD *src);
crypto/openssl/include/openssl/evp.h
1626
void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth);
crypto/openssl/include/openssl/evp.h
1627
void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1639
void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1649
void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1665
void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1667
void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1670
void EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1684
void EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1689
void EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1692
void EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1695
void EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1698
void EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1703
void EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1707
void EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1711
void EVP_PKEY_asn1_set_get_pub_key(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/include/openssl/evp.h
1716
void EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth,
crypto/openssl/ssl/ssl_ciph.c
286
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/ssl/ssl_ciph.c
298
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/test/asn1_internal_test.c
74
const EVP_PKEY_ASN1_METHOD **tmp;
crypto/openssl/test/helpers/ssl_test_ctx.c
517
const EVP_PKEY_ASN1_METHOD *ameth;
crypto/openssl/test/pkey_meth_test.c
28
const EVP_PKEY_ASN1_METHOD *ameth;