crypto/openssl/apps/asn1parse.c
89
const ASN1_ITEM *it = NULL;
crypto/openssl/apps/include/apps.h
299
const ASN1_ITEM *it);
crypto/openssl/apps/include/apps.h
305
ASN1_VALUE *req, const ASN1_ITEM *req_it,
crypto/openssl/apps/include/apps.h
307
long timeout, const ASN1_ITEM *rsp_it);
crypto/openssl/apps/include/http_server.h
68
int http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq,
crypto/openssl/apps/include/http_server.h
86
const ASN1_ITEM *it, const ASN1_VALUE *resp);
crypto/openssl/apps/lib/apps.c
2608
const ASN1_ITEM *it)
crypto/openssl/apps/lib/apps.c
2660
ASN1_VALUE *req, const ASN1_ITEM *req_it,
crypto/openssl/apps/lib/apps.c
2662
long timeout, const ASN1_ITEM *rsp_it)
crypto/openssl/apps/lib/http_server.c
264
int http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq,
crypto/openssl/apps/lib/http_server.c
505
const ASN1_ITEM *it, const ASN1_VALUE *resp)
crypto/openssl/crypto/asn1/a_d2i_fp.c
101
void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
crypto/openssl/crypto/asn1/a_d2i_fp.c
58
void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x,
crypto/openssl/crypto/asn1/a_d2i_fp.c
79
void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
crypto/openssl/crypto/asn1/a_d2i_fp.c
85
void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x,
crypto/openssl/crypto/asn1/a_digest.c
54
int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn,
crypto/openssl/crypto/asn1/a_digest.c
87
int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn,
crypto/openssl/crypto/asn1/a_dup.c
50
void *ASN1_item_dup(const ASN1_ITEM *it, const void *x)
crypto/openssl/crypto/asn1/a_i2d_fp.c
111
BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val)
crypto/openssl/crypto/asn1/a_i2d_fp.c
69
int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x)
crypto/openssl/crypto/asn1/a_i2d_fp.c
85
int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x)
crypto/openssl/crypto/asn1/a_sign.c
113
int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
crypto/openssl/crypto/asn1/a_sign.c
121
int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1,
crypto/openssl/crypto/asn1/a_sign.c
146
int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
crypto/openssl/crypto/asn1/a_type.c
109
ASN1_TYPE *ASN1_TYPE_pack_sequence(const ASN1_ITEM *it, void *s, ASN1_TYPE **t)
crypto/openssl/crypto/asn1/a_type.c
133
void *ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t)
crypto/openssl/crypto/asn1/a_verify.c
111
int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg,
crypto/openssl/crypto/asn1/a_verify.c
88
int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg,
crypto/openssl/crypto/asn1/a_verify.c
95
int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg,
crypto/openssl/crypto/asn1/ameth_lib.c
363
const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/ameth_lib.c
369
const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/asn1_item_list.c
28
const ASN1_ITEM *ASN1_ITEM_lookup(const char *name)
crypto/openssl/crypto/asn1/asn1_item_list.c
33
const ASN1_ITEM *it = ASN1_ITEM_ptr(asn1_item_list[i]);
crypto/openssl/crypto/asn1/asn1_item_list.c
41
const ASN1_ITEM *ASN1_ITEM_get(size_t i)
crypto/openssl/crypto/asn1/asn1_local.h
24
const ASN1_ITEM *it;
crypto/openssl/crypto/asn1/asn1_local.h
52
int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
54
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
56
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
66
int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
68
void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
69
void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
71
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
73
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn1_local.h
75
void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
crypto/openssl/crypto/asn1/asn1_local.h
76
void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
crypto/openssl/crypto/asn1/asn1_local.h
95
int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/asn_mime.c
106
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_mime.c
129
const char *hdr, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_mime.c
138
static ASN1_VALUE *b64_read_asn1(BIO *bio, const ASN1_ITEM *it, ASN1_VALUE **x,
crypto/openssl/crypto/asn1/asn_mime.c
251
STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/asn_mime.c
346
STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_mime.c
356
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_mime.c
411
const ASN1_ITEM *it, ASN1_VALUE **x,
crypto/openssl/crypto/asn1/asn_mime.c
44
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/asn_mime.c
517
ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_mime.c
70
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_pack.c
16
ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
crypto/openssl/crypto/asn1/asn_pack.c
52
void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_pack.c
63
void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/bio_ndef.c
34
const ASN1_ITEM *it;
crypto/openssl/crypto/asn1/bio_ndef.c
58
BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/nsseq.c
16
static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/p8_pkey.c
17
static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_dec.c
133
long len, const ASN1_ITEM *it, int tag,
crypto/openssl/crypto/asn1/tasn_dec.c
151
const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_dec.c
160
const ASN1_ITEM *it, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/asn1/tasn_dec.c
178
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_dec.c
189
long len, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_dec.c
54
const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_dec.c
58
int utype, char *free_cont, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/tasn_dec.c
727
const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_dec.c
859
int utype, char *free_cont, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_enc.c
20
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
23
int skcontlen, const ASN1_ITEM *item,
crypto/openssl/crypto/asn1/tasn_enc.c
28
const ASN1_ITEM *it, int flags);
crypto/openssl/crypto/asn1/tasn_enc.c
30
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/tasn_enc.c
38
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_enc.c
400
int skcontlen, const ASN1_ITEM *item,
crypto/openssl/crypto/asn1/tasn_enc.c
43
int ASN1_item_i2d(const ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_enc.c
462
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/asn1/tasn_enc.c
521
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_enc.c
56
const ASN1_ITEM *it, int flags)
crypto/openssl/crypto/asn1/tasn_enc.c
82
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/asn1/tasn_fre.c
150
void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed)
crypto/openssl/crypto/asn1/tasn_fre.c
18
void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_fre.c
23
void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_fre.c
28
void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed)
crypto/openssl/crypto/asn1/tasn_new.c
172
static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_new.c
18
static int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_new.c
208
const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
crypto/openssl/crypto/asn1/tasn_new.c
21
static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_new.c
23
static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/tasn_new.c
259
static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_new.c
27
static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/tasn_new.c
29
ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_new.c
325
static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_new.c
37
ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/asn1/tasn_new.c
48
int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_new.c
54
int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_new.c
59
int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed,
crypto/openssl/crypto/asn1/tasn_prn.c
103
const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_prn.c
111
const ASN1_ITEM *it, int indent,
crypto/openssl/crypto/asn1/tasn_prn.c
120
const ASN1_ITEM *it, const ASN1_PCTX *pctx)
crypto/openssl/crypto/asn1/tasn_prn.c
133
const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/tasn_prn.c
431
const ASN1_ITEM *it, int indent,
crypto/openssl/crypto/asn1/tasn_scn.c
40
const ASN1_ITEM *ASN1_SCTX_get_item(ASN1_SCTX *p)
crypto/openssl/crypto/asn1/tasn_utl.c
116
static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
129
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
141
void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
152
void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
165
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
185
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
29
int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
37
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
49
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/tasn_utl.c
68
int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_bignum.c
115
int utype, char *free_cont, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_bignum.c
130
int utype, char *free_cont, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_bignum.c
148
static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/x_bignum.c
24
static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_bignum.c
25
static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_bignum.c
26
static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_bignum.c
29
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_bignum.c
31
int utype, char *free_cont, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_bignum.c
33
int utype, char *free_cont, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_bignum.c
34
static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/x_bignum.c
64
static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_bignum.c
73
static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_bignum.c
82
static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_bignum.c
94
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
112
static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/x_int64.c
122
static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
129
static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
135
static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
141
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
172
int utype, char *free_cont, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
219
static int uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/x_int64.c
29
static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
36
static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
42
static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
48
const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_int64.c
72
int utype, char *free_cont, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_long.c
128
int utype, char *free_cont, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_long.c
188
static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/x_long.c
21
static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_long.c
22
static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_long.c
25
const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_long.c
27
int utype, char *free_cont, const ASN1_ITEM *it);
crypto/openssl/crypto/asn1/x_long.c
28
static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/x_long.c
48
static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_long.c
54
static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/x_long.c
85
const ASN1_ITEM *it)
crypto/openssl/crypto/cmp/cmp_asn.c
848
ossl_unused const ASN1_ITEM *it, void *exarg)
crypto/openssl/crypto/cmp/cmp_http.c
55
const ASN1_ITEM *it = ASN1_ITEM_rptr(OSSL_CMP_MSG);
crypto/openssl/crypto/cms/cms_asn1.c
121
static int cms_rek_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/openssl/crypto/cms/cms_asn1.c
146
static int cms_kari_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/openssl/crypto/cms/cms_asn1.c
192
static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/openssl/crypto/cms/cms_asn1.c
288
static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/cms/cms_asn1.c
38
static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/openssl/crypto/cms/cms_asn1.c
83
static int cms_ec_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)
crypto/openssl/crypto/crmf/crmf_lib.c
466
const ASN1_ITEM *it;
crypto/openssl/crypto/dh/dh_asn1.c
25
static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/dsa/dsa_asn1.c
25
static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/ec/ecx_meth.c
540
static int ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it,
crypto/openssl/crypto/ec/ecx_meth.c
573
static int ecd_item_sign25519(EVP_MD_CTX *ctx, const ASN1_ITEM *it,
crypto/openssl/crypto/ec/ecx_meth.c
589
static int ecd_item_sign448(EVP_MD_CTX *ctx, const ASN1_ITEM *it,
crypto/openssl/crypto/http/http_client.c
352
const ASN1_ITEM *it, const ASN1_VALUE *req)
crypto/openssl/crypto/http/http_client.c
973
ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/pkcs12/p12_add.c
20
PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
crypto/openssl/crypto/pkcs12/p12_decr.c
138
void *PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it,
crypto/openssl/crypto/pkcs12/p12_decr.c
174
void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it,
crypto/openssl/crypto/pkcs12/p12_decr.c
188
const ASN1_ITEM *it,
crypto/openssl/crypto/pkcs12/p12_decr.c
223
const ASN1_ITEM *it,
crypto/openssl/crypto/pkcs7/pk7_asn1.c
136
static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/pkcs7/pk7_asn1.c
179
static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/pkcs7/pk7_asn1.c
33
static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/rsa/rsa_ameth.c
633
static int rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it,
crypto/openssl/crypto/rsa/rsa_ameth.c
649
static int rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn,
crypto/openssl/crypto/rsa/rsa_asn1.c
28
static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/rsa/rsa_asn1.c
76
static int rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/rsa/rsa_asn1.c
97
static int rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/ts/ts_asn1.c
158
static int ts_resp_cb(int op, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/x509/v3_crld.c
306
static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/x509/x_all.c
116
int timeout, const ASN1_ITEM *it)
crypto/openssl/crypto/x509/x_crl.c
155
static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/x509/x_crl.c
47
static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/x509/x_name.c
116
static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/x509/x_name.c
143
const ASN1_ITEM *it, int tag, int aclass,
crypto/openssl/crypto/x509/x_name.c
215
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/x509/x_name.c
28
const ASN1_ITEM *it,
crypto/openssl/crypto/x509/x_name.c
32
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/crypto/x509/x_name.c
33
static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
crypto/openssl/crypto/x509/x_name.c
34
static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
crypto/openssl/crypto/x509/x_name.c
90
static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
crypto/openssl/crypto/x509/x_pubkey.c
109
static int x509_pubkey_ex_new_ex(ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/x509/x_pubkey.c
130
const ASN1_ITEM *it, int tag, int aclass,
crypto/openssl/crypto/x509/x_pubkey.c
242
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/x509/x_pubkey.c
85
static void x509_pubkey_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/x509/x_pubkey.c
99
static int x509_pubkey_ex_populate(ASN1_VALUE **pval, const ASN1_ITEM *it)
crypto/openssl/crypto/x509/x_req.c
35
static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/x509/x_req.c
48
static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/crypto/x509/x_x509.c
36
static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/fuzz/asn1.c
311
const ASN1_ITEM *i = ASN1_ITEM_ptr(item_type[n]);
crypto/openssl/include/crypto/asn1.h
153
long len, const ASN1_ITEM *it, int tag, int aclass,
crypto/openssl/include/crypto/asn1.h
59
int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data,
crypto/openssl/include/crypto/asn1.h
62
int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data,
crypto/openssl/include/crypto/x509.h
323
int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *type,
crypto/openssl/include/openssl/asn1.h
1019
ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1020
ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx,
crypto/openssl/include/openssl/asn1.h
1022
void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1024
long len, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1.h
1027
long len, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1028
int ASN1_item_i2d(const ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1030
const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1061
const ASN1_ITEM *it, const ASN1_PCTX *pctx);
crypto/openssl/include/openssl/asn1.h
1077
const ASN1_ITEM *ASN1_SCTX_get_item(ASN1_SCTX *p);
crypto/openssl/include/openssl/asn1.h
1086
BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1089
const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1091
const char *hdr, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1095
STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1098
STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1.h
1100
ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
1102
const ASN1_ITEM *it, ASN1_VALUE **x,
crypto/openssl/include/openssl/asn1.h
1107
const ASN1_ITEM *ASN1_ITEM_lookup(const char *name);
crypto/openssl/include/openssl/asn1.h
1108
const ASN1_ITEM *ASN1_ITEM_get(size_t i);
crypto/openssl/include/openssl/asn1.h
425
typedef const ASN1_ITEM *ASN1_ITEM_EXP(void);
crypto/openssl/include/openssl/asn1.h
436
attr const ASN1_ITEM *name##_it(void);
crypto/openssl/include/openssl/asn1.h
617
ASN1_TYPE *ASN1_TYPE_pack_sequence(const ASN1_ITEM *it, void *s, ASN1_TYPE **t);
crypto/openssl/include/openssl/asn1.h
618
void *ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t);
crypto/openssl/include/openssl/asn1.h
906
void *ASN1_item_dup(const ASN1_ITEM *it, const void *x);
crypto/openssl/include/openssl/asn1.h
907
int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1,
crypto/openssl/include/openssl/asn1.h
912
int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg,
crypto/openssl/include/openssl/asn1.h
932
void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x,
crypto/openssl/include/openssl/asn1.h
934
void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
crypto/openssl/include/openssl/asn1.h
942
int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x);
crypto/openssl/include/openssl/asn1.h
956
void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *pval,
crypto/openssl/include/openssl/asn1.h
958
void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *pval);
crypto/openssl/include/openssl/asn1.h
966
int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x);
crypto/openssl/include/openssl/asn1.h
967
BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
crypto/openssl/include/openssl/asn1.h
993
void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
994
void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1.h
997
ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1t.h
452
static const ASN1_ITEM *name##_adb(void) \
crypto/openssl/include/openssl/asn1t.h
463
return (const ASN1_ITEM *)&internal_adb; \
crypto/openssl/include/openssl/asn1t.h
619
const ASN1_ITEM *it, int tag, int aclass, char opt,
crypto/openssl/include/openssl/asn1t.h
623
const ASN1_ITEM *it, int tag, int aclass, char opt,
crypto/openssl/include/openssl/asn1t.h
627
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/include/openssl/asn1t.h
628
typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1t.h
629
typedef int ASN1_ex_new_ex_func(ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1t.h
631
typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1t.h
638
int *putype, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1t.h
641
const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1t.h
643
const ASN1_ITEM *it, int indent,
crypto/openssl/include/openssl/asn1t.h
686
typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1t.h
689
const ASN1_ITEM *it, void *exarg);
crypto/openssl/include/openssl/asn1t.h
917
int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1t.h
918
void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1t.h
921
const ASN1_ITEM *it, int tag, int aclass, char opt,
crypto/openssl/include/openssl/asn1t.h
925
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/include/openssl/asn1t.h
96
const ASN1_ITEM *itname##_it(void) \
crypto/openssl/include/openssl/asn1t.h
98
static const ASN1_ITEM local_it = {
crypto/openssl/include/openssl/evp.h
1672
const ASN1_ITEM *it,
crypto/openssl/include/openssl/evp.h
1678
const ASN1_ITEM *it,
crypto/openssl/include/openssl/http.h
59
const ASN1_ITEM *it, const ASN1_VALUE *req);
crypto/openssl/include/openssl/http.h
62
ASN1_VALUE **pval, const ASN1_ITEM *it);
crypto/openssl/include/openssl/pkcs12.h
170
PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
crypto/openssl/include/openssl/pkcs12.h
243
void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it,
crypto/openssl/include/openssl/pkcs12.h
246
void *PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it,
crypto/openssl/include/openssl/pkcs12.h
252
const ASN1_ITEM *it,
crypto/openssl/include/openssl/pkcs12.h
256
const ASN1_ITEM *it,
crypto/openssl/include/openssl/x509.h
830
int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *data,
crypto/openssl/include/openssl/x509.h
832
int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg,
crypto/openssl/include/openssl/x509.h
835
int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg,
crypto/openssl/include/openssl/x509.h
838
int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
crypto/openssl/include/openssl/x509.h
841
int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
crypto/openssl/test/asn1_encode_test.c
714
const ASN1_ITEM *i = ASN1_ITEM_ptr(package->asn1_type);
crypto/openssl/test/d2i_test.c
146
const ASN1_ITEM *it = ASN1_ITEM_get(i);
crypto/openssl/test/d2i_test.c
25
static const ASN1_ITEM *item_type;
crypto/openssl/test/http_test.c
22
static const ASN1_ITEM *x509_it = NULL;
crypto/openssl/test/http_test.c
45
ASN1_VALUE *rsp, const ASN1_ITEM *it)