/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_attr_process.c | 84 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()
|
D | wps_registrar.c | 1525 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()
|
D | wps_enrollee.c | 704 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/ |
D | wps_attr_process.c | 83 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()
|
D | wps_registrar.c | 1547 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()
|
D | wps_enrollee.c | 704 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/ |
D | tlsv1_cred.c | 23 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/ |
D | tlsv1_cred.c | 23 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/ |
D | interworking.c | 144 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 …]
|
D | config_file.c | 239 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
|
D | wps_supplicant.c | 184 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
|
D | config.c | 2616 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/ |
D | interworking.c | 144 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 …]
|
D | config_file.c | 193 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
|
D | wps_supplicant.c | 184 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/ |
D | jdmrg565.c | 23 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
|
D | jdmrgext.c | 29 register int y, cred, cgreen, cblue; in LOCAL() local 101 register int y, cred, cgreen, cblue; in LOCAL() local
|
/third_party/curl/lib/vtls/ |
D | gtls.h | 50 gnutls_certificate_credentials_t cred; member
|
/third_party/ltp/testcases/kernel/syscalls/getsockopt/ |
D | getsockopt02.c | 44 struct ucred cred; in test_function() local
|
/third_party/node/deps/npm/node_modules/jsonparse/examples/ |
D | twitterfeed.js | 5 var cred = require('./credentials'); variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | wpas-dbus-new-wps.py | 33 def credentials(cred): argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | wpas-dbus-new-wps.py | 33 def credentials(cred): argument
|
/third_party/libwebsockets/lib/drivers/netdev/ |
D | wifi.c | 194 lws_wifi_creds_t *cred; in lws_netdev_wifi_redo_last() local
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
D | includeTest.c | 220 struct rpc_cred cred; in test_sunrpc_auth() local
|
/third_party/ffmpeg/libavformat/ |
D | tls_gnutls.c | 52 gnutls_certificate_credentials_t cred; member
|