Home
last modified time | relevance | path

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

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_attr_process.c84 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx()
99 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid()
122 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type()
139 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type()
156 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx()
169 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key()
195 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr()
211 static int wps_workaround_cred_key(struct wps_credential *cred) in wps_workaround_cred_key()
248 struct wps_credential *cred) in wps_process_cred()
268 struct wps_credential *cred) in wps_process_ap_settings()
Dwps_registrar.c1525 const struct wps_credential *cred) in wps_build_cred_network_idx()
1536 const struct wps_credential *cred) in wps_build_cred_ssid()
1549 const struct wps_credential *cred) in wps_build_cred_auth_type()
1561 const struct wps_credential *cred) in wps_build_cred_encr_type()
1573 const struct wps_credential *cred) in wps_build_cred_network_key()
1587 const struct wps_credential *cred) in wps_build_credential()
1601 const struct wps_credential *cred) in wps_build_credential_wrap()
1621 struct wpabuf *cred; in wps_build_cred() local
3319 struct wps_credential cred; in wps_process_wsc_done() local
3625 struct wps_credential *cred) in wps_registrar_config_ap()
Dwps_enrollee.c704 static int wps_process_cred_e(struct wps_data *wps, const u8 *cred, in wps_process_cred_e()
766 static int wps_process_creds(struct wps_data *wps, const u8 *cred[], in wps_process_creds()
806 struct wps_credential cred; in wps_process_ap_settings_e() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
247 struct wps_credential *cred) in wps_process_cred()
267 struct wps_credential *cred) in wps_process_ap_settings()
Dwps_registrar.c1547 const struct wps_credential *cred) in wps_build_cred_network_idx()
1558 const struct wps_credential *cred) in wps_build_cred_ssid()
1571 const struct wps_credential *cred) in wps_build_cred_auth_type()
1583 const struct wps_credential *cred) in wps_build_cred_encr_type()
1595 const struct wps_credential *cred) in wps_build_cred_network_key()
1609 const struct wps_credential *cred) in wps_build_credential()
1623 const struct wps_credential *cred) in wps_build_credential_wrap()
1643 struct wpabuf *cred; in wps_build_cred() local
3328 struct wps_credential cred; in wps_process_wsc_done() local
3633 struct wps_credential *cred) in wps_registrar_config_ap()
Dwps_enrollee.c704 static int wps_process_cred_e(struct wps_data *wps, const u8 *cred, in wps_process_cred_e()
766 static int wps_process_creds(struct wps_data *wps, const u8 *cred[], in wps_process_creds()
806 struct wps_credential cred; in wps_process_ap_settings_e() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
606 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag()
678 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents()
718 static int pkcs12_parse_content_data(struct tlsv1_credentials *cred, in pkcs12_parse_content_data()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dinterworking.c144 struct wpa_cred *cred; in cred_with_roaming_consortium() local
160 struct wpa_cred *cred; in cred_with_3gpp() local
172 struct wpa_cred *cred; in cred_with_nai_realm() local
188 struct wpa_cred *cred; in cred_with_domain() local
203 struct wpa_cred *cred; in cred_with_min_backhaul() local
218 struct wpa_cred *cred; in cred_with_conn_capab() local
695 struct wpa_cred *cred, in nai_realm_find_eap()
881 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected()
907 struct wpa_cred *cred, in remove_duplicate_network()
969 struct wpa_cred *cred, in interworking_connect_3gpp()
[all …]
Dconfig_file.c239 struct wpa_cred *cred; in wpa_config_read_cred() local
382 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read() local
939 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred()
1560 struct wpa_cred *cred; in wpa_config_write() local
Dwps_supplicant.c184 const struct wps_credential *cred) in wpas_wps_security_workaround()
363 const struct wps_credential *cred) in wpa_supplicant_wps_cred()
810 const struct wps_credential *cred = ap_settings->cred; in wpa_supplicant_wps_event_er_ap_settings() local
2009 struct wps_credential *cred) in wpas_wps_network_to_cred()
2048 struct wps_credential cred; in wpas_wps_er_set_config() local
2074 struct wps_credential cred; in wpas_wps_er_config() local
2246 struct wps_credential cred; in wpas_wps_network_config_token() local
Dconfig.c2616 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred()
2673 struct wpa_cred *cred, *cprev; in wpa_config_free() local
3159 static int wpa_config_set_cred_req_conn_capab(struct wpa_cred *cred, in wpa_config_set_cred_req_conn_capab()
3222 static int wpa_config_set_cred_roaming_consortiums(struct wpa_cred *cred, in wpa_config_set_cred_roaming_consortiums()
3274 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred()
3640 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var) in wpa_config_get_cred_no_key()
3916 struct wpa_cred *cred; in wpa_config_get_cred() local
3932 struct wpa_cred *cred, *last = NULL; in wpa_config_add_cred() local
3960 struct wpa_cred *cred, *prev = NULL; in wpa_config_remove_cred() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dinterworking.c144 struct wpa_cred *cred; in cred_with_roaming_consortium() local
160 struct wpa_cred *cred; in cred_with_3gpp() local
172 struct wpa_cred *cred; in cred_with_nai_realm() local
188 struct wpa_cred *cred; in cred_with_domain() local
203 struct wpa_cred *cred; in cred_with_min_backhaul() local
218 struct wpa_cred *cred; in cred_with_conn_capab() local
698 struct wpa_cred *cred, in nai_realm_find_eap()
887 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected()
913 struct wpa_cred *cred, in remove_duplicate_network()
978 struct wpa_cred *cred, in interworking_connect_3gpp()
[all …]
Dconfig_file.c193 struct wpa_cred *cred; in wpa_config_read_cred() local
336 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read() local
941 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred()
1621 struct wpa_cred *cred; in wpa_config_write() local
Dwps_supplicant.c184 const struct wps_credential *cred) in wpas_wps_security_workaround()
367 const struct wps_credential *cred) in wpa_supplicant_wps_cred()
818 const struct wps_credential *cred = ap_settings->cred; in wpa_supplicant_wps_event_er_ap_settings() local
2053 struct wps_credential *cred) in wpas_wps_network_to_cred()
2092 struct wps_credential cred; in wpas_wps_er_set_config() local
2118 struct wps_credential cred; in wpas_wps_er_config() local
2300 struct wps_credential cred; in wpas_wps_network_config_token() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdmrg565.c23 register int y, cred, cgreen, cblue; in LOCAL() local
94 register int y, cred, cgreen, cblue; in LOCAL() local
167 register int y, cred, cgreen, cblue; in LOCAL() local
263 register int y, cred, cgreen, cblue; in LOCAL() local
Djdmrgext.c29 register int y, cred, cgreen, cblue; in LOCAL() local
101 register int y, cred, cgreen, cblue; in LOCAL() local
/third_party/curl/lib/vtls/
Dgtls.h50 gnutls_certificate_credentials_t cred; member
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt02.c44 struct ucred cred; in test_function() local
/third_party/node/deps/npm/node_modules/jsonparse/examples/
Dtwitterfeed.js5 var cred = require('./credentials'); variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwpas-dbus-new-wps.py33 def credentials(cred): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwpas-dbus-new-wps.py33 def credentials(cred): argument
/third_party/libwebsockets/lib/drivers/netdev/
Dwifi.c194 lws_wifi_creds_t *cred; in lws_netdev_wifi_redo_last() local
/third_party/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c220 struct rpc_cred cred; in test_sunrpc_auth() local
/third_party/ffmpeg/libavformat/
Dtls_gnutls.c52 gnutls_certificate_credentials_t cred; member

1234