Searched defs:pins (Results 1 - 11 of 11) sorted by relevance

/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/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc45 STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { argument
50 pins[pins_fetched++] = pin;
H A Dpin_base_win.cc208 STDMETHODIMP PinBase::QueryInternalConnections(IPin** pins, ULONG* no_pins) { argument
/external/chromium_org/net/http/
H A Dhttp_security_headers.cc47 // Returns true iff there is an item in |pins| which is not present in
49 bool IsBackupPinPresent(const HashValueVector& pins, argument
51 for (HashValueVector::const_iterator i = pins.begin(); i != pins.end();
76 // Returns true iff |pins| contains both a live and a backup pin. A live pin
81 bool IsPinListValid(const HashValueVector& pins, argument
83 // Fast fail: 1 live + 1 backup = at least 2 pins. (Check for actual
85 if (pins.size() < 2)
91 return IsBackupPinPresent(pins, from_cert_chain) &&
92 HashesIntersect(pins, from_cert_chai
284 HashValueVector pins; local
[all...]
H A Dtransport_security_persister.cc30 base::ListValue* pins = new base::ListValue; local
32 pins->Append(new base::StringValue(hashes[i].ToString()));
33 return pins;
36 void SPKIHashesFromListValue(const base::ListValue& pins, argument
38 size_t num_pins = pins.GetSize();
42 if (pins.GetString(i, &type_and_base64) &&
H A Dtransport_security_state.cc89 // others don't end up with pins that cannot be easily updated.
133 // * the server actually has public key pins.
560 PublicKeyPins pins; member in struct:net::HSTSPreload
590 if (entries[j].pins.required_hashes) {
591 const char* const* sha1_hash = entries[j].pins.required_hashes;
597 if (entries[j].pins.excluded_hashes) {
598 const char* const* sha1_hash = entries[j].pins.excluded_hashes;
739 return entry && entry->pins.required_hashes == kGoogleAcceptableCerts;
750 // We don't care to report pin failures for dynamic pins.
755 DCHECK(entry->pins
[all...]
/external/qemu/hw/core/
H A Dqdev.c351 void qdev_init_gpio_out(DeviceState *dev, qemu_irq *pins, int n) argument
355 dev->gpio_out = pins;
/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);
689 wps_free_pins(&reg->pins);
702 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
755 dl_list_add(&reg->pins, &p->list);
800 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
825 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
853 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);
689 wps_free_pins(&reg->pins);
702 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
755 dl_list_add(&reg->pins, &p->list);
800 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
825 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
853 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);
689 wps_free_pins(&reg->pins);
702 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
755 dl_list_add(&reg->pins, &p->list);
800 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
825 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
853 dl_list_for_each_safe(pin, prev, &reg->pins, struc
[all...]

Completed in 274 milliseconds