Searched refs:pins (Results 1 - 6 of 6) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCertificatePinner.java37 * <p>This class currently pins a certificate's Subject Public Key Info as
131 List<ByteString> pins = hostnameToPins.get(hostname);
132 if (pins == null) return;
136 if (pins.contains(sha1(x509Certificate))) return; // Success!
149 for (int i = 0, size = pins.size(); i < size; i++) {
150 ByteString pin = pins.get(i);
187 public Builder add(String hostname, String... pins) { argument
196 for (String pin : pins) {
198 throw new IllegalArgumentException("pins must start with 'sha1/': " + pin);
202 throw new IllegalArgumentException("pins mus
[all...]
/external/conscrypt/src/platform/java/org/conscrypt/
H A DPinListEntry.java73 // the remainder should be pins
121 private void addPins(String[] pins) { argument
122 for (String pin : pins) {
125 Collections.addAll(pinnedFingerprints, pins);
/external/kernel-headers/original/uapi/linux/usb/
H A Dmidi.h72 struct usb_midi_source_pin pins[]; /* [p] */ member in struct:usb_midi_out_jack_descriptor
73 /*__u8 iJack; -- omitted due to variable-sized pins[] */
87 struct usb_midi_source_pin pins[p]; \
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c106 static void wps_free_pins(struct dl_list *pins) argument
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
164 struct dl_list pins; member in struct:wps_registrar
644 dl_list_init(&reg->pins);
683 wps_free_pins(&reg->pins);
715 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
768 dl_list_add(&reg->pins, &p->list);
813 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
838 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
866 dl_list_for_each_safe(pin, prev, &reg->pins, struc
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c106 static void wps_free_pins(struct dl_list *pins) argument
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
164 struct dl_list pins; member in struct:wps_registrar
644 dl_list_init(&reg->pins);
683 wps_free_pins(&reg->pins);
715 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
768 dl_list_add(&reg->pins, &p->list);
813 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
838 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
866 dl_list_for_each_safe(pin, prev, &reg->pins, struc
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c106 static void wps_free_pins(struct dl_list *pins) argument
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
164 struct dl_list pins; member in struct:wps_registrar
644 dl_list_init(&reg->pins);
683 wps_free_pins(&reg->pins);
715 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
768 dl_list_add(&reg->pins, &p->list);
813 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
838 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
866 dl_list_for_each_safe(pin, prev, &reg->pins, struc
[all...]

Completed in 716 milliseconds