Searched refs:V_ASN1_CONSTRUCTED (Results 1 – 10 of 10) sorted by relevance
59 ret = (*p & V_ASN1_CONSTRUCTED); in ASN1_get_object()91 if (inf && !(ret & V_ASN1_CONSTRUCTED)) in ASN1_get_object()166 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object()
32 if (constructed & V_ASN1_CONSTRUCTED) in asn1_print_info()36 if (constructed != (V_ASN1_CONSTRUCTED | 1)) { in asn1_print_info()131 if (j & V_ASN1_CONSTRUCTED) { in asn1_parse2()
173 hdr_constructed = r & V_ASN1_CONSTRUCTED; in generate_v3()219 hdr_constructed = V_ASN1_CONSTRUCTED; in generate_v3()
1205 *cst = i & V_ASN1_CONSTRUCTED; in asn1_check_tlen()
198 *tmpbuf = V_ASN1_CONSTRUCTED | V_ASN1_SEQUENCE; in x509_pubkey_ex_d2i_ex()
3428 if (inf != V_ASN1_CONSTRUCTED || tag != V_ASN1_SEQUENCE || in ldap_ExtendedResponse_parse()3449 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || in ldap_ExtendedResponse_parse()
792 if (*p++ != (V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED)) { in OSSL_HTTP_REQ_CTX_nbio()
49 # define V_ASN1_CONSTRUCTED 0x20 macro
50 # define V_ASN1_CONSTRUCTED 0x20 macro
3099 if (!WPACKET_put_bytes_u8(pkt, V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED) in tls_construct_cke_gost()