Symbol: ASN1_ITEM_ptr
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
45
return ASN1_ITEM_ptr(asn1_item_list[i]);
crypto/openssl/crypto/asn1/tasn_dec.c
653
ASN1_item_ex_free(&vtmp, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_dec.c
678
ASN1_ITEM_ptr(tt->item), -1, 0, 0, ctx,
crypto/openssl/crypto/asn1/tasn_dec.c
683
ASN1_item_free(skfield, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_dec.c
689
ASN1_item_free(skfield, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_dec.c
700
ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt,
crypto/openssl/crypto/asn1/tasn_dec.c
709
ret = asn1_item_embed_d2i(val, &p, len, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_enc.c
304
len = ASN1_item_ex_i2d(&skitem, NULL, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_enc.c
333
asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_enc.c
347
i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), -1, iclass);
crypto/openssl/crypto/asn1/tasn_enc.c
360
ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), -1, iclass);
crypto/openssl/crypto/asn1/tasn_enc.c
368
len = ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_fre.c
141
ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed);
crypto/openssl/crypto/asn1/tasn_fre.c
146
ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed);
crypto/openssl/crypto/asn1/tasn_new.c
208
const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
crypto/openssl/crypto/asn1/tasn_new.c
251
asn1_item_clear(pval, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_prn.c
270
sname = ASN1_ITEM_ptr(tt->item)->sname;
crypto/openssl/crypto/asn1/tasn_prn.c
313
ASN1_ITEM_ptr(tt->item), NULL, NULL, 1,
crypto/openssl/crypto/asn1/tasn_prn.c
325
return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/x509/v3_conf.c
131
ASN1_item_free(ext_struc, ASN1_ITEM_ptr(method->it));
crypto/openssl/crypto/x509/v3_conf.c
148
ext_len = ASN1_item_i2d(ext_struc, &ext_der, ASN1_ITEM_ptr(method->it));
crypto/openssl/crypto/x509/v3_lib.c
147
return ASN1_item_d2i(NULL, &p, extlen, ASN1_ITEM_ptr(method->it));
crypto/openssl/crypto/x509/v3_prn.c
132
ASN1_item_free(ext_str, ASN1_ITEM_ptr(method->it));
crypto/openssl/crypto/x509/v3_prn.c
88
ext_str = ASN1_item_d2i(NULL, &p, extlen, ASN1_ITEM_ptr(method->it));
crypto/openssl/fuzz/asn1.c
311
const ASN1_ITEM *i = ASN1_ITEM_ptr(item_type[n]);
crypto/openssl/test/asn1_encode_test.c
714
const ASN1_ITEM *i = ASN1_ITEM_ptr(package->asn1_type);