crypto/libressl/crypto/asn1/a_bitstr.c
71
const ASN1_ITEM ASN1_BIT_STRING_it = {
crypto/libressl/crypto/asn1/a_enum.c
76
const ASN1_ITEM ASN1_ENUMERATED_it = {
crypto/libressl/crypto/asn1/a_int.c
71
const ASN1_ITEM ASN1_INTEGER_it = {
crypto/libressl/crypto/asn1/a_object.c
71
const ASN1_ITEM ASN1_OBJECT_it = {
crypto/libressl/crypto/asn1/a_octet.c
64
const ASN1_ITEM ASN1_OCTET_STRING_it = {
crypto/libressl/crypto/asn1/a_time.c
73
const ASN1_ITEM ASN1_TIME_it = {
crypto/libressl/crypto/asn1/a_type.c
301
ASN1_TYPE_pack_sequence(const ASN1_ITEM *it, void *s, ASN1_TYPE **t)
crypto/libressl/crypto/asn1/a_type.c
324
ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t)
crypto/libressl/crypto/asn1/a_type.c
83
const ASN1_ITEM ASN1_INT_OCTETSTRING_it = {
crypto/libressl/crypto/asn1/asn1_item.c
129
ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
crypto/libressl/crypto/asn1/asn1_item.c
149
ASN1_item_dup(const ASN1_ITEM *it, void *x)
crypto/libressl/crypto/asn1/asn1_item.c
172
ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
crypto/libressl/crypto/asn1/asn1_item.c
206
ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn1_item.c
218
ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
crypto/libressl/crypto/asn1/asn1_item.c
231
ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
crypto/libressl/crypto/asn1/asn1_item.c
335
ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a,
crypto/libressl/crypto/asn1/asn1_item.c
575
ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
crypto/libressl/crypto/asn1/asn1_item.c
596
ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
crypto/libressl/crypto/asn1/asn1_item.c
612
ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
crypto/libressl/crypto/asn1/asn1_item.c
639
ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
crypto/libressl/crypto/asn1/asn1_locl.h
137
int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
crypto/libressl/crypto/asn1/asn1_locl.h
139
int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
crypto/libressl/crypto/asn1/asn1_locl.h
165
int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/asn1_locl.h
166
int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/asn1_locl.h
172
int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/asn1_locl.h
174
void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/asn1_locl.h
175
void asn1_enc_cleanup(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/asn1_locl.h
176
int asn1_enc_save(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/asn1_locl.h
177
int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/asn1_locl.h
65
ASN1_TYPE *ASN1_TYPE_pack_sequence(const ASN1_ITEM *it, void *s, ASN1_TYPE **t);
crypto/libressl/crypto/asn1/asn1_locl.h
66
void *ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t);
crypto/libressl/crypto/asn1/asn_mime.c
119
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
150
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
174
const char *hdr, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
185
b64_read_asn1(BIO *bio, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
280
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
375
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
428
SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
93
const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/bio_ndef.c
101
BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/bio_ndef.c
84
const ASN1_ITEM *it;
crypto/libressl/crypto/asn1/nsseq.c
66
nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/asn1/nsseq.c
95
const ASN1_ITEM NETSCAPE_CERT_SEQUENCE_it = {
crypto/libressl/crypto/asn1/p5_pbe.c
82
const ASN1_ITEM PBEPARAM_it = {
crypto/libressl/crypto/asn1/p5_pbev2.c
144
const ASN1_ITEM PBKDF2PARAM_it = {
crypto/libressl/crypto/asn1/p5_pbev2.c
84
const ASN1_ITEM PBE2PARAM_it = {
crypto/libressl/crypto/asn1/p8_pkey.c
107
const ASN1_ITEM PKCS8_PRIV_KEY_INFO_it = {
crypto/libressl/crypto/asn1/p8_pkey.c
69
pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/asn1/tasn_dec.c
1229
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_dec.c
1243
const ASN1_ITEM *it, int tag_number, int tag_class, char optional,
crypto/libressl/crypto/asn1/tasn_dec.c
277
asn1_c2i_primitive(ASN1_VALUE **pval, CBS *content, int utype, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_dec.c
387
asn1_c2i_any(ASN1_VALUE **pval, CBS *content, int utype, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_dec.c
418
asn1_c2i(ASN1_VALUE **pval, CBS *content, int utype, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_dec.c
455
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_dec.c
523
asn1_d2i_any(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_dec.c
560
asn1_d2i_mstring(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_dec.c
606
asn1_d2i_primitive(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_dec.c
642
asn1_item_d2i_choice(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_dec.c
736
asn1_item_d2i_sequence(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_dec.c
912
asn1_item_d2i_extern(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_dec.c
941
asn1_item_d2i(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_enc.c
106
asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_enc.c
133
ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_enc.c
434
const ASN1_ITEM *item, int do_sort, int iclass)
crypto/libressl/crypto/asn1/tasn_enc.c
495
const ASN1_ITEM *it, int tag, int aclass)
crypto/libressl/crypto/asn1/tasn_enc.c
561
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_enc.c
70
const ASN1_ITEM *it, int tag, int aclass);
crypto/libressl/crypto/asn1/tasn_enc.c
72
int skcontlen, const ASN1_ITEM *item, int do_sort, int iclass);
crypto/libressl/crypto/asn1/tasn_enc.c
76
const ASN1_ITEM *it, int flags);
crypto/libressl/crypto/asn1/tasn_enc.c
78
const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/tasn_enc.c
85
ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_enc.c
91
ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_fre.c
188
ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_fre.c
67
static void asn1_item_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/tasn_fre.c
72
ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_fre.c
78
ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_fre.c
84
asn1_item_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_new.c
183
asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_new.c
218
const ASN1_ITEM *it = tt->item;
crypto/libressl/crypto/asn1/tasn_new.c
266
ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_new.c
320
asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_new.c
69
static int asn1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/tasn_new.c
70
static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/tasn_new.c
72
static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/tasn_new.c
75
ASN1_item_new(const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_new.c
86
ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_new.c
92
asn1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_prn.c
166
const ASN1_ITEM *it, const char *fname, const char *sname, int nohdr,
crypto/libressl/crypto/asn1/tasn_prn.c
173
const ASN1_ITEM *it, int indent, const char *fname, const char *sname,
crypto/libressl/crypto/asn1/tasn_prn.c
180
ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_prn.c
196
asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_prn.c
494
asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_typ.c
128
const ASN1_ITEM ASN1_PRINTABLESTRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
161
const ASN1_ITEM ASN1_T61STRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
193
const ASN1_ITEM ASN1_IA5STRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
225
const ASN1_ITEM ASN1_GENERALSTRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
258
const ASN1_ITEM ASN1_UTCTIME_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
290
const ASN1_ITEM ASN1_GENERALIZEDTIME_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
323
const ASN1_ITEM ASN1_VISIBLESTRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
356
const ASN1_ITEM ASN1_UNIVERSALSTRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
389
const ASN1_ITEM ASN1_BMPSTRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
420
const ASN1_ITEM ASN1_ANY_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
429
const ASN1_ITEM ASN1_SEQUENCE_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
439
const ASN1_ITEM ASN1_PRINTABLE_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
475
const ASN1_ITEM DISPLAYTEXT_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
511
const ASN1_ITEM DIRECTORYSTRING_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
548
const ASN1_ITEM ASN1_BOOLEAN_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
577
const ASN1_ITEM ASN1_TBOOLEAN_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
584
const ASN1_ITEM ASN1_FBOOLEAN_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
593
const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
608
const ASN1_ITEM ASN1_SEQUENCE_ANY_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
626
const ASN1_ITEM ASN1_SET_ANY_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
64
const ASN1_ITEM ASN1_NULL_it = {
crypto/libressl/crypto/asn1/tasn_typ.c
96
const ASN1_ITEM ASN1_UTF8STRING_it = {
crypto/libressl/crypto/asn1/tasn_utl.c
107
asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_utl.c
128
asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_utl.c
142
asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_utl.c
164
asn1_enc_cleanup(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_utl.c
175
asn1_enc_save(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_utl.c
202
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_utl.c
80
asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/tasn_utl.c
91
asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_algor.c
78
const ASN1_ITEM X509_ALGOR_it = {
crypto/libressl/crypto/asn1/x_algor.c
95
const ASN1_ITEM X509_ALGORS_it = {
crypto/libressl/crypto/asn1/x_attrib.c
70
const ASN1_ITEM X509_ATTRIBUTE_SET_it = {
crypto/libressl/crypto/asn1/x_attrib.c
97
const ASN1_ITEM X509_ATTRIBUTE_it = {
crypto/libressl/crypto/asn1/x_bignum.c
103
const ASN1_ITEM CBIGNUM_it = {
crypto/libressl/crypto/asn1/x_bignum.c
114
bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_bignum.c
123
bn_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_bignum.c
130
bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_bignum.c
139
bn_i2c(ASN1_VALUE **pval, unsigned char *content, int *putype, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_bignum.c
166
char *free_content, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_bignum.c
194
bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
crypto/libressl/crypto/asn1/x_bignum.c
71
static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_bignum.c
72
static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_bignum.c
73
static void bn_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_bignum.c
76
const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_bignum.c
78
int utype, char *free_cont, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_bignum.c
79
static int bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_bignum.c
93
const ASN1_ITEM BIGNUM_it = {
crypto/libressl/crypto/asn1/x_crl.c
119
crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/asn1/x_crl.c
184
const ASN1_ITEM X509_CRL_INFO_it = {
crypto/libressl/crypto/asn1/x_crl.c
268
crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/asn1/x_crl.c
428
const ASN1_ITEM X509_CRL_it = {
crypto/libressl/crypto/asn1/x_crl.c
94
const ASN1_ITEM X509_REVOKED_it = {
crypto/libressl/crypto/asn1/x_exten.c
102
const ASN1_ITEM X509_EXTENSIONS_it = {
crypto/libressl/crypto/asn1/x_exten.c
85
const ASN1_ITEM X509_EXTENSION_it = {
crypto/libressl/crypto/asn1/x_long.c
105
const ASN1_ITEM ZLONG_it = {
crypto/libressl/crypto/asn1/x_long.c
128
long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_long.c
136
long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_long.c
142
long_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_long.c
150
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_long.c
182
char *free_content, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_long.c
228
long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
crypto/libressl/crypto/asn1/x_long.c
73
static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_long.c
74
static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_long.c
75
static void long_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_long.c
78
const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_long.c
80
int utype, char *free_content, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_long.c
81
static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_long.c
95
const ASN1_ITEM LONG_it = {
crypto/libressl/crypto/asn1/x_name.c
104
const ASN1_ITEM X509_NAME_ENTRY_it = {
crypto/libressl/crypto/asn1/x_name.c
157
const ASN1_ITEM X509_NAME_ENTRIES_it = {
crypto/libressl/crypto/asn1/x_name.c
175
const ASN1_ITEM X509_NAME_INTERNAL_it = {
crypto/libressl/crypto/asn1/x_name.c
201
const ASN1_ITEM X509_NAME_it = {
crypto/libressl/crypto/asn1/x_name.c
243
x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_name.c
271
x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_name.c
288
const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx)
crypto/libressl/crypto/asn1/x_name.c
348
x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_name.c
74
long len, const ASN1_ITEM *it, int tag, int aclass, char opt,
crypto/libressl/crypto/asn1/x_name.c
78
const ASN1_ITEM *it, int tag, int aclass);
crypto/libressl/crypto/asn1/x_name.c
79
static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_name.c
80
static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
crypto/libressl/crypto/asn1/x_pubkey.c
105
const ASN1_ITEM X509_PUBKEY_it = {
crypto/libressl/crypto/asn1/x_pubkey.c
248
long len, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
305
const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
351
pkey_pubkey_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
360
pkey_pubkey_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
368
const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx)
crypto/libressl/crypto/asn1/x_pubkey.c
374
pkey_pubkey_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_pubkey.c
390
const ASN1_ITEM EVP_PKEY_PUBKEY_it = {
crypto/libressl/crypto/asn1/x_pubkey.c
445
rsa_pubkey_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
454
rsa_pubkey_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
462
const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx)
crypto/libressl/crypto/asn1/x_pubkey.c
468
rsa_pubkey_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_pubkey.c
484
const ASN1_ITEM RSA_PUBKEY_it = {
crypto/libressl/crypto/asn1/x_pubkey.c
535
dsa_pubkey_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
544
dsa_pubkey_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
552
const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx)
crypto/libressl/crypto/asn1/x_pubkey.c
558
dsa_pubkey_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_pubkey.c
574
const ASN1_ITEM DSA_PUBKEY_it = {
crypto/libressl/crypto/asn1/x_pubkey.c
626
ec_pubkey_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
635
ec_pubkey_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/x_pubkey.c
643
const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx)
crypto/libressl/crypto/asn1/x_pubkey.c
649
ec_pubkey_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_pubkey.c
665
const ASN1_ITEM EC_PUBKEY_it = {
crypto/libressl/crypto/asn1/x_pubkey.c
80
pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/asn1/x_req.c
129
const ASN1_ITEM X509_REQ_INFO_it = {
crypto/libressl/crypto/asn1/x_req.c
189
const ASN1_ITEM X509_REQ_it = {
crypto/libressl/crypto/asn1/x_req.c
85
rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/asn1/x_sig.c
79
const ASN1_ITEM X509_SIG_it = {
crypto/libressl/crypto/asn1/x_spki.c
140
const ASN1_ITEM NETSCAPE_SPKI_it = {
crypto/libressl/crypto/asn1/x_spki.c
81
const ASN1_ITEM NETSCAPE_SPKAC_it = {
crypto/libressl/crypto/asn1/x_val.c
77
const ASN1_ITEM X509_VAL_it = {
crypto/libressl/crypto/asn1/x_x509.c
135
const ASN1_ITEM X509_CINF_it = {
crypto/libressl/crypto/asn1/x_x509.c
175
x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/asn1/x_x509.c
248
const ASN1_ITEM X509_it = {
crypto/libressl/crypto/asn1/x_x509a.c
113
const ASN1_ITEM X509_CERT_AUX_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1038
const ASN1_ITEM CMS_EnvelopedData_it = {
crypto/libressl/crypto/cms/cms_asn1.c
106
static const ASN1_ITEM CMS_OtherCertificateFormat_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1079
const ASN1_ITEM CMS_DigestedData_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1113
const ASN1_ITEM CMS_EncryptedData_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1189
static const ASN1_ITEM CMS_AuthenticatedData_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1223
const ASN1_ITEM CMS_CompressedData_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1334
cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/cms/cms_asn1.c
1385
.item = (const ASN1_ITEM *)&CMS_ContentInfo_adb,
crypto/libressl/crypto/cms/cms_asn1.c
1389
const ASN1_ITEM CMS_ContentInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1414
const ASN1_ITEM CMS_Attributes_Sign_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1437
const ASN1_ITEM CMS_Attributes_Verify_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1466
static const ASN1_ITEM CMS_ReceiptsFrom_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1500
const ASN1_ITEM CMS_ReceiptRequest_it = {
crypto/libressl/crypto/cms/cms_asn1.c
154
const ASN1_ITEM CMS_CertificateChoices_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1541
const ASN1_ITEM CMS_Receipt_it = {
crypto/libressl/crypto/cms/cms_asn1.c
1586
static const ASN1_ITEM CMS_SharedInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
181
static const ASN1_ITEM CMS_SignerIdentifier_it = {
crypto/libressl/crypto/cms/cms_asn1.c
208
static const ASN1_ITEM CMS_EncapsulatedContentInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
220
cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/cms/cms_asn1.c
291
const ASN1_ITEM CMS_SignerInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
318
static const ASN1_ITEM CMS_OtherRevocationInfoFormat_it = {
crypto/libressl/crypto/cms/cms_asn1.c
345
const ASN1_ITEM CMS_RevocationInfoChoice_it = {
crypto/libressl/crypto/cms/cms_asn1.c
400
const ASN1_ITEM CMS_SignedData_it = {
crypto/libressl/crypto/cms/cms_asn1.c
427
static const ASN1_ITEM CMS_OriginatorInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
461
static const ASN1_ITEM CMS_EncryptedContentInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
502
const ASN1_ITEM CMS_KeyTransRecipientInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
529
const ASN1_ITEM CMS_OtherKeyAttribute_it = {
crypto/libressl/crypto/cms/cms_asn1.c
563
const ASN1_ITEM CMS_RecipientKeyIdentifier_it = {
crypto/libressl/crypto/cms/cms_asn1.c
590
static const ASN1_ITEM CMS_KeyAgreeRecipientIdentifier_it = {
crypto/libressl/crypto/cms/cms_asn1.c
601
cms_rek_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/cms/cms_asn1.c
635
const ASN1_ITEM CMS_RecipientEncryptedKey_it = {
crypto/libressl/crypto/cms/cms_asn1.c
662
const ASN1_ITEM CMS_OriginatorPublicKey_it = {
crypto/libressl/crypto/cms/cms_asn1.c
696
static const ASN1_ITEM CMS_OriginatorIdentifierOrKey_it = {
crypto/libressl/crypto/cms/cms_asn1.c
707
cms_kari_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/cms/cms_asn1.c
769
const ASN1_ITEM CMS_KeyAgreeRecipientInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
79
const ASN1_ITEM CMS_IssuerAndSerialNumber_it = {
crypto/libressl/crypto/cms/cms_asn1.c
803
static const ASN1_ITEM CMS_KEKIdentifier_it = {
crypto/libressl/crypto/cms/cms_asn1.c
844
const ASN1_ITEM CMS_KEKRecipientInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
885
const ASN1_ITEM CMS_PasswordRecipientInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
912
static const ASN1_ITEM CMS_OtherRecipientInfo_it = {
crypto/libressl/crypto/cms/cms_asn1.c
924
cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/cms/cms_asn1.c
990
const ASN1_ITEM CMS_RecipientInfo_it = {
crypto/libressl/crypto/cms/cms_lcl.h
395
extern const ASN1_ITEM CMS_ContentInfo_it;
crypto/libressl/crypto/cms/cms_lcl.h
396
extern const ASN1_ITEM CMS_SignerInfo_it;
crypto/libressl/crypto/cms/cms_lcl.h
397
extern const ASN1_ITEM CMS_IssuerAndSerialNumber_it;
crypto/libressl/crypto/cms/cms_lcl.h
398
extern const ASN1_ITEM CMS_Attributes_Sign_it;
crypto/libressl/crypto/cms/cms_lcl.h
399
extern const ASN1_ITEM CMS_Attributes_Verify_it;
crypto/libressl/crypto/cms/cms_lcl.h
400
extern const ASN1_ITEM CMS_RecipientInfo_it;
crypto/libressl/crypto/cms/cms_lcl.h
401
extern const ASN1_ITEM CMS_PasswordRecipientInfo_it;
crypto/libressl/crypto/cms/cms_lcl.h
467
extern const ASN1_ITEM CMS_CertificateChoices_it;
crypto/libressl/crypto/cms/cms_lcl.h
468
extern const ASN1_ITEM CMS_DigestedData_it;
crypto/libressl/crypto/cms/cms_lcl.h
469
extern const ASN1_ITEM CMS_EncryptedData_it;
crypto/libressl/crypto/cms/cms_lcl.h
470
extern const ASN1_ITEM CMS_EnvelopedData_it;
crypto/libressl/crypto/cms/cms_lcl.h
471
extern const ASN1_ITEM CMS_KEKRecipientInfo_it;
crypto/libressl/crypto/cms/cms_lcl.h
472
extern const ASN1_ITEM CMS_KeyAgreeRecipientInfo_it;
crypto/libressl/crypto/cms/cms_lcl.h
473
extern const ASN1_ITEM CMS_KeyTransRecipientInfo_it;
crypto/libressl/crypto/cms/cms_lcl.h
474
extern const ASN1_ITEM CMS_OriginatorPublicKey_it;
crypto/libressl/crypto/cms/cms_lcl.h
475
extern const ASN1_ITEM CMS_OtherKeyAttribute_it;
crypto/libressl/crypto/cms/cms_lcl.h
476
extern const ASN1_ITEM CMS_Receipt_it;
crypto/libressl/crypto/cms/cms_lcl.h
477
extern const ASN1_ITEM CMS_ReceiptRequest_it;
crypto/libressl/crypto/cms/cms_lcl.h
478
extern const ASN1_ITEM CMS_RecipientEncryptedKey_it;
crypto/libressl/crypto/cms/cms_lcl.h
479
extern const ASN1_ITEM CMS_RecipientKeyIdentifier_it;
crypto/libressl/crypto/cms/cms_lcl.h
480
extern const ASN1_ITEM CMS_RevocationInfoChoice_it;
crypto/libressl/crypto/cms/cms_lcl.h
481
extern const ASN1_ITEM CMS_SignedData_it;
crypto/libressl/crypto/cms/cms_lcl.h
482
extern const ASN1_ITEM CMS_CompressedData_it;
crypto/libressl/crypto/dh/dh_asn1.c
117
const ASN1_ITEM DHparams_it = {
crypto/libressl/crypto/dh/dh_asn1.c
70
dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/dsa/dsa_asn1.c
111
const ASN1_ITEM DSA_SIG_it = {
crypto/libressl/crypto/dsa/dsa_asn1.c
160
dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/dsa/dsa_asn1.c
228
const ASN1_ITEM DSAPrivateKey_it = {
crypto/libressl/crypto/dsa/dsa_asn1.c
284
const ASN1_ITEM DSAparams_it = {
crypto/libressl/crypto/dsa/dsa_asn1.c
371
const ASN1_ITEM DSAPublicKey_it = {
crypto/libressl/crypto/dsa/dsa_asn1.c
71
sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/ec/ec_asn1.c
228
const ASN1_ITEM X9_62_PENTANOMIAL_it = {
crypto/libressl/crypto/ec/ec_asn1.c
326
.item = (const ASN1_ITEM *)&X9_62_CHARACTERISTIC_TWO_adb,
crypto/libressl/crypto/ec/ec_asn1.c
330
const ASN1_ITEM X9_62_CHARACTERISTIC_TWO_it = {
crypto/libressl/crypto/ec/ec_asn1.c
410
.item = (const ASN1_ITEM *)&X9_62_FIELDID_adb,
crypto/libressl/crypto/ec/ec_asn1.c
414
const ASN1_ITEM X9_62_FIELDID_it = {
crypto/libressl/crypto/ec/ec_asn1.c
448
const ASN1_ITEM X9_62_CURVE_it = {
crypto/libressl/crypto/ec/ec_asn1.c
503
const ASN1_ITEM ECPARAMETERS_it = {
crypto/libressl/crypto/ec/ec_asn1.c
552
const ASN1_ITEM ECPKPARAMETERS_it = {
crypto/libressl/crypto/ec/ec_asn1.c
623
const ASN1_ITEM EC_PRIVATEKEY_it = {
crypto/libressl/crypto/ecdsa/ecs_asn1.c
77
const ASN1_ITEM ECDSA_SIG_it = {
crypto/libressl/crypto/gost/gost_asn1.c
148
const ASN1_ITEM GOST_KEY_AGREEMENT_INFO_it = {
crypto/libressl/crypto/gost/gost_asn1.c
208
const ASN1_ITEM GOST_KEY_PARAMS_it = {
crypto/libressl/crypto/gost/gost_asn1.c
260
const ASN1_ITEM GOST_CIPHER_PARAMS_it = {
crypto/libressl/crypto/gost/gost_asn1.c
37
const ASN1_ITEM GOST_KEY_TRANSPORT_it = {
crypto/libressl/crypto/gost/gost_asn1.c
89
const ASN1_ITEM GOST_KEY_INFO_it = {
crypto/libressl/crypto/gost/gost_asn1.h
103
extern const ASN1_ITEM GOST_KEY_PARAMS_it;
crypto/libressl/crypto/gost/gost_asn1.h
68
extern const ASN1_ITEM GOST_KEY_INFO_it;
crypto/libressl/crypto/gost/gost_asn1.h
80
extern const ASN1_ITEM GOST_KEY_AGREEMENT_INFO_it;
crypto/libressl/crypto/gost/gost_asn1.h
91
extern const ASN1_ITEM GOST_KEY_TRANSPORT_it;
crypto/libressl/crypto/ocsp/ocsp_asn.c
155
const ASN1_ITEM OCSP_CERTID_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
208
const ASN1_ITEM OCSP_ONEREQ_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
275
const ASN1_ITEM OCSP_REQINFO_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
328
const ASN1_ITEM OCSP_REQUEST_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
394
const ASN1_ITEM OCSP_RESPBYTES_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
447
const ASN1_ITEM OCSP_RESPONSE_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
512
const ASN1_ITEM OCSP_RESPID_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
565
const ASN1_ITEM OCSP_REVOKEDINFO_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
625
const ASN1_ITEM OCSP_CERTSTATUS_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
699
const ASN1_ITEM OCSP_SINGLERESP_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
773
const ASN1_ITEM OCSP_RESPDATA_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
840
const ASN1_ITEM OCSP_BASICRESP_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
88
const ASN1_ITEM OCSP_SIGNATURE_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
900
const ASN1_ITEM OCSP_CRLID_it = {
crypto/libressl/crypto/ocsp/ocsp_asn.c
953
const ASN1_ITEM OCSP_SERVICELOC_it = {
crypto/libressl/crypto/pkcs12/p12_add.c
69
PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, int nid1, int nid2)
crypto/libressl/crypto/pkcs12/p12_asn.c
152
const ASN1_ITEM PKCS12_MAC_DATA_it = {
crypto/libressl/crypto/pkcs12/p12_asn.c
254
.item = (const ASN1_ITEM *)&PKCS12_BAGS_adb,
crypto/libressl/crypto/pkcs12/p12_asn.c
258
const ASN1_ITEM PKCS12_BAGS_it = {
crypto/libressl/crypto/pkcs12/p12_asn.c
392
.item = (const ASN1_ITEM *)&PKCS12_SAFEBAG_adb,
crypto/libressl/crypto/pkcs12/p12_asn.c
403
const ASN1_ITEM PKCS12_SAFEBAG_it = {
crypto/libressl/crypto/pkcs12/p12_asn.c
448
const ASN1_ITEM PKCS12_SAFEBAGS_it = {
crypto/libressl/crypto/pkcs12/p12_asn.c
467
const ASN1_ITEM PKCS12_AUTHSAFES_it = {
crypto/libressl/crypto/pkcs12/p12_asn.c
92
const ASN1_ITEM PKCS12_it = {
crypto/libressl/crypto/pkcs12/p12_decr.c
125
PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it,
crypto/libressl/crypto/pkcs12/p12_decr.c
153
PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
157
pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/pkcs7/pk7_asn1.c
203
.item = (const ASN1_ITEM *)&PKCS7_adb,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
207
const ASN1_ITEM PKCS7_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
300
const ASN1_ITEM PKCS7_SIGNED_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
338
si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/pkcs7/pk7_asn1.c
412
const ASN1_ITEM PKCS7_SIGNER_INFO_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
465
const ASN1_ITEM PKCS7_ISSUER_AND_SERIAL_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
525
const ASN1_ITEM PKCS7_ENVELOPE_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
563
ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/pkcs7/pk7_asn1.c
611
const ASN1_ITEM PKCS7_RECIP_INFO_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
671
const ASN1_ITEM PKCS7_ENC_CONTENT_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
759
const ASN1_ITEM PKCS7_SIGN_ENVELOPE_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
812
const ASN1_ITEM PKCS7_ENCRYPT_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
879
const ASN1_ITEM PKCS7_DIGEST_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
929
const ASN1_ITEM PKCS7_ATTR_SIGN_it = {
crypto/libressl/crypto/pkcs7/pk7_asn1.c
951
const ASN1_ITEM PKCS7_ATTR_VERIFY_it = {
crypto/libressl/crypto/rsa/rsa_ameth.c
848
rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
crypto/libressl/crypto/rsa/rsa_ameth.c
893
rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
crypto/libressl/crypto/rsa/rsa_asn1.c
159
const ASN1_ITEM RSAPrivateKey_it = {
crypto/libressl/crypto/rsa/rsa_asn1.c
195
const ASN1_ITEM RSAPublicKey_it = {
crypto/libressl/crypto/rsa/rsa_asn1.c
206
rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/rsa/rsa_asn1.c
256
const ASN1_ITEM RSA_PSS_PARAMS_it = {
crypto/libressl/crypto/rsa/rsa_asn1.c
292
rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/rsa/rsa_asn1.c
335
const ASN1_ITEM RSA_OAEP_PARAMS_it = {
crypto/libressl/crypto/rsa/rsa_asn1.c
70
rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/ts/ts_asn1.c
196
const ASN1_ITEM TS_REQ_it = {
crypto/libressl/crypto/ts/ts_asn1.c
288
const ASN1_ITEM TS_ACCURACY_it = {
crypto/libressl/crypto/ts/ts_asn1.c
403
const ASN1_ITEM TS_TST_INFO_it = {
crypto/libressl/crypto/ts/ts_asn1.c
495
const ASN1_ITEM TS_STATUS_INFO_it = {
crypto/libressl/crypto/ts/ts_asn1.c
565
ts_resp_cb(int op, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/ts/ts_asn1.c
606
const ASN1_ITEM TS_RESP_it = {
crypto/libressl/crypto/ts/ts_asn1.c
691
const ASN1_ITEM ESS_ISSUER_SERIAL_it = {
crypto/libressl/crypto/ts/ts_asn1.c
750
const ASN1_ITEM ESS_CERT_ID_it = {
crypto/libressl/crypto/ts/ts_asn1.c
809
const ASN1_ITEM ESS_SIGNING_CERT_it = {
crypto/libressl/crypto/ts/ts_asn1.c
83
const ASN1_ITEM TS_MSG_IMPRINT_it = {
crypto/libressl/crypto/ts/ts_asn1.c
875
static const ASN1_ITEM ESS_CERT_ID_V2_it = {
crypto/libressl/crypto/ts/ts_asn1.c
933
static const ASN1_ITEM ESS_SIGNING_CERT_V2_it = {
crypto/libressl/crypto/x509/x509_addr.c
103
const ASN1_ITEM IPAddressRange_it = {
crypto/libressl/crypto/x509/x509_addr.c
130
const ASN1_ITEM IPAddressOrRange_it = {
crypto/libressl/crypto/x509/x509_addr.c
157
const ASN1_ITEM IPAddressChoice_it = {
crypto/libressl/crypto/x509/x509_addr.c
184
const ASN1_ITEM IPAddressFamily_it = {
crypto/libressl/crypto/x509/x509_addr.c
202
static const ASN1_ITEM IPAddrBlocks_it = {
crypto/libressl/crypto/x509/x509_akeya.c
90
const ASN1_ITEM AUTHORITY_KEYID_it = {
crypto/libressl/crypto/x509/x509_asid.c
124
const ASN1_ITEM ASIdOrRange_it = {
crypto/libressl/crypto/x509/x509_asid.c
151
const ASN1_ITEM ASIdentifierChoice_it = {
crypto/libressl/crypto/x509/x509_asid.c
178
const ASN1_ITEM ASIdentifiers_it = {
crypto/libressl/crypto/x509/x509_asid.c
97
const ASN1_ITEM ASRange_it = {
crypto/libressl/crypto/x509/x509_bcons.c
107
const ASN1_ITEM BASIC_CONSTRAINTS_it = {
crypto/libressl/crypto/x509/x509_cpols.c
111
const ASN1_ITEM CERTIFICATEPOLICIES_it = {
crypto/libressl/crypto/x509/x509_cpols.c
164
const ASN1_ITEM POLICYINFO_it = {
crypto/libressl/crypto/x509/x509_cpols.c
255
.item = (const ASN1_ITEM *)&POLICYQUALINFO_adb,
crypto/libressl/crypto/x509/x509_cpols.c
259
const ASN1_ITEM POLICYQUALINFO_it = {
crypto/libressl/crypto/x509/x509_cpols.c
312
const ASN1_ITEM USERNOTICE_it = {
crypto/libressl/crypto/x509/x509_cpols.c
365
const ASN1_ITEM NOTICEREF_it = {
crypto/libressl/crypto/x509/x509_crld.c
368
dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/libressl/crypto/x509/x509_crld.c
411
const ASN1_ITEM DIST_POINT_NAME_it = {
crypto/libressl/crypto/x509/x509_crld.c
472
const ASN1_ITEM DIST_POINT_it = {
crypto/libressl/crypto/x509/x509_crld.c
516
const ASN1_ITEM CRL_DIST_POINTS_it = {
crypto/libressl/crypto/x509/x509_crld.c
597
const ASN1_ITEM ISSUING_DIST_POINT_it = {
crypto/libressl/crypto/x509/x509_extku.c
114
const ASN1_ITEM EXTENDED_KEY_USAGE_it = {
crypto/libressl/crypto/x509/x509_genn.c
138
const ASN1_ITEM EDIPARTYNAME_it = {
crypto/libressl/crypto/x509/x509_genn.c
242
const ASN1_ITEM GENERAL_NAME_it = {
crypto/libressl/crypto/x509/x509_genn.c
286
const ASN1_ITEM GENERAL_NAMES_it = {
crypto/libressl/crypto/x509/x509_genn.c
84
const ASN1_ITEM OTHERNAME_it = {
crypto/libressl/crypto/x509/x509_info.c
125
const ASN1_ITEM ACCESS_DESCRIPTION_it = {
crypto/libressl/crypto/x509/x509_info.c
169
const ASN1_ITEM AUTHORITY_INFO_ACCESS_it = {
crypto/libressl/crypto/x509/x509_ncons.c
125
const ASN1_ITEM GENERAL_SUBTREE_it = {
crypto/libressl/crypto/x509/x509_ncons.c
152
const ASN1_ITEM NAME_CONSTRAINTS_it = {
crypto/libressl/crypto/x509/x509_pcia.c
111
const ASN1_ITEM PROXY_CERT_INFO_EXTENSION_it = {
crypto/libressl/crypto/x509/x509_pcia.c
58
const ASN1_ITEM PROXY_POLICY_it = {
crypto/libressl/crypto/x509/x509_pcons.c
108
const ASN1_ITEM POLICY_CONSTRAINTS_it = {
crypto/libressl/crypto/x509/x509_pku.c
102
const ASN1_ITEM PKEY_USAGE_PERIOD_it = {
crypto/libressl/crypto/x509/x509_pmaps.c
106
const ASN1_ITEM POLICY_MAPPING_it = {
crypto/libressl/crypto/x509/x509_pmaps.c
124
const ASN1_ITEM POLICY_MAPPINGS_it = {
crypto/libressl/crypto/x509/x509_sxnet.c
117
const ASN1_ITEM SXNETID_it = {
crypto/libressl/crypto/x509/x509_sxnet.c
170
const ASN1_ITEM SXNET_it = {
crypto/libressl/include/openssl/asn1.h
347
typedef const ASN1_ITEM ASN1_ITEM_EXP;
crypto/libressl/include/openssl/asn1.h
360
extern const ASN1_ITEM name##_it;
crypto/libressl/include/openssl/asn1.h
482
extern const ASN1_ITEM ASN1_SEQUENCE_ANY_it;
crypto/libressl/include/openssl/asn1.h
485
extern const ASN1_ITEM ASN1_SET_ANY_it;
crypto/libressl/include/openssl/asn1.h
540
extern const ASN1_ITEM ASN1_ANY_it;
crypto/libressl/include/openssl/asn1.h
553
extern const ASN1_ITEM ASN1_OBJECT_it;
crypto/libressl/include/openssl/asn1.h
577
extern const ASN1_ITEM ASN1_BIT_STRING_it;
crypto/libressl/include/openssl/asn1.h
596
extern const ASN1_ITEM ASN1_INTEGER_it;
crypto/libressl/include/openssl/asn1.h
606
extern const ASN1_ITEM ASN1_ENUMERATED_it;
crypto/libressl/include/openssl/asn1.h
629
extern const ASN1_ITEM ASN1_OCTET_STRING_it;
crypto/libressl/include/openssl/asn1.h
640
extern const ASN1_ITEM ASN1_VISIBLESTRING_it;
crypto/libressl/include/openssl/asn1.h
645
extern const ASN1_ITEM ASN1_UNIVERSALSTRING_it;
crypto/libressl/include/openssl/asn1.h
650
extern const ASN1_ITEM ASN1_UTF8STRING_it;
crypto/libressl/include/openssl/asn1.h
655
extern const ASN1_ITEM ASN1_NULL_it;
crypto/libressl/include/openssl/asn1.h
660
extern const ASN1_ITEM ASN1_BMPSTRING_it;
crypto/libressl/include/openssl/asn1.h
666
extern const ASN1_ITEM ASN1_PRINTABLE_it;
crypto/libressl/include/openssl/asn1.h
672
extern const ASN1_ITEM DIRECTORYSTRING_it;
crypto/libressl/include/openssl/asn1.h
677
extern const ASN1_ITEM DISPLAYTEXT_it;
crypto/libressl/include/openssl/asn1.h
682
extern const ASN1_ITEM ASN1_PRINTABLESTRING_it;
crypto/libressl/include/openssl/asn1.h
687
extern const ASN1_ITEM ASN1_T61STRING_it;
crypto/libressl/include/openssl/asn1.h
692
extern const ASN1_ITEM ASN1_IA5STRING_it;
crypto/libressl/include/openssl/asn1.h
697
extern const ASN1_ITEM ASN1_GENERALSTRING_it;
crypto/libressl/include/openssl/asn1.h
702
extern const ASN1_ITEM ASN1_UTCTIME_it;
crypto/libressl/include/openssl/asn1.h
707
extern const ASN1_ITEM ASN1_GENERALIZEDTIME_it;
crypto/libressl/include/openssl/asn1.h
712
extern const ASN1_ITEM ASN1_TIME_it;
crypto/libressl/include/openssl/asn1.h
722
extern const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it;
crypto/libressl/include/openssl/asn1.h
776
void *ASN1_item_dup(const ASN1_ITEM *it, void *x);
crypto/libressl/include/openssl/asn1.h
792
void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
crypto/libressl/include/openssl/asn1.h
805
int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x);
crypto/libressl/include/openssl/asn1.h
820
void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
crypto/libressl/include/openssl/asn1.h
833
int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
crypto/libressl/include/openssl/asn1.h
858
ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
crypto/libressl/include/openssl/asn1.h
860
void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
879
ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
880
void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
882
long len, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
883
int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
884
int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
913
const ASN1_ITEM *it, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/asn1.h
929
BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
932
const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
934
const char *hdr, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
937
const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
938
ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
359
#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
crypto/libressl/include/openssl/asn1t.h
360
#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
crypto/libressl/include/openssl/asn1t.h
654
typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
crypto/libressl/include/openssl/asn1t.h
657
typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
crypto/libressl/include/openssl/asn1t.h
658
typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
659
typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
665
typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
666
typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
667
typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/asn1t.h
707
typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
crypto/libressl/include/openssl/asn1t.h
82
const ASN1_ITEM itname##_it = {
crypto/libressl/include/openssl/asn1t.h
85
static const ASN1_ITEM itname##_it = {
crypto/libressl/include/openssl/asn1t.h
881
extern const ASN1_ITEM ASN1_BOOLEAN_it;
crypto/libressl/include/openssl/asn1t.h
882
extern const ASN1_ITEM ASN1_TBOOLEAN_it;
crypto/libressl/include/openssl/asn1t.h
883
extern const ASN1_ITEM ASN1_FBOOLEAN_it;
crypto/libressl/include/openssl/asn1t.h
884
extern const ASN1_ITEM ASN1_SEQUENCE_it;
crypto/libressl/include/openssl/asn1t.h
885
extern const ASN1_ITEM BIGNUM_it;
crypto/libressl/include/openssl/asn1t.h
886
extern const ASN1_ITEM LONG_it;
crypto/libressl/include/openssl/asn1t.h
887
extern const ASN1_ITEM ZLONG_it;
crypto/libressl/include/openssl/asn1t.h
890
extern const ASN1_ITEM CBIGNUM_it;
crypto/libressl/include/openssl/asn1t.h
897
int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
898
void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
900
int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1t.h
904
int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
crypto/libressl/include/openssl/asn1t.h
907
int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
crypto/libressl/include/openssl/asn1t.h
909
void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/libressl/include/openssl/cms.h
85
extern const ASN1_ITEM CMS_ContentInfo_it;
crypto/libressl/include/openssl/cms.h
90
extern const ASN1_ITEM CMS_ReceiptRequest_it;
crypto/libressl/include/openssl/dsa.h
158
extern const ASN1_ITEM DSAPublicKey_it;
crypto/libressl/include/openssl/dsa.h
162
extern const ASN1_ITEM DSAPrivateKey_it;
crypto/libressl/include/openssl/dsa.h
166
extern const ASN1_ITEM DSAparams_it;
crypto/libressl/include/openssl/gost.h
96
extern const ASN1_ITEM GOST_CIPHER_PARAMS_it;
crypto/libressl/include/openssl/ocsp.h
145
extern const ASN1_ITEM OCSP_RESPID_it;
crypto/libressl/include/openssl/ocsp.h
338
extern const ASN1_ITEM OCSP_SINGLERESP_it;
crypto/libressl/include/openssl/ocsp.h
343
extern const ASN1_ITEM OCSP_CERTSTATUS_it;
crypto/libressl/include/openssl/ocsp.h
348
extern const ASN1_ITEM OCSP_REVOKEDINFO_it;
crypto/libressl/include/openssl/ocsp.h
353
extern const ASN1_ITEM OCSP_BASICRESP_it;
crypto/libressl/include/openssl/ocsp.h
358
extern const ASN1_ITEM OCSP_RESPDATA_it;
crypto/libressl/include/openssl/ocsp.h
363
extern const ASN1_ITEM OCSP_RESPID_it;
crypto/libressl/include/openssl/ocsp.h
370
extern const ASN1_ITEM OCSP_RESPONSE_it;
crypto/libressl/include/openssl/ocsp.h
375
extern const ASN1_ITEM OCSP_RESPBYTES_it;
crypto/libressl/include/openssl/ocsp.h
380
extern const ASN1_ITEM OCSP_ONEREQ_it;
crypto/libressl/include/openssl/ocsp.h
385
extern const ASN1_ITEM OCSP_CERTID_it;
crypto/libressl/include/openssl/ocsp.h
392
extern const ASN1_ITEM OCSP_REQUEST_it;
crypto/libressl/include/openssl/ocsp.h
397
extern const ASN1_ITEM OCSP_SIGNATURE_it;
crypto/libressl/include/openssl/ocsp.h
402
extern const ASN1_ITEM OCSP_REQINFO_it;
crypto/libressl/include/openssl/ocsp.h
407
extern const ASN1_ITEM OCSP_CRLID_it;
crypto/libressl/include/openssl/ocsp.h
412
extern const ASN1_ITEM OCSP_SERVICELOC_it;
crypto/libressl/include/openssl/pkcs12.h
178
PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
crypto/libressl/include/openssl/pkcs12.h
212
void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it,
crypto/libressl/include/openssl/pkcs12.h
215
const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf);
crypto/libressl/include/openssl/pkcs12.h
242
extern const ASN1_ITEM PKCS12_it;
crypto/libressl/include/openssl/pkcs12.h
247
extern const ASN1_ITEM PKCS12_MAC_DATA_it;
crypto/libressl/include/openssl/pkcs12.h
252
extern const ASN1_ITEM PKCS12_SAFEBAG_it;
crypto/libressl/include/openssl/pkcs12.h
257
extern const ASN1_ITEM PKCS12_BAGS_it;
crypto/libressl/include/openssl/pkcs12.h
259
extern const ASN1_ITEM PKCS12_SAFEBAGS_it;
crypto/libressl/include/openssl/pkcs12.h
260
extern const ASN1_ITEM PKCS12_AUTHSAFES_it;
crypto/libressl/include/openssl/pkcs7.h
275
extern const ASN1_ITEM PKCS7_ISSUER_AND_SERIAL_it;
crypto/libressl/include/openssl/pkcs7.h
291
extern const ASN1_ITEM PKCS7_SIGNER_INFO_it;
crypto/libressl/include/openssl/pkcs7.h
296
extern const ASN1_ITEM PKCS7_RECIP_INFO_it;
crypto/libressl/include/openssl/pkcs7.h
301
extern const ASN1_ITEM PKCS7_SIGNED_it;
crypto/libressl/include/openssl/pkcs7.h
306
extern const ASN1_ITEM PKCS7_ENC_CONTENT_it;
crypto/libressl/include/openssl/pkcs7.h
311
extern const ASN1_ITEM PKCS7_ENVELOPE_it;
crypto/libressl/include/openssl/pkcs7.h
316
extern const ASN1_ITEM PKCS7_SIGN_ENVELOPE_it;
crypto/libressl/include/openssl/pkcs7.h
321
extern const ASN1_ITEM PKCS7_DIGEST_it;
crypto/libressl/include/openssl/pkcs7.h
326
extern const ASN1_ITEM PKCS7_ENCRYPT_it;
crypto/libressl/include/openssl/pkcs7.h
331
extern const ASN1_ITEM PKCS7_it;
crypto/libressl/include/openssl/pkcs7.h
333
extern const ASN1_ITEM PKCS7_ATTR_SIGN_it;
crypto/libressl/include/openssl/pkcs7.h
334
extern const ASN1_ITEM PKCS7_ATTR_VERIFY_it;
crypto/libressl/include/openssl/rsa.h
282
extern const ASN1_ITEM RSAPublicKey_it;
crypto/libressl/include/openssl/rsa.h
285
extern const ASN1_ITEM RSAPrivateKey_it;
crypto/libressl/include/openssl/rsa.h
291
extern const ASN1_ITEM RSA_PSS_PARAMS_it;
crypto/libressl/include/openssl/rsa.h
297
extern const ASN1_ITEM RSA_OAEP_PARAMS_it;
crypto/libressl/include/openssl/x509.h
1071
extern const ASN1_ITEM PBEPARAM_it;
crypto/libressl/include/openssl/x509.h
1076
extern const ASN1_ITEM PBE2PARAM_it;
crypto/libressl/include/openssl/x509.h
1081
extern const ASN1_ITEM PBKDF2PARAM_it;
crypto/libressl/include/openssl/x509.h
1103
extern const ASN1_ITEM PKCS8_PRIV_KEY_INFO_it;
crypto/libressl/include/openssl/x509.h
588
extern const ASN1_ITEM X509_ALGOR_it;
crypto/libressl/include/openssl/x509.h
591
extern const ASN1_ITEM X509_ALGORS_it;
crypto/libressl/include/openssl/x509.h
596
extern const ASN1_ITEM X509_VAL_it;
crypto/libressl/include/openssl/x509.h
602
extern const ASN1_ITEM X509_PUBKEY_it;
crypto/libressl/include/openssl/x509.h
632
extern const ASN1_ITEM X509_SIG_it;
crypto/libressl/include/openssl/x509.h
642
extern const ASN1_ITEM X509_REQ_INFO_it;
crypto/libressl/include/openssl/x509.h
647
extern const ASN1_ITEM X509_REQ_it;
crypto/libressl/include/openssl/x509.h
653
extern const ASN1_ITEM X509_ATTRIBUTE_it;
crypto/libressl/include/openssl/x509.h
660
extern const ASN1_ITEM X509_EXTENSION_it;
crypto/libressl/include/openssl/x509.h
663
extern const ASN1_ITEM X509_EXTENSIONS_it;
crypto/libressl/include/openssl/x509.h
669
extern const ASN1_ITEM X509_NAME_ENTRY_it;
crypto/libressl/include/openssl/x509.h
675
extern const ASN1_ITEM X509_NAME_it;
crypto/libressl/include/openssl/x509.h
683
extern const ASN1_ITEM X509_CINF_it;
crypto/libressl/include/openssl/x509.h
689
extern const ASN1_ITEM X509_it;
crypto/libressl/include/openssl/x509.h
694
extern const ASN1_ITEM X509_CERT_AUX_it;
crypto/libressl/include/openssl/x509.h
725
extern const ASN1_ITEM X509_REVOKED_it;
crypto/libressl/include/openssl/x509.h
731
extern const ASN1_ITEM X509_CRL_INFO_it;
crypto/libressl/include/openssl/x509.h
737
extern const ASN1_ITEM X509_CRL_it;
crypto/libressl/include/openssl/x509.h
751
extern const ASN1_ITEM NETSCAPE_SPKI_it;
crypto/libressl/include/openssl/x509.h
756
extern const ASN1_ITEM NETSCAPE_SPKAC_it;
crypto/libressl/include/openssl/x509.h
761
extern const ASN1_ITEM NETSCAPE_CERT_SEQUENCE_it;
crypto/libressl/include/openssl/x509.h
768
int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data,
crypto/libressl/include/openssl/x509.h
771
int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
crypto/libressl/include/openssl/x509.h
774
int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
crypto/libressl/include/openssl/x509.h
777
int ASN1_item_sign_ctx(const ASN1_ITEM *it,
crypto/libressl/include/openssl/x509v3.h
354
extern const ASN1_ITEM PROXY_POLICY_it;
crypto/libressl/include/openssl/x509v3.h
359
extern const ASN1_ITEM PROXY_CERT_INFO_EXTENSION_it;
crypto/libressl/include/openssl/x509v3.h
516
extern const ASN1_ITEM BASIC_CONSTRAINTS_it;
crypto/libressl/include/openssl/x509v3.h
522
extern const ASN1_ITEM SXNET_it;
crypto/libressl/include/openssl/x509v3.h
527
extern const ASN1_ITEM SXNETID_it;
crypto/libressl/include/openssl/x509v3.h
544
extern const ASN1_ITEM AUTHORITY_KEYID_it;
crypto/libressl/include/openssl/x509v3.h
550
extern const ASN1_ITEM PKEY_USAGE_PERIOD_it;
crypto/libressl/include/openssl/x509v3.h
556
extern const ASN1_ITEM GENERAL_NAME_it;
crypto/libressl/include/openssl/x509v3.h
575
extern const ASN1_ITEM GENERAL_NAMES_it;
crypto/libressl/include/openssl/x509v3.h
586
extern const ASN1_ITEM OTHERNAME_it;
crypto/libressl/include/openssl/x509v3.h
591
extern const ASN1_ITEM EDIPARTYNAME_it;
crypto/libressl/include/openssl/x509v3.h
609
extern const ASN1_ITEM EXTENDED_KEY_USAGE_it;
crypto/libressl/include/openssl/x509v3.h
616
extern const ASN1_ITEM CERTIFICATEPOLICIES_it;
crypto/libressl/include/openssl/x509v3.h
621
extern const ASN1_ITEM POLICYINFO_it;
crypto/libressl/include/openssl/x509v3.h
626
extern const ASN1_ITEM POLICYQUALINFO_it;
crypto/libressl/include/openssl/x509v3.h
631
extern const ASN1_ITEM USERNOTICE_it;
crypto/libressl/include/openssl/x509v3.h
636
extern const ASN1_ITEM NOTICEREF_it;
crypto/libressl/include/openssl/x509v3.h
642
extern const ASN1_ITEM CRL_DIST_POINTS_it;
crypto/libressl/include/openssl/x509v3.h
647
extern const ASN1_ITEM DIST_POINT_it;
crypto/libressl/include/openssl/x509v3.h
652
extern const ASN1_ITEM DIST_POINT_NAME_it;
crypto/libressl/include/openssl/x509v3.h
657
extern const ASN1_ITEM ISSUING_DIST_POINT_it;
crypto/libressl/include/openssl/x509v3.h
667
extern const ASN1_ITEM ACCESS_DESCRIPTION_it;
crypto/libressl/include/openssl/x509v3.h
672
extern const ASN1_ITEM AUTHORITY_INFO_ACCESS_it;
crypto/libressl/include/openssl/x509v3.h
674
extern const ASN1_ITEM POLICY_MAPPING_it;
crypto/libressl/include/openssl/x509v3.h
677
extern const ASN1_ITEM POLICY_MAPPINGS_it;
crypto/libressl/include/openssl/x509v3.h
679
extern const ASN1_ITEM GENERAL_SUBTREE_it;
crypto/libressl/include/openssl/x509v3.h
683
extern const ASN1_ITEM NAME_CONSTRAINTS_it;
crypto/libressl/include/openssl/x509v3.h
689
extern const ASN1_ITEM POLICY_CONSTRAINTS_it;
crypto/libressl/include/openssl/x509v3.h
889
extern const ASN1_ITEM ASRange_it;
crypto/libressl/include/openssl/x509v3.h
896
extern const ASN1_ITEM ASIdOrRange_it;
crypto/libressl/include/openssl/x509v3.h
903
extern const ASN1_ITEM ASIdentifierChoice_it;
crypto/libressl/include/openssl/x509v3.h
910
extern const ASN1_ITEM ASIdentifiers_it;
crypto/libressl/include/openssl/x509v3.h
955
extern const ASN1_ITEM IPAddressRange_it;
crypto/libressl/include/openssl/x509v3.h
962
extern const ASN1_ITEM IPAddressOrRange_it;
crypto/libressl/include/openssl/x509v3.h
969
extern const ASN1_ITEM IPAddressChoice_it;
crypto/libressl/include/openssl/x509v3.h
976
extern const ASN1_ITEM IPAddressFamily_it;