Searched refs:constructed (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/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 | 1483 if (asn1_is_cs_tag(&hdr, 0) && hdr.constructed) { in x509_parse_tbs_certificate() 1618 hdr.constructed, hdr.tag); in x509_parse_tbs_certificate()
|
/hostap-latest/tests/fuzzing/asn1/ |
D | asn1.c | 61 hdr.constructed, in asn1_parse() 62 hdr.constructed ? "Constructed" : "Primitive", in asn1_parse() 66 hdr.constructed) { in asn1_parse()
|
/hostap-latest/src/common/ |
D | dpp_backup.c | 559 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_recipient_infos() 594 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_recipient_infos() 785 if (asn1_get_next(pos, end - pos, &hdr) < 0 || hdr.constructed || in dpp_parse_encrypted_content_info() 952 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_one_asymmetric_key()
|
/hostap-latest/wpa_supplicant/ |
D | ChangeLog | 65 * fixed P2P provision discovery processing of a specially constructed 68 * fixed P2P group information processing of a specially constructed
|