Searched refs:constructed (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | asn1.c | 136 if (hdr->constructed && in asn1_valid_der() 162 if (!hdr->constructed && in asn1_valid_der() 186 hdr->constructed = !!(hdr->identifier & (1 << 5)); in asn1_get_next() 279 title, hdr->class, hdr->constructed, hdr->tag); in asn1_print_hdr() 286 title, hdr->class, hdr->constructed, hdr->tag); in asn1_unexpected() 580 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, in asn1_put_hdr() argument 583 wpabuf_put_u8(buf, class << 6 | (constructed ? 0x20 : 0x00) | tag); in asn1_put_hdr()
|
D | asn1.h | 51 u8 identifier, class, constructed; member 79 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, 150 if (hdr->class != ASN1_CLASS_UNIVERSAL || hdr->constructed) in asn1_is_string_type()
|
D | tlsv1_client_ocsp.c | 272 if (asn1_is_cs_tag(&hdr, 0) && hdr.constructed) { in tls_process_ocsp_single_response() 426 !hdr.constructed || !asn1_is_cs_tag(&hdr, 0)) { in tls_process_basic_ocsp_response() 474 if (asn1_get_next(pos, end - pos, &hdr) == 0 && hdr.constructed && in tls_process_basic_ocsp_response() 696 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in tls_process_ocsp_response()
|
D | tlsv1_cred.c | 481 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_certbag() 628 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_safebag() 821 if (asn1_get_next(pos, end - pos, &hdr) < 0 || hdr.constructed || in pkcs12_parse_content_enc_data() 864 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_parse_content() 950 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_parse()
|
D | x509v3.c | 1487 if (asn1_is_cs_tag(&hdr, 0) && hdr.constructed) { in x509_parse_tbs_certificate() 1622 hdr.constructed, hdr.tag); in x509_parse_tbs_certificate()
|