Home
last modified time | relevance | path

Searched refs:pins (Results 1 – 13 of 13) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCertificatePinner.java153 Set<ByteString> pins = findMatchingPins(hostname); in check() local
155 if (pins == null) return; in check()
159 if (pins.contains(sha1(x509Certificate))) return; // Success! in check()
172 for (ByteString pin : pins) { in check()
206 Set<ByteString> pins = new LinkedHashSet<>(); in findMatchingPins() local
207 pins.addAll(directPins); in findMatchingPins()
208 pins.addAll(wildcardPins); in findMatchingPins()
209 return pins; in findMatchingPins()
245 public Builder add(String hostname, String... pins) { in add() argument
254 for (String pin : pins) { in add()
/external/conscrypt/src/platform/java/org/conscrypt/
DPinListEntry.java121 private void addPins(String[] pins) { in addPins() argument
122 for (String pin : pins) { in addPins()
125 Collections.addAll(pinnedFingerprints, pins); in addPins()
/external/kernel-headers/original/uapi/linux/usb/
Dmidi.h72 struct usb_midi_source_pin pins[]; /* [p] */ member
87 struct usb_midi_source_pin pins[p]; \
/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c106 static void wps_free_pins(struct dl_list *pins) in wps_free_pins() argument
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) in wps_free_pins()
164 struct dl_list pins; member
644 dl_list_init(&reg->pins); in wps_registrar_init()
683 wps_free_pins(&reg->pins); in wps_registrar_flush()
715 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) { in wps_registrar_invalidate_unused()
768 dl_list_add(&reg->pins, &p->list); in wps_registrar_add_pin()
813 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list) in wps_registrar_expire_pins()
838 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list) in wps_registrar_invalidate_wildcard_pin()
866 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list) in wps_registrar_invalidate_pin()
[all …]
/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp832 IEnumPins *pins = NULL;
834 HRESULT hr = pBF->EnumPins(&pins);
835 pins->Reset();
838 hr = pins->Next(1, &pP, &u);
862 if (pins) pins->Release();
/external/tlsdate/
DCHANGELOG138 issues, such as self-signed certificates or if the user pins to a CA that
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1080 )G!5EHG&Cpinsc
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb847 …edMpieces)H!AK'Qpillarsepillion #H!+DB'FpilotApinepinchepinsepint)H!6FLpint…
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt14224 3pins.
Dhyph-de-ch-1901.pat.txt14093 3pins.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3756 N^V "pins" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4159 N^V "pins" :G2P
/external/tpm2/
Dpart4.txt35666 This module simulates the cancel pins on the TPM.
36986 This module simulates the physical present interface pins on the TPM.