Searched refs:V_ASN1_CONSTRUCTED (Results 1 – 5 of 5) sorted by relevance
121 ret = (*p & V_ASN1_CONSTRUCTED); in ASN1_get_object()158 if (inf && !(ret & V_ASN1_CONSTRUCTED)) in ASN1_get_object()228 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object()
303 *wp = (unsigned char)((*p & V_ASN1_CONSTRUCTED) in asn1_item_ex_d2i()1231 *cst = i & V_ASN1_CONSTRUCTED; in asn1_check_tlen()
188 *p = aclass | tag | (*p & V_ASN1_CONSTRUCTED); in ASN1_item_ex_i2d()
234 hdr_constructed = r & V_ASN1_CONSTRUCTED; in generate_v3()280 hdr_constructed = V_ASN1_CONSTRUCTED; in generate_v3()
87 #define V_ASN1_CONSTRUCTED 0x20 macro