Searched refs:class (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | asn1.h | 51 u8 identifier, class, constructed; member 79 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, 86 struct wpabuf * asn1_encaps(struct wpabuf *buf, u8 class, u8 tag); 90 return hdr->class == ASN1_CLASS_UNIVERSAL && in asn1_is_oid() 96 return hdr->class == ASN1_CLASS_UNIVERSAL && in asn1_is_boolean() 102 return hdr->class == ASN1_CLASS_UNIVERSAL && in asn1_is_integer() 108 return hdr->class == ASN1_CLASS_UNIVERSAL && in asn1_is_enumerated() 114 return hdr->class == ASN1_CLASS_UNIVERSAL && in asn1_is_sequence() 120 return hdr->class == ASN1_CLASS_UNIVERSAL && in asn1_is_set() 126 return hdr->class == ASN1_CLASS_UNIVERSAL && in asn1_is_octetstring() [all …]
|
D | asn1.c | 128 if (hdr->class != ASN1_CLASS_UNIVERSAL) in asn1_valid_der() 185 hdr->class = hdr->identifier >> 6; in asn1_get_next() 211 if ((hdr->class != ASN1_CLASS_PRIVATE && hdr->tag < 31) || 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() 637 struct wpabuf * asn1_encaps(struct wpabuf *buf, u8 class, u8 tag) in asn1_encaps() argument 645 asn1_put_hdr(res, class, 1, tag, wpabuf_len(buf)); in asn1_encaps()
|
D | x509v3.c | 348 hdr.class != ASN1_CLASS_UNIVERSAL) { in x509_parse_name() 1013 if (hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) in x509_parse_ext_alt_name() 1407 !(hdr.class == ASN1_CLASS_PRIVATE && in x509_parse_extension() 1579 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in x509_parse_tbs_certificate() 1595 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in x509_parse_tbs_certificate() 1612 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in x509_parse_tbs_certificate()
|
D | tlsv1_client_ocsp.c | 242 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in tls_process_ocsp_single_response() 502 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in tls_process_basic_ocsp_response()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | README.md | 20 See the following class diagram, we take the GPIO and GPTimer as the example to illustrate the arch… 26 class esp_etm_channel_t { 36 class esp_etm_event_t { 43 class esp_etm_task_t { 51 class gpio_etm_event_t { 57 class gpio_etm_task_t { 65 class gptimer_t { 71 class gptimer_etm_event_t { 75 class gptimer_etm_task_t {
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_bt_spec.h | 208 #define OI_BT_VALID_DEVICE_CLASS_FORMAT(class) (OI_BT_DEV_CLASS_FORMAT_TYPE == ((class) & OI_BT_DEV… argument
|
/hal_espressif-latest/components/spi_flash/sim/ |
D | SpiFlash.h | 19 class SpiFlash
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 36 - **esp32-p4**: add spi-connection restriction to ROM class 72 - **espefuse**: Use stub class if stub flasher is running 147 - **autodetection**: Remove the ESP32-S2 ROM class from get_security_info autodetection
|
/hal_espressif-latest/zephyr/blobs/ |
D | license.txt | 186 file or class name and description of purpose be included on the
|
/hal_espressif-latest/ |
D | LICENSE | 186 file or class name and description of purpose be included on the
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/ |
D | LICENSE-APACHE | 185 file or class name and description of purpose be included on the
|