Symbol: X509V3_EXT_METHOD
crypto/libressl/crypto/ct/ct_local.h
260
extern const X509V3_EXT_METHOD v3_ct_scts[3];
crypto/libressl/crypto/ct/ct_x509v3.c
132
const X509V3_EXT_METHOD v3_ct_scts[3] = {
crypto/libressl/crypto/ct/ct_x509v3.c
69
i2s_poison(const X509V3_EXT_METHOD *method, void *val)
crypto/libressl/crypto/ct/ct_x509v3.c
75
s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str)
crypto/libressl/crypto/ct/ct_x509v3.c
81
i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out,
crypto/libressl/crypto/x509/ext_dat.h
141
#define STANDARD_EXTENSION_COUNT (sizeof(standard_exts)/sizeof(X509V3_EXT_METHOD *))
crypto/libressl/crypto/x509/ext_dat.h
65
extern X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage, v3_ext_ku;
crypto/libressl/crypto/x509/ext_dat.h
66
extern X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info, v3_sinfo;
crypto/libressl/crypto/x509/ext_dat.h
67
extern X509V3_EXT_METHOD v3_ns_ia5_list[], v3_alt[], v3_skey_id, v3_akey_id;
crypto/libressl/crypto/x509/ext_dat.h
68
extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_crl_invdate;
crypto/libressl/crypto/x509/ext_dat.h
69
extern X509V3_EXT_METHOD v3_delta_crl, v3_cpols, v3_crld, v3_freshest_crl;
crypto/libressl/crypto/x509/ext_dat.h
70
extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff;
crypto/libressl/crypto/x509/ext_dat.h
71
extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc;
crypto/libressl/crypto/x509/ext_dat.h
72
extern X509V3_EXT_METHOD v3_crl_hold, v3_pci;
crypto/libressl/crypto/x509/ext_dat.h
73
extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints;
crypto/libressl/crypto/x509/ext_dat.h
74
extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp, v3_idp;
crypto/libressl/crypto/x509/ext_dat.h
75
extern const X509V3_EXT_METHOD v3_addr, v3_asid;
crypto/libressl/crypto/x509/ext_dat.h
76
extern const X509V3_EXT_METHOD v3_ct_scts[3];
crypto/libressl/crypto/x509/ext_dat.h
82
static const X509V3_EXT_METHOD *standard_exts[] = {
crypto/libressl/crypto/x509/x509_addr.c
1674
const X509V3_EXT_METHOD v3_addr = {
crypto/libressl/crypto/x509/x509_addr.c
650
i2r_IPAddrBlocks(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
crypto/libressl/crypto/x509/x509_akey.c
149
v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_akey.c
68
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_akey.c
70
static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_akey.c
73
const X509V3_EXT_METHOD v3_akey_id = {
crypto/libressl/crypto/x509/x509_akey.c
91
i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, AUTHORITY_KEYID *akeyid,
crypto/libressl/crypto/x509/x509_alt.c
129
i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, GENERAL_NAMES *gens,
crypto/libressl/crypto/x509/x509_alt.c
157
i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,
crypto/libressl/crypto/x509/x509_alt.c
315
v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_alt.c
391
v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_alt.c
488
v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_alt.c
517
v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_alt.c
524
a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_alt.c
614
v2i_GENERAL_NAME_ex(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_alt.c
68
static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_alt.c
70
static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_alt.c
77
const X509V3_EXT_METHOD v3_alt[] = {
crypto/libressl/crypto/x509/x509_asid.c
345
i2r_ASIdentifiers(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
crypto/libressl/crypto/x509/x509_asid.c
884
const X509V3_EXT_METHOD v3_asid = {
crypto/libressl/crypto/x509/x509_bcons.c
145
i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, BASIC_CONSTRAINTS *bcons,
crypto/libressl/crypto/x509/x509_bcons.c
169
v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_bcons.c
68
static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_bcons.c
70
static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_bcons.c
73
const X509V3_EXT_METHOD v3_bcons = {
crypto/libressl/crypto/x509/x509_bitst.c
108
const X509V3_EXT_METHOD v3_key_usage = {
crypto/libressl/crypto/x509/x509_bitst.c
126
i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, ASN1_BIT_STRING *bits,
crypto/libressl/crypto/x509/x509_bitst.c
153
v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_bitst.c
91
const X509V3_EXT_METHOD v3_nscert = {
crypto/libressl/crypto/x509/x509_conf.c
130
const X509V3_EXT_METHOD *method;
crypto/libressl/crypto/x509/x509_conf.c
186
do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid, int crit,
crypto/libressl/crypto/x509/x509_conf.c
233
const X509V3_EXT_METHOD *method;
crypto/libressl/crypto/x509/x509_conf.c
81
static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid,
crypto/libressl/crypto/x509/x509_cpols.c
402
r2i_certpol(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value)
crypto/libressl/crypto/x509/x509_cpols.c
671
i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out,
crypto/libressl/crypto/x509/x509_cpols.c
73
static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
crypto/libressl/crypto/x509/x509_cpols.c
75
static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_cpols.c
86
const X509V3_EXT_METHOD v3_cpols = {
crypto/libressl/crypto/x509/x509_crld.c
308
v2i_crld(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_crld.c
633
static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
crypto/libressl/crypto/x509/x509_crld.c
635
static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_crld.c
638
const X509V3_EXT_METHOD v3_idp = {
crypto/libressl/crypto/x509/x509_crld.c
650
v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_crld.c
70
static void *v2i_crld(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_crld.c
72
static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
crypto/libressl/crypto/x509/x509_crld.c
735
i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_crld.c
75
const X509V3_EXT_METHOD v3_crld = {
crypto/libressl/crypto/x509/x509_crld.c
761
i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_crld.c
92
const X509V3_EXT_METHOD v3_freshest_crl = {
crypto/libressl/crypto/x509/x509_enum.c
78
const X509V3_EXT_METHOD v3_crl_reason = {
crypto/libressl/crypto/x509/x509_enum.c
96
i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *e)
crypto/libressl/crypto/x509/x509_extku.c
151
i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, void *a,
crypto/libressl/crypto/x509/x509_extku.c
183
v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_extku.c
66
static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_extku.c
69
const X509V3_EXT_METHOD *method, void *eku, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_extku.c
71
const X509V3_EXT_METHOD v3_ext_ku = {
crypto/libressl/crypto/x509/x509_extku.c
89
const X509V3_EXT_METHOD v3_ocsp_accresp = {
crypto/libressl/crypto/x509/x509_ia5.c
203
i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5)
crypto/libressl/crypto/x509/x509_ia5.c
219
s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str)
crypto/libressl/crypto/x509/x509_ia5.c
67
static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
crypto/libressl/crypto/x509/x509_ia5.c
68
static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_ia5.c
71
const X509V3_EXT_METHOD v3_ns_ia5_list[] = {
crypto/libressl/crypto/x509/x509_info.c
206
i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_info.c
248
v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_info.c
69
X509V3_EXT_METHOD *method, AUTHORITY_INFO_ACCESS *ainfo,
crypto/libressl/crypto/x509/x509_info.c
72
X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_info.c
74
const X509V3_EXT_METHOD v3_info = {
crypto/libressl/crypto/x509/x509_info.c
91
const X509V3_EXT_METHOD v3_sinfo = {
crypto/libressl/crypto/x509/x509_int.c
103
const X509V3_EXT_METHOD v3_inhibit_anyp = {
crypto/libressl/crypto/x509/x509_int.c
63
const X509V3_EXT_METHOD v3_crl_num = {
crypto/libressl/crypto/x509/x509_int.c
80
const X509V3_EXT_METHOD v3_delta_crl = {
crypto/libressl/crypto/x509/x509_int.c
98
s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
crypto/libressl/crypto/x509/x509_lib.c
102
const X509V3_EXT_METHOD * const *a = a_;
crypto/libressl/crypto/x509/x509_lib.c
103
const X509V3_EXT_METHOD * const *b = b_;
crypto/libressl/crypto/x509/x509_lib.c
107
static const X509V3_EXT_METHOD **
crypto/libressl/crypto/x509/x509_lib.c
108
OBJ_bsearch_ext(const X509V3_EXT_METHOD **key,
crypto/libressl/crypto/x509/x509_lib.c
109
const X509V3_EXT_METHOD *const *base, int num)
crypto/libressl/crypto/x509/x509_lib.c
111
return (const X509V3_EXT_METHOD **)OBJ_bsearch_(key, base, num,
crypto/libressl/crypto/x509/x509_lib.c
112
sizeof(const X509V3_EXT_METHOD *), ext_cmp_BSEARCH_CMP_FN);
crypto/libressl/crypto/x509/x509_lib.c
115
const X509V3_EXT_METHOD *
crypto/libressl/crypto/x509/x509_lib.c
118
X509V3_EXT_METHOD tmp;
crypto/libressl/crypto/x509/x509_lib.c
119
const X509V3_EXT_METHOD *t = &tmp, * const *ret;
crypto/libressl/crypto/x509/x509_lib.c
136
const X509V3_EXT_METHOD *
crypto/libressl/crypto/x509/x509_lib.c
147
X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist)
crypto/libressl/crypto/x509/x509_lib.c
158
const X509V3_EXT_METHOD *ext;
crypto/libressl/crypto/x509/x509_lib.c
159
X509V3_EXT_METHOD *tmpext;
crypto/libressl/crypto/x509/x509_lib.c
165
if (!(tmpext = malloc(sizeof(X509V3_EXT_METHOD)))) {
crypto/libressl/crypto/x509/x509_lib.c
187
ext_list_free(X509V3_EXT_METHOD *ext)
crypto/libressl/crypto/x509/x509_lib.c
208
const X509V3_EXT_METHOD *method;
crypto/libressl/crypto/x509/x509_lib.c
69
static STACK_OF(X509V3_EXT_METHOD) *ext_list = NULL;
crypto/libressl/crypto/x509/x509_lib.c
71
static int ext_cmp(const X509V3_EXT_METHOD * const *a,
crypto/libressl/crypto/x509/x509_lib.c
72
const X509V3_EXT_METHOD * const *b);
crypto/libressl/crypto/x509/x509_lib.c
73
static void ext_list_free(X509V3_EXT_METHOD *ext);
crypto/libressl/crypto/x509/x509_lib.c
76
X509V3_EXT_add(X509V3_EXT_METHOD *ext)
crypto/libressl/crypto/x509/x509_lib.c
90
ext_cmp(const X509V3_EXT_METHOD * const *a, const X509V3_EXT_METHOD * const *b)
crypto/libressl/crypto/x509/x509_lib.c
96
static int ext_cmp(const X509V3_EXT_METHOD * const *, const X509V3_EXT_METHOD * const *);
crypto/libressl/crypto/x509/x509_lib.c
97
static const X509V3_EXT_METHOD * *OBJ_bsearch_ext(const X509V3_EXT_METHOD * *key, const X509V3_EXT_METHOD * const *base, int num);
crypto/libressl/crypto/x509/x509_ncons.c
188
v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_ncons.c
234
i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ncons.c
246
do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_ncons.c
69
static void *v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_ncons.c
71
static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_ncons.c
73
static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_ncons.c
84
const X509V3_EXT_METHOD v3_name_constraints = {
crypto/libressl/crypto/x509/x509_ocsp.c
115
const X509V3_EXT_METHOD v3_ocsp_acutoff = {
crypto/libressl/crypto/x509/x509_ocsp.c
132
const X509V3_EXT_METHOD v3_crl_invdate = {
crypto/libressl/crypto/x509/x509_ocsp.c
149
const X509V3_EXT_METHOD v3_crl_hold = {
crypto/libressl/crypto/x509/x509_ocsp.c
166
const X509V3_EXT_METHOD v3_ocsp_nonce = {
crypto/libressl/crypto/x509/x509_ocsp.c
183
const X509V3_EXT_METHOD v3_ocsp_nocheck = {
crypto/libressl/crypto/x509/x509_ocsp.c
200
const X509V3_EXT_METHOD v3_ocsp_serviceloc = {
crypto/libressl/crypto/x509/x509_ocsp.c
218
i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
252
i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp,
crypto/libressl/crypto/x509/x509_ocsp.c
263
i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
329
i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out,
crypto/libressl/crypto/x509/x509_ocsp.c
342
i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out,
crypto/libressl/crypto/x509/x509_ocsp.c
349
s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_ocsp.c
356
i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
77
static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *nonce,
crypto/libressl/crypto/x509/x509_ocsp.c
79
static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *nonce,
crypto/libressl/crypto/x509/x509_ocsp.c
81
static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out,
crypto/libressl/crypto/x509/x509_ocsp.c
88
static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce,
crypto/libressl/crypto/x509/x509_ocsp.c
91
static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_ocsp.c
93
static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_ocsp.c
95
static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in,
crypto/libressl/crypto/x509/x509_ocsp.c
98
const X509V3_EXT_METHOD v3_ocsp_crlid = {
crypto/libressl/crypto/x509/x509_pci.c
231
r2i_pci(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value)
crypto/libressl/crypto/x509/x509_pci.c
44
static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *ext,
crypto/libressl/crypto/x509/x509_pci.c
46
static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_pci.c
49
const X509V3_EXT_METHOD v3_pci = {
crypto/libressl/crypto/x509/x509_pci.c
67
i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out,
crypto/libressl/crypto/x509/x509_pcons.c
132
i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
crypto/libressl/crypto/x509/x509_pcons.c
159
v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_pcons.c
69
i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *bcons,
crypto/libressl/crypto/x509/x509_pcons.c
71
static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_pcons.c
74
const X509V3_EXT_METHOD v3_policy_constraints = {
crypto/libressl/crypto/x509/x509_pku.c
139
i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage,
crypto/libressl/crypto/x509/x509_pku.c
65
static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_pku.c
68
const X509V3_EXT_METHOD v3_pkey_usage_period = {
crypto/libressl/crypto/x509/x509_pmaps.c
148
i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, void *a,
crypto/libressl/crypto/x509/x509_pmaps.c
184
v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_pmaps.c
67
static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_pmaps.c
70
const X509V3_EXT_METHOD *method, void *pmps, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_pmaps.c
72
const X509V3_EXT_METHOD v3_policy_mappings = {
crypto/libressl/crypto/x509/x509_prn.c
111
const X509V3_EXT_METHOD *method;
crypto/libressl/crypto/x509/x509_skey.c
116
s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str)
crypto/libressl/crypto/x509/x509_skey.c
67
static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_skey.c
70
const X509V3_EXT_METHOD v3_skey_id = {
crypto/libressl/crypto/x509/x509_skey.c
88
i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, const ASN1_OCTET_STRING *oct)
crypto/libressl/crypto/x509/x509_skey.c
94
s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_sxnet.c
207
sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_sxnet.c
234
sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_sxnet.c
72
static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
crypto/libressl/crypto/x509/x509_sxnet.c
75
static SXNET * sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_sxnet.c
79
const X509V3_EXT_METHOD v3_sxnet = {
crypto/libressl/crypto/x509/x509_utl.c
187
i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *a)
crypto/libressl/crypto/x509/x509_utl.c
202
i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, const ASN1_INTEGER *a)
crypto/libressl/crypto/x509/x509_utl.c
217
s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, const char *value)
crypto/libressl/include/openssl/safestack.h
1548
#define sk_X509V3_EXT_METHOD_new(cmp) SKM_sk_new(X509V3_EXT_METHOD, (cmp))
crypto/libressl/include/openssl/safestack.h
1549
#define sk_X509V3_EXT_METHOD_new_null() SKM_sk_new_null(X509V3_EXT_METHOD)
crypto/libressl/include/openssl/safestack.h
1550
#define sk_X509V3_EXT_METHOD_free(st) SKM_sk_free(X509V3_EXT_METHOD, (st))
crypto/libressl/include/openssl/safestack.h
1551
#define sk_X509V3_EXT_METHOD_num(st) SKM_sk_num(X509V3_EXT_METHOD, (st))
crypto/libressl/include/openssl/safestack.h
1552
#define sk_X509V3_EXT_METHOD_value(st, i) SKM_sk_value(X509V3_EXT_METHOD, (st), (i))
crypto/libressl/include/openssl/safestack.h
1553
#define sk_X509V3_EXT_METHOD_set(st, i, val) SKM_sk_set(X509V3_EXT_METHOD, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
1554
#define sk_X509V3_EXT_METHOD_zero(st) SKM_sk_zero(X509V3_EXT_METHOD, (st))
crypto/libressl/include/openssl/safestack.h
1555
#define sk_X509V3_EXT_METHOD_push(st, val) SKM_sk_push(X509V3_EXT_METHOD, (st), (val))
crypto/libressl/include/openssl/safestack.h
1556
#define sk_X509V3_EXT_METHOD_unshift(st, val) SKM_sk_unshift(X509V3_EXT_METHOD, (st), (val))
crypto/libressl/include/openssl/safestack.h
1557
#define sk_X509V3_EXT_METHOD_find(st, val) SKM_sk_find(X509V3_EXT_METHOD, (st), (val))
crypto/libressl/include/openssl/safestack.h
1558
#define sk_X509V3_EXT_METHOD_find_ex(st, val) SKM_sk_find_ex(X509V3_EXT_METHOD, (st), (val))
crypto/libressl/include/openssl/safestack.h
1559
#define sk_X509V3_EXT_METHOD_delete(st, i) SKM_sk_delete(X509V3_EXT_METHOD, (st), (i))
crypto/libressl/include/openssl/safestack.h
1560
#define sk_X509V3_EXT_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509V3_EXT_METHOD, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
1561
#define sk_X509V3_EXT_METHOD_insert(st, val, i) SKM_sk_insert(X509V3_EXT_METHOD, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
1562
#define sk_X509V3_EXT_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509V3_EXT_METHOD, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
1563
#define sk_X509V3_EXT_METHOD_dup(st) SKM_sk_dup(X509V3_EXT_METHOD, st)
crypto/libressl/include/openssl/safestack.h
1564
#define sk_X509V3_EXT_METHOD_pop_free(st, free_func) SKM_sk_pop_free(X509V3_EXT_METHOD, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
1565
#define sk_X509V3_EXT_METHOD_shift(st) SKM_sk_shift(X509V3_EXT_METHOD, (st))
crypto/libressl/include/openssl/safestack.h
1566
#define sk_X509V3_EXT_METHOD_pop(st) SKM_sk_pop(X509V3_EXT_METHOD, (st))
crypto/libressl/include/openssl/safestack.h
1567
#define sk_X509V3_EXT_METHOD_sort(st) SKM_sk_sort(X509V3_EXT_METHOD, (st))
crypto/libressl/include/openssl/safestack.h
1568
#define sk_X509V3_EXT_METHOD_is_sorted(st) SKM_sk_is_sorted(X509V3_EXT_METHOD, (st))
crypto/libressl/include/openssl/x509v3.h
145
DECLARE_STACK_OF(X509V3_EXT_METHOD)
crypto/libressl/include/openssl/x509v3.h
562
ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
564
STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
568
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
crypto/libressl/include/openssl/x509v3.h
577
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
579
GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
600
char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
602
ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
692
const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
696
GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
699
const X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
751
char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint);
crypto/libressl/include/openssl/x509v3.h
752
ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const char *value);
crypto/libressl/include/openssl/x509v3.h
753
char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, const ASN1_ENUMERATED *aint);
crypto/libressl/include/openssl/x509v3.h
754
char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth,
crypto/libressl/include/openssl/x509v3.h
756
int X509V3_EXT_add(X509V3_EXT_METHOD *ext);
crypto/libressl/include/openssl/x509v3.h
757
int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist);
crypto/libressl/include/openssl/x509v3.h
761
const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext);
crypto/libressl/include/openssl/x509v3.h
762
const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid);