Searched refs:ASN1_ITEM_ptr (Results 1 – 11 of 11) sorted by relevance
/external/openssl/crypto/asn1/ |
D | tasn_enc.c | 359 ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d() 378 asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d() 394 i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d() 404 ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d() 413 return ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d()
|
D | tasn_fre.c | 193 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item), in ASN1_template_free() 200 asn1_item_combine_free(pval, ASN1_ITEM_ptr(tt->item), in ASN1_template_free()
|
D | tasn_prn.c | 346 sname = ASN1_ITEM_ptr(tt->item)->sname; in asn1_template_print_ctx() 384 ASN1_ITEM_ptr(tt->item), NULL, NULL, 1, pctx)) in asn1_template_print_ctx() 396 return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item), in asn1_template_print_ctx()
|
D | tasn_new.c | 268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in ASN1_template_new() 317 asn1_item_clear(pval, ASN1_ITEM_ptr(tt->item)); in asn1_template_clear()
|
D | tasn_dec.c | 676 ASN1_ITEM_ptr(tt->item)); in asn1_template_noexp_d2i() 707 ASN1_ITEM_ptr(tt->item), in asn1_template_noexp_d2i() 733 ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt, ctx); in asn1_template_noexp_d2i() 746 ret = ASN1_item_ex_d2i(val, &p, len, ASN1_ITEM_ptr(tt->item), in asn1_template_noexp_d2i()
|
D | asn1.h | 405 #define ASN1_ITEM_ptr(iptr) (iptr) macro 425 #define ASN1_ITEM_ptr(iptr) (iptr()) macro
|
/external/openssl/crypto/x509v3/ |
D | v3_prn.c | 120 if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it)); in X509V3_EXT_print() 160 if(method->it) ASN1_item_free(ext_str, ASN1_ITEM_ptr(method->it)); in X509V3_EXT_print()
|
D | v3_conf.c | 169 if(method->it) ASN1_item_free(ext_struc, ASN1_ITEM_ptr(method->it)); in do_ext_nconf() 186 ext_len = ASN1_item_i2d(ext_struc, &ext_der, ASN1_ITEM_ptr(method->it)); in do_ext_i2d()
|
D | v3_lib.c | 175 if(method->it) return ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it)); in X509V3_EXT_d2i()
|
/external/openssl/include/openssl/ |
D | asn1.h | 405 #define ASN1_ITEM_ptr(iptr) (iptr) macro 425 #define ASN1_ITEM_ptr(iptr) (iptr()) macro
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | openssladapter.cc | 682 ASN1_ITEM_ptr(meth->it)); in VerifyServerName()
|