Home
last modified time | relevance | path

Searched defs:cred (Results 1 – 25 of 53) sorted by relevance

123

/external/wpa_supplicant_8/src/wps/
Dwps_attr_process.c83 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx()
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid()
121 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type()
138 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type()
155 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx()
168 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key()
194 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr()
210 static int wps_workaround_cred_key(struct wps_credential *cred) in wps_workaround_cred_key()
237 struct wps_credential *cred) in wps_process_cred()
257 struct wps_credential *cred) in wps_process_ap_settings()
Dwps_registrar.c1497 const struct wps_credential *cred) in wps_build_cred_network_idx()
1508 const struct wps_credential *cred) in wps_build_cred_ssid()
1521 const struct wps_credential *cred) in wps_build_cred_auth_type()
1533 const struct wps_credential *cred) in wps_build_cred_encr_type()
1545 const struct wps_credential *cred) in wps_build_cred_network_key()
1559 const struct wps_credential *cred) in wps_build_credential()
1573 const struct wps_credential *cred) in wps_build_credential_wrap()
1593 struct wpabuf *cred; in wps_build_cred() local
3252 struct wps_credential cred; in wps_process_wsc_done() local
3557 struct wps_credential *cred) in wps_registrar_config_ap()
Dwps_enrollee.c699 static int wps_process_cred_e(struct wps_data *wps, const u8 *cred, in wps_process_cred_e()
761 static int wps_process_creds(struct wps_data *wps, const u8 *cred[], in wps_process_creds()
801 struct wps_credential cred; in wps_process_ap_settings_e() local
/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.c23 struct tlsv1_credentials *cred; in tlsv1_cred_alloc() local
29 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free()
194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert()
258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert()
415 static int pkcs12_keybag(struct tlsv1_credentials *cred, in pkcs12_keybag()
423 static int pkcs12_pkcs8_keybag(struct tlsv1_credentials *cred, in pkcs12_pkcs8_keybag()
443 static int pkcs12_certbag(struct tlsv1_credentials *cred, in pkcs12_certbag()
622 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag()
700 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents()
745 static int pkcs12_parse_content_data(struct tlsv1_credentials *cred, in pkcs12_parse_content_data()
[all …]
Dtlsv1_server_i.h43 struct tlsv1_credentials *cred; member
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c142 struct wpa_cred *cred; in cred_with_roaming_consortium() local
156 struct wpa_cred *cred; in cred_with_3gpp() local
168 struct wpa_cred *cred; in cred_with_nai_realm() local
184 struct wpa_cred *cred; in cred_with_domain() local
199 struct wpa_cred *cred; in cred_with_min_backhaul() local
214 struct wpa_cred *cred; in cred_with_conn_capab() local
689 struct wpa_cred *cred, in nai_realm_find_eap()
875 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected()
901 struct wpa_cred *cred, in remove_duplicate_network()
964 struct wpa_cred *cred, in interworking_connect_3gpp()
[all …]
Dconfig_file.c225 struct wpa_cred *cred; in wpa_config_read_cred() local
368 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read() local
827 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred()
1348 struct wpa_cred *cred; in wpa_config_write() local
Dwps_supplicant.c184 const struct wps_credential *cred) in wpas_wps_security_workaround()
360 const struct wps_credential *cred) in wpa_supplicant_wps_cred()
790 const struct wps_credential *cred = ap_settings->cred; in wpa_supplicant_wps_event_er_ap_settings() local
1967 struct wps_credential *cred) in wpas_wps_network_to_cred()
2006 struct wps_credential cred; in wpas_wps_er_set_config() local
2032 struct wps_credential cred; in wpas_wps_er_config() local
2204 struct wps_credential cred; in wpas_wps_network_config_token() local
Dconfig.c2246 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred()
2303 struct wpa_cred *cred, *cprev; in wpa_config_free() local
2781 static int wpa_config_set_cred_req_conn_capab(struct wpa_cred *cred, in wpa_config_set_cred_req_conn_capab()
2844 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred()
3192 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var) in wpa_config_get_cred_no_key()
3443 struct wpa_cred *cred; in wpa_config_get_cred() local
3459 struct wpa_cred *cred, *last = NULL; in wpa_config_add_cred() local
3487 struct wpa_cred *cred, *prev = NULL; in wpa_config_remove_cred() local
/external/libjpeg-turbo/
Djdmrg565.c23 register int y, cred, cgreen, cblue; in LOCAL() local
94 register int y, cred, cgreen, cblue; in LOCAL() local
168 register int y, cred, cgreen, cblue; in LOCAL() local
264 register int y, cred, cgreen, cblue; in LOCAL() local
Djdmrgext.c29 register int y, cred, cgreen, cblue; in LOCAL() local
102 register int y, cred, cgreen, cblue; in LOCAL() local
/external/libvncserver/libvncclient/
Dtls_gnutls.c274 FreeX509Credential(rfbCredential *cred) in FreeX509Credential()
284 CreateX509CertCredential(rfbCredential *cred) in CreateX509CertCredential()
413 rfbCredential *cred; in HandleVeNCryptAuth() local
Drfbproto.c678 FreeUserCredential(rfbCredential *cred) in FreeUserCredential()
690 rfbCredential *cred; in HandlePlainAuth() local
772 rfbCredential *cred; in HandleMSLogonAuth() local
857 rfbCredential *cred = NULL; in HandleARDAuth() local
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwpas-dbus-new-wps.py33 def credentials(cred): argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old.c503 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred()
542 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred()
Ddbus_old.h116 const struct wps_credential *cred) in wpa_supplicant_dbus_notify_wps_cred()
/external/opencv3/3rdparty/libjpeg/
Djdmerge.c231 register int y, cred, cgreen, cblue; in h2v1_merged_upsample() local
293 register int y, cred, cgreen, cblue; in h2v2_merged_upsample() local
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdmerge.c234 register int y, cred, cgreen, cblue; in h2v1_merged_upsample() local
296 register int y, cred, cgreen, cblue; in h2v2_merged_upsample() local
/external/avahi/avahi-core/
Dnetlink.c50 struct ucred *cred; in avahi_netlink_work() local
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc248 const struct ucred *cred = in ClientEvent() local
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c535 static int add_username_password(struct hs20_svc *ctx, xml_node_t *cred, in add_username_password()
552 static void add_creation_date(struct hs20_svc *ctx, xml_node_t *cred) in add_creation_date()
571 xml_node_t *cred; in build_credential_pw() local
604 xml_node_t *cred, *cert; in build_credential_cert() local
683 xml_node_t *spp_node, *cred; in build_sub_rem_resp() local
1219 xml_node_t *cred, *eap, *userpw; in build_pps() local
1449 xml_node_t *cred; in hs20_user_input_free_remediation() local
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c806 struct berval cred; local
1040 struct berval cred; local
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c320 const struct wps_credential *cred) in hapd_wps_reconfig_in_memory()
403 const struct wps_credential *cred = ctx; in hapd_wps_cred_cb() local
629 static int hostapd_wps_cred_cb(void *ctx, const struct wps_credential *cred) in hostapd_wps_cred_cb()
1676 struct wps_credential cred; in hostapd_wps_config_ap() local
/external/wpa_supplicant_8/src/crypto/
Dtls_internal.c198 struct tlsv1_credentials *cred; in tls_connection_set_params() local
296 struct tlsv1_credentials *cred; in tls_global_set_params() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dmultistore_file.py438 def _update_credential(self, key, cred): argument

123