lib/libcrypto/ct/ct_local.h
263
extern const X509V3_EXT_METHOD v3_ct_scts[3];
lib/libcrypto/ct/ct_x509v3.c
132
static const X509V3_EXT_METHOD x509v3_ext_ct_precert_scts = {
lib/libcrypto/ct/ct_x509v3.c
149
const X509V3_EXT_METHOD *
lib/libcrypto/ct/ct_x509v3.c
156
static const X509V3_EXT_METHOD x509v3_ext_ct_precert_poison = {
lib/libcrypto/ct/ct_x509v3.c
173
const X509V3_EXT_METHOD *
lib/libcrypto/ct/ct_x509v3.c
180
static const X509V3_EXT_METHOD x509v3_ext_ct_cert_scts = {
lib/libcrypto/ct/ct_x509v3.c
197
const X509V3_EXT_METHOD *
lib/libcrypto/ct/ct_x509v3.c
69
i2s_poison(const X509V3_EXT_METHOD *method, void *val)
lib/libcrypto/ct/ct_x509v3.c
75
s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str)
lib/libcrypto/ct/ct_x509v3.c
81
i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out,
lib/libcrypto/stack/safestack.h
1321
#define sk_X509V3_EXT_METHOD_new(cmp) SKM_sk_new(X509V3_EXT_METHOD, (cmp))
lib/libcrypto/stack/safestack.h
1322
#define sk_X509V3_EXT_METHOD_new_null() SKM_sk_new_null(X509V3_EXT_METHOD)
lib/libcrypto/stack/safestack.h
1323
#define sk_X509V3_EXT_METHOD_free(st) SKM_sk_free(X509V3_EXT_METHOD, (st))
lib/libcrypto/stack/safestack.h
1324
#define sk_X509V3_EXT_METHOD_num(st) SKM_sk_num(X509V3_EXT_METHOD, (st))
lib/libcrypto/stack/safestack.h
1325
#define sk_X509V3_EXT_METHOD_value(st, i) SKM_sk_value(X509V3_EXT_METHOD, (st), (i))
lib/libcrypto/stack/safestack.h
1326
#define sk_X509V3_EXT_METHOD_set(st, i, val) SKM_sk_set(X509V3_EXT_METHOD, (st), (i), (val))
lib/libcrypto/stack/safestack.h
1327
#define sk_X509V3_EXT_METHOD_zero(st) SKM_sk_zero(X509V3_EXT_METHOD, (st))
lib/libcrypto/stack/safestack.h
1328
#define sk_X509V3_EXT_METHOD_push(st, val) SKM_sk_push(X509V3_EXT_METHOD, (st), (val))
lib/libcrypto/stack/safestack.h
1329
#define sk_X509V3_EXT_METHOD_unshift(st, val) SKM_sk_unshift(X509V3_EXT_METHOD, (st), (val))
lib/libcrypto/stack/safestack.h
1330
#define sk_X509V3_EXT_METHOD_find(st, val) SKM_sk_find(X509V3_EXT_METHOD, (st), (val))
lib/libcrypto/stack/safestack.h
1331
#define sk_X509V3_EXT_METHOD_delete(st, i) SKM_sk_delete(X509V3_EXT_METHOD, (st), (i))
lib/libcrypto/stack/safestack.h
1332
#define sk_X509V3_EXT_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509V3_EXT_METHOD, (st), (ptr))
lib/libcrypto/stack/safestack.h
1333
#define sk_X509V3_EXT_METHOD_insert(st, val, i) SKM_sk_insert(X509V3_EXT_METHOD, (st), (val), (i))
lib/libcrypto/stack/safestack.h
1334
#define sk_X509V3_EXT_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509V3_EXT_METHOD, (st), (cmp))
lib/libcrypto/stack/safestack.h
1335
#define sk_X509V3_EXT_METHOD_dup(st) SKM_sk_dup(X509V3_EXT_METHOD, st)
lib/libcrypto/stack/safestack.h
1336
#define sk_X509V3_EXT_METHOD_pop_free(st, free_func) SKM_sk_pop_free(X509V3_EXT_METHOD, (st), (free_func))
lib/libcrypto/stack/safestack.h
1337
#define sk_X509V3_EXT_METHOD_shift(st) SKM_sk_shift(X509V3_EXT_METHOD, (st))
lib/libcrypto/stack/safestack.h
1338
#define sk_X509V3_EXT_METHOD_pop(st) SKM_sk_pop(X509V3_EXT_METHOD, (st))
lib/libcrypto/stack/safestack.h
1339
#define sk_X509V3_EXT_METHOD_sort(st) SKM_sk_sort(X509V3_EXT_METHOD, (st))
lib/libcrypto/stack/safestack.h
1340
#define sk_X509V3_EXT_METHOD_is_sorted(st) SKM_sk_is_sorted(X509V3_EXT_METHOD, (st))
lib/libcrypto/x509/x509_addr.c
1717
static const X509V3_EXT_METHOD x509v3_ext_sbgp_ipAddrBlock = {
lib/libcrypto/x509/x509_addr.c
1734
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_addr.c
682
i2r_IPAddrBlocks(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
lib/libcrypto/x509/x509_akey.c
157
v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_akey.c
70
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_akey.c
72
static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_akey.c
75
static const X509V3_EXT_METHOD x509v3_ext_authority_key_identifier = {
lib/libcrypto/x509/x509_akey.c
92
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_akey.c
99
i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, AUTHORITY_KEYID *akeyid,
lib/libcrypto/x509/x509_alt.c
100
static const X509V3_EXT_METHOD x509v3_ext_issuer_alt_name = {
lib/libcrypto/x509/x509_alt.c
117
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_alt.c
123
static const X509V3_EXT_METHOD x509v3_ext_certificate_issuer = {
lib/libcrypto/x509/x509_alt.c
140
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_alt.c
147
i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, GENERAL_NAMES *gens,
lib/libcrypto/x509/x509_alt.c
176
i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,
lib/libcrypto/x509/x509_alt.c
336
v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_alt.c
418
v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_alt.c
515
v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_alt.c
545
v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_alt.c
553
a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_alt.c
644
v2i_GENERAL_NAME_ex(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_alt.c
68
static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_alt.c
70
static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_alt.c
77
static const X509V3_EXT_METHOD x509v3_ext_subject_alt_name = {
lib/libcrypto/x509/x509_alt.c
94
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_asid.c
364
i2r_ASIdentifiers(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
lib/libcrypto/x509/x509_asid.c
949
static const X509V3_EXT_METHOD x509v3_ext_sbgp_autonomousSysNum = {
lib/libcrypto/x509/x509_asid.c
966
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_bcons.c
158
i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, BASIC_CONSTRAINTS *bcons,
lib/libcrypto/x509/x509_bcons.c
182
v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_bcons.c
70
static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_bcons.c
72
static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_bcons.c
75
static const X509V3_EXT_METHOD x509v3_ext_basic_constraints = {
lib/libcrypto/x509/x509_bcons.c
92
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_bitst.c
107
static const X509V3_EXT_METHOD x509v3_ext_netscape_cert_type = {
lib/libcrypto/x509/x509_bitst.c
124
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_bitst.c
130
static const X509V3_EXT_METHOD x509v3_ext_key_usage = {
lib/libcrypto/x509/x509_bitst.c
147
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_bitst.c
153
static const X509V3_EXT_METHOD x509v3_ext_crl_reason = {
lib/libcrypto/x509/x509_bitst.c
170
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_bitst.c
177
i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, ASN1_BIT_STRING *bits,
lib/libcrypto/x509/x509_bitst.c
205
v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_conf.c
120
const X509V3_EXT_METHOD *method;
lib/libcrypto/x509/x509_conf.c
176
do_ext_i2d(const X509V3_EXT_METHOD *method, int nid, int crit,
lib/libcrypto/x509/x509_conf.c
226
const X509V3_EXT_METHOD *method;
lib/libcrypto/x509/x509_conf.c
78
static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int nid,
lib/libcrypto/x509/x509_cpols.c
102
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_cpols.c
430
r2i_certpol(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value)
lib/libcrypto/x509/x509_cpols.c
694
i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out,
lib/libcrypto/x509/x509_cpols.c
72
static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
lib/libcrypto/x509/x509_cpols.c
74
static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_cpols.c
85
static const X509V3_EXT_METHOD x509v3_ext_certificate_policies = {
lib/libcrypto/x509/x509_crld.c
115
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_crld.c
317
v2i_crld(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_crld.c
661
static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
lib/libcrypto/x509/x509_crld.c
663
static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_crld.c
666
static const X509V3_EXT_METHOD x509v3_ext_issuing_distribution_point = {
lib/libcrypto/x509/x509_crld.c
683
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_crld.c
690
v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_crld.c
70
static void *v2i_crld(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_crld.c
72
static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
lib/libcrypto/x509/x509_crld.c
75
static const X509V3_EXT_METHOD x509v3_ext_crl_distribution_points = {
lib/libcrypto/x509/x509_crld.c
775
i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent)
lib/libcrypto/x509/x509_crld.c
801
i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, int indent)
lib/libcrypto/x509/x509_crld.c
92
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_crld.c
98
static const X509V3_EXT_METHOD x509v3_ext_freshest_crl = {
lib/libcrypto/x509/x509_extku.c
114
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_extku.c
170
i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, void *a,
lib/libcrypto/x509/x509_extku.c
202
v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_extku.c
68
static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_extku.c
71
const X509V3_EXT_METHOD *method, void *eku, STACK_OF(CONF_VALUE) *extlist);
lib/libcrypto/x509/x509_extku.c
73
static const X509V3_EXT_METHOD x509v3_ext_ext_key_usage = {
lib/libcrypto/x509/x509_extku.c
90
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_extku.c
97
static const X509V3_EXT_METHOD x509v3_ext_id_pkix_OCSP_acceptableResponses = {
lib/libcrypto/x509/x509_ia5.c
112
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ia5.c
118
static const X509V3_EXT_METHOD x509v3_ext_netscape_ca_revocation_url = {
lib/libcrypto/x509/x509_ia5.c
135
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ia5.c
141
static const X509V3_EXT_METHOD x509v3_ext_netscape_renewal_url = {
lib/libcrypto/x509/x509_ia5.c
158
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ia5.c
164
static const X509V3_EXT_METHOD x509v3_ext_netscape_ca_policy_url = {
lib/libcrypto/x509/x509_ia5.c
181
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ia5.c
187
static const X509V3_EXT_METHOD x509v3_ext_netscape_ssl_server_name = {
lib/libcrypto/x509/x509_ia5.c
204
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ia5.c
210
static const X509V3_EXT_METHOD x509v3_ext_netscape_comment = {
lib/libcrypto/x509/x509_ia5.c
227
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ia5.c
234
i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5)
lib/libcrypto/x509/x509_ia5.c
250
s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str)
lib/libcrypto/x509/x509_ia5.c
68
static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
lib/libcrypto/x509/x509_ia5.c
69
static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_ia5.c
72
static const X509V3_EXT_METHOD x509v3_ext_netscape_base_url = {
lib/libcrypto/x509/x509_ia5.c
89
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ia5.c
95
static const X509V3_EXT_METHOD x509v3_ext_netscape_revocation_url = {
lib/libcrypto/x509/x509_info.c
115
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_info.c
229
i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_info.c
271
v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_info.c
70
X509V3_EXT_METHOD *method, AUTHORITY_INFO_ACCESS *ainfo,
lib/libcrypto/x509/x509_info.c
73
X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
lib/libcrypto/x509/x509_info.c
75
static const X509V3_EXT_METHOD x509v3_ext_info_access = {
lib/libcrypto/x509/x509_info.c
92
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_info.c
98
static const X509V3_EXT_METHOD x509v3_ext_sinfo_access = {
lib/libcrypto/x509/x509_int.c
103
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_int.c
110
s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
lib/libcrypto/x509/x509_int.c
115
static const X509V3_EXT_METHOD x509v3_ext_inhibit_any_policy = {
lib/libcrypto/x509/x509_int.c
132
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_int.c
63
static const X509V3_EXT_METHOD x509v3_ext_crl_number = {
lib/libcrypto/x509/x509_int.c
80
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_int.c
86
static const X509V3_EXT_METHOD x509v3_ext_delta_crl = {
lib/libcrypto/x509/x509_lib.c
168
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_lib.c
184
const X509V3_EXT_METHOD *method;
lib/libcrypto/x509/x509_lib.c
68
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_local.h
457
const X509V3_EXT_METHOD *x509v3_ext_method_authority_key_identifier(void);
lib/libcrypto/x509/x509_local.h
458
const X509V3_EXT_METHOD *x509v3_ext_method_basic_constraints(void);
lib/libcrypto/x509/x509_local.h
459
const X509V3_EXT_METHOD *x509v3_ext_method_certificate_issuer(void);
lib/libcrypto/x509/x509_local.h
460
const X509V3_EXT_METHOD *x509v3_ext_method_certificate_policies(void);
lib/libcrypto/x509/x509_local.h
461
const X509V3_EXT_METHOD *x509v3_ext_method_crl_distribution_points(void);
lib/libcrypto/x509/x509_local.h
462
const X509V3_EXT_METHOD *x509v3_ext_method_crl_number(void);
lib/libcrypto/x509/x509_local.h
463
const X509V3_EXT_METHOD *x509v3_ext_method_crl_reason(void);
lib/libcrypto/x509/x509_local.h
464
const X509V3_EXT_METHOD *x509v3_ext_method_ct_cert_scts(void);
lib/libcrypto/x509/x509_local.h
465
const X509V3_EXT_METHOD *x509v3_ext_method_ct_precert_poison(void);
lib/libcrypto/x509/x509_local.h
466
const X509V3_EXT_METHOD *x509v3_ext_method_ct_precert_scts(void);
lib/libcrypto/x509/x509_local.h
467
const X509V3_EXT_METHOD *x509v3_ext_method_delta_crl(void);
lib/libcrypto/x509/x509_local.h
468
const X509V3_EXT_METHOD *x509v3_ext_method_ext_key_usage(void);
lib/libcrypto/x509/x509_local.h
469
const X509V3_EXT_METHOD *x509v3_ext_method_freshest_crl(void);
lib/libcrypto/x509/x509_local.h
470
const X509V3_EXT_METHOD *x509v3_ext_method_hold_instruction_code(void);
lib/libcrypto/x509/x509_local.h
471
const X509V3_EXT_METHOD *x509v3_ext_method_id_pkix_OCSP_CrlID(void);
lib/libcrypto/x509/x509_local.h
472
const X509V3_EXT_METHOD *x509v3_ext_method_id_pkix_OCSP_Nonce(void);
lib/libcrypto/x509/x509_local.h
473
const X509V3_EXT_METHOD *x509v3_ext_method_id_pkix_OCSP_acceptableResponses(void);
lib/libcrypto/x509/x509_local.h
474
const X509V3_EXT_METHOD *x509v3_ext_method_id_pkix_OCSP_archiveCutoff(void);
lib/libcrypto/x509/x509_local.h
475
const X509V3_EXT_METHOD *x509v3_ext_method_id_pkix_OCSP_serviceLocator(void);
lib/libcrypto/x509/x509_local.h
476
const X509V3_EXT_METHOD *x509v3_ext_method_info_access(void);
lib/libcrypto/x509/x509_local.h
477
const X509V3_EXT_METHOD *x509v3_ext_method_inhibit_any_policy(void);
lib/libcrypto/x509/x509_local.h
478
const X509V3_EXT_METHOD *x509v3_ext_method_invalidity_date(void);
lib/libcrypto/x509/x509_local.h
479
const X509V3_EXT_METHOD *x509v3_ext_method_issuer_alt_name(void);
lib/libcrypto/x509/x509_local.h
480
const X509V3_EXT_METHOD *x509v3_ext_method_issuing_distribution_point(void);
lib/libcrypto/x509/x509_local.h
481
const X509V3_EXT_METHOD *x509v3_ext_method_key_usage(void);
lib/libcrypto/x509/x509_local.h
482
const X509V3_EXT_METHOD *x509v3_ext_method_name_constraints(void);
lib/libcrypto/x509/x509_local.h
483
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_base_url(void);
lib/libcrypto/x509/x509_local.h
484
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_ca_policy_url(void);
lib/libcrypto/x509/x509_local.h
485
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_ca_revocation_url(void);
lib/libcrypto/x509/x509_local.h
486
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_cert_type(void);
lib/libcrypto/x509/x509_local.h
487
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_comment(void);
lib/libcrypto/x509/x509_local.h
488
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_renewal_url(void);
lib/libcrypto/x509/x509_local.h
489
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_revocation_url(void);
lib/libcrypto/x509/x509_local.h
490
const X509V3_EXT_METHOD *x509v3_ext_method_netscape_ssl_server_name(void);
lib/libcrypto/x509/x509_local.h
491
const X509V3_EXT_METHOD *x509v3_ext_method_policy_constraints(void);
lib/libcrypto/x509/x509_local.h
492
const X509V3_EXT_METHOD *x509v3_ext_method_policy_mappings(void);
lib/libcrypto/x509/x509_local.h
493
const X509V3_EXT_METHOD *x509v3_ext_method_private_key_usage_period(void);
lib/libcrypto/x509/x509_local.h
494
const X509V3_EXT_METHOD *x509v3_ext_method_sbgp_ipAddrBlock(void);
lib/libcrypto/x509/x509_local.h
495
const X509V3_EXT_METHOD *x509v3_ext_method_sbgp_autonomousSysNum(void);
lib/libcrypto/x509/x509_local.h
496
const X509V3_EXT_METHOD *x509v3_ext_method_sinfo_access(void);
lib/libcrypto/x509/x509_local.h
497
const X509V3_EXT_METHOD *x509v3_ext_method_subject_alt_name(void);
lib/libcrypto/x509/x509_local.h
498
const X509V3_EXT_METHOD *x509v3_ext_method_subject_key_identifier(void);
lib/libcrypto/x509/x509_ncons.c
101
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ncons.c
200
v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_ncons.c
246
i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a, BIO *bp, int ind)
lib/libcrypto/x509/x509_ncons.c
258
do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_ncons.c
69
static void *v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_ncons.c
71
static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_ncons.c
73
static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_ncons.c
84
static const X509V3_EXT_METHOD x509v3_ext_name_constraints = {
lib/libcrypto/x509/x509_ocsp.c
115
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ocsp.c
121
static const X509V3_EXT_METHOD x509v3_ext_id_pkix_OCSP_archiveCutoff = {
lib/libcrypto/x509/x509_ocsp.c
138
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ocsp.c
144
static const X509V3_EXT_METHOD x509v3_ext_invalidity_date = {
lib/libcrypto/x509/x509_ocsp.c
161
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ocsp.c
167
static const X509V3_EXT_METHOD x509v3_ext_hold_instruction_code = {
lib/libcrypto/x509/x509_ocsp.c
184
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ocsp.c
190
static const X509V3_EXT_METHOD x509v3_ext_id_pkix_OCSP_Nonce = {
lib/libcrypto/x509/x509_ocsp.c
207
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ocsp.c
213
static const X509V3_EXT_METHOD x509v3_ext_id_pkix_OCSP_noCheck = {
lib/libcrypto/x509/x509_ocsp.c
230
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ocsp.c
236
static const X509V3_EXT_METHOD x509v3_ext_id_pkix_OCSP_serviceLocator = {
lib/libcrypto/x509/x509_ocsp.c
253
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_ocsp.c
260
i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
lib/libcrypto/x509/x509_ocsp.c
294
i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp,
lib/libcrypto/x509/x509_ocsp.c
305
i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind)
lib/libcrypto/x509/x509_ocsp.c
371
i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out,
lib/libcrypto/x509/x509_ocsp.c
384
i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out,
lib/libcrypto/x509/x509_ocsp.c
391
s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_ocsp.c
398
i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
lib/libcrypto/x509/x509_ocsp.c
77
static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *nonce,
lib/libcrypto/x509/x509_ocsp.c
79
static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *nonce,
lib/libcrypto/x509/x509_ocsp.c
81
static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out,
lib/libcrypto/x509/x509_ocsp.c
88
static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce,
lib/libcrypto/x509/x509_ocsp.c
91
static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_ocsp.c
93
static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_ocsp.c
95
static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in,
lib/libcrypto/x509/x509_ocsp.c
98
static const X509V3_EXT_METHOD x509v3_ext_id_pkix_OCSP_CrlID = {
lib/libcrypto/x509/x509_pcons.c
143
i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
lib/libcrypto/x509/x509_pcons.c
170
v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_pcons.c
71
i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *bcons,
lib/libcrypto/x509/x509_pcons.c
73
static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_pcons.c
76
static const X509V3_EXT_METHOD x509v3_ext_policy_constraints = {
lib/libcrypto/x509/x509_pcons.c
93
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_pku.c
150
i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage,
lib/libcrypto/x509/x509_pku.c
65
static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_pku.c
68
static const X509V3_EXT_METHOD x509v3_ext_private_key_usage_period = {
lib/libcrypto/x509/x509_pku.c
85
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_pmaps.c
160
i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, void *a,
lib/libcrypto/x509/x509_pmaps.c
196
v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_pmaps.c
69
static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_pmaps.c
72
const X509V3_EXT_METHOD *method, void *pmps, STACK_OF(CONF_VALUE) *extlist);
lib/libcrypto/x509/x509_pmaps.c
74
static const X509V3_EXT_METHOD x509v3_ext_policy_mappings = {
lib/libcrypto/x509/x509_pmaps.c
91
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_prn.c
113
const X509V3_EXT_METHOD *method;
lib/libcrypto/x509/x509_skey.c
101
s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509_skey.c
124
s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str)
lib/libcrypto/x509/x509_skey.c
67
static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_skey.c
70
static const X509V3_EXT_METHOD x509v3_ext_subject_key_identifier = {
lib/libcrypto/x509/x509_skey.c
87
const X509V3_EXT_METHOD *
lib/libcrypto/x509/x509_skey.c
94
i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, const ASN1_OCTET_STRING *oct)
lib/libcrypto/x509/x509_utl.c
200
i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *a)
lib/libcrypto/x509/x509_utl.c
216
i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *e)
lib/libcrypto/x509/x509_utl.c
231
i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, const ASN1_INTEGER *a)
lib/libcrypto/x509/x509_utl.c
247
s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, const char *value)
lib/libcrypto/x509/x509v3.h
135
DECLARE_STACK_OF(X509V3_EXT_METHOD)
lib/libcrypto/x509/x509v3.h
465
ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
467
STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
471
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
lib/libcrypto/x509/x509v3.h
480
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
482
GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
503
char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
505
ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
595
const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509v3.h
598
GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509v3.h
601
const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
628
char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint);
lib/libcrypto/x509/x509v3.h
629
ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const char *value);
lib/libcrypto/x509/x509v3.h
630
char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, const ASN1_ENUMERATED *aint);
lib/libcrypto/x509/x509v3.h
631
char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth,
lib/libcrypto/x509/x509v3.h
634
const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext);
lib/libcrypto/x509/x509v3.h
635
const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid);
regress/lib/libcrypto/x509/rfc3779/rfc3779.c
388
const X509V3_EXT_METHOD *v3_addr;