Home
last modified time | relevance | path

Searched refs:cred (Results 1 – 25 of 105) sorted by relevance

12345

/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() argument
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() argument
112 if (ssid_len <= sizeof(cred->ssid)) { in wps_process_cred_ssid()
113 os_memcpy(cred->ssid, ssid, ssid_len); in wps_process_cred_ssid()
114 cred->ssid_len = ssid_len; in wps_process_cred_ssid()
121 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() argument
130 cred->auth_type = WPA_GET_BE16(auth_type); in wps_process_cred_auth_type()
132 cred->auth_type); in wps_process_cred_auth_type()
138 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() argument
147 cred->encr_type = WPA_GET_BE16(encr_type); in wps_process_cred_encr_type()
[all …]
Dwps_registrar.c1547 const struct wps_credential *cred) in wps_build_cred_network_idx() argument
1558 const struct wps_credential *cred) in wps_build_cred_ssid() argument
1562 cred->ssid, cred->ssid_len); in wps_build_cred_ssid()
1564 wpabuf_put_be16(msg, cred->ssid_len); in wps_build_cred_ssid()
1565 wpabuf_put_data(msg, cred->ssid, cred->ssid_len); in wps_build_cred_ssid()
1571 const struct wps_credential *cred) in wps_build_cred_auth_type() argument
1574 cred->auth_type); in wps_build_cred_auth_type()
1577 wpabuf_put_be16(msg, cred->auth_type); in wps_build_cred_auth_type()
1583 const struct wps_credential *cred) in wps_build_cred_encr_type() argument
1586 cred->encr_type); in wps_build_cred_encr_type()
[all …]
Dwps_enrollee.c704 static int wps_process_cred_e(struct wps_data *wps, const u8 *cred, in wps_process_cred_e() argument
712 os_memset(&wps->cred, 0, sizeof(wps->cred)); in wps_process_cred_e()
713 wpabuf_set(&msg, cred, cred_len); in wps_process_cred_e()
715 wps_process_cred(&attr, &wps->cred)) in wps_process_cred_e()
718 if (os_memcmp(wps->cred.mac_addr, wps->wps->dev.mac_addr, ETH_ALEN) != in wps_process_cred_e()
722 ")", MAC2STR(wps->cred.mac_addr), in wps_process_cred_e()
740 if (!(wps->cred.encr_type & in wps_process_cred_e()
742 if (wps->cred.encr_type & WPS_ENCR_WEP) { in wps_process_cred_e()
750 "invalid encr_type 0x%x", wps->cred.encr_type); in wps_process_cred_e()
755 wps->cred.cred_attr = cred - 4; in wps_process_cred_e()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c144 struct wpa_cred *cred; in cred_with_roaming_consortium() local
146 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_roaming_consortium()
147 if (cred->roaming_consortium_len) in cred_with_roaming_consortium()
149 if (cred->required_roaming_consortium_len) in cred_with_roaming_consortium()
151 if (cred->num_roaming_consortiums) in cred_with_roaming_consortium()
160 struct wpa_cred *cred; in cred_with_3gpp() local
162 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_3gpp()
163 if (cred->pcsc || cred->imsi) in cred_with_3gpp()
172 struct wpa_cred *cred; in cred_with_nai_realm() local
174 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_nai_realm()
[all …]
Dconfig_file.c239 struct wpa_cred *cred; in wpa_config_read_cred() local
244 cred = os_zalloc(sizeof(*cred)); in wpa_config_read_cred()
245 if (cred == NULL) in wpa_config_read_cred()
247 cred->id = id; in wpa_config_read_cred()
248 cred->sim_num = DEFAULT_USER_SELECTED_SIM; in wpa_config_read_cred()
274 if (wpa_config_set_cred(cred, pos, pos2, *line) < 0) in wpa_config_read_cred()
285 wpa_config_free_cred(cred); in wpa_config_read_cred()
286 cred = NULL; in wpa_config_read_cred()
289 return cred; in wpa_config_read_cred()
382 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read() local
[all …]
Dconfig.c2615 void wpa_config_free_cred(struct wpa_cred *cred) in wpa_config_free_cred() argument
2619 os_free(cred->realm); in wpa_config_free_cred()
2620 str_clear_free(cred->username); in wpa_config_free_cred()
2621 str_clear_free(cred->password); in wpa_config_free_cred()
2622 os_free(cred->ca_cert); in wpa_config_free_cred()
2623 os_free(cred->client_cert); in wpa_config_free_cred()
2624 os_free(cred->private_key); in wpa_config_free_cred()
2625 str_clear_free(cred->private_key_passwd); in wpa_config_free_cred()
2626 os_free(cred->imsi); in wpa_config_free_cred()
2627 str_clear_free(cred->milenage); in wpa_config_free_cred()
[all …]
Dwps_supplicant.c184 const struct wps_credential *cred) in wpas_wps_security_workaround() argument
205 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len); in wpas_wps_security_workaround()
363 const struct wps_credential *cred) in wpa_supplicant_wps_cred() argument
373 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) { in wpa_supplicant_wps_cred()
374 size_t blen = cred->cred_attr_len * 2 + 1; in wpa_supplicant_wps_cred()
378 cred->cred_attr, cred->cred_attr_len); in wpa_supplicant_wps_cred()
384 wpas_notify_wps_credential(wpa_s, cred); in wpa_supplicant_wps_cred()
389 cred->cred_attr, cred->cred_attr_len); in wpa_supplicant_wps_cred()
394 wpa_hexdump_ascii(MSG_DEBUG, "WPS: SSID", cred->ssid, cred->ssid_len); in wpa_supplicant_wps_cred()
396 cred->auth_type); in wpa_supplicant_wps_cred()
[all …]
/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.c23 struct tlsv1_credentials *cred; in tlsv1_cred_alloc() local
24 cred = os_zalloc(sizeof(*cred)); in tlsv1_cred_alloc()
25 return cred; in tlsv1_cred_alloc()
29 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free() argument
31 if (cred == NULL) in tlsv1_cred_free()
34 x509_certificate_chain_free(cred->trusted_certs); in tlsv1_cred_free()
35 x509_certificate_chain_free(cred->cert); in tlsv1_cred_free()
36 crypto_private_key_free(cred->key); in tlsv1_cred_free()
37 os_free(cred->dh_p); in tlsv1_cred_free()
38 os_free(cred->dh_g); in tlsv1_cred_free()
[all …]
Dtlsv1_cred.h34 void tlsv1_cred_free(struct tlsv1_credentials *cred);
35 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert,
38 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert,
40 int tlsv1_set_private_key(struct tlsv1_credentials *cred,
45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
Dtlsv1_server_write.c29 cert = conn->cred ? conn->cred->cert : NULL; in tls_server_cert_chain_der_len()
34 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_server_cert_chain_der_len()
228 cert = conn->cred->cert; in tls_write_server_certificate()
246 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_write_server_certificate()
249 if (cert == conn->cred->cert || cert == NULL) { in tls_write_server_certificate()
397 if (conn->cred == NULL || conn->cred->dh_p == NULL || in tls_write_server_key_exchange()
398 conn->cred->dh_g == NULL) { in tls_write_server_key_exchange()
450 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange()
514 if (2 + conn->cred->dh_g_len > (size_t) (end - pos)) { in tls_write_server_key_exchange()
522 WPA_PUT_BE16(pos, conn->cred->dh_g_len); in tls_write_server_key_exchange()
[all …]
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c314 const struct wps_credential *cred) in hapd_wps_reconfig_in_memory() argument
321 if (cred->ssid_len <= SSID_MAX_LEN) { in hapd_wps_reconfig_in_memory()
322 os_memcpy(bss->ssid.ssid, cred->ssid, cred->ssid_len); in hapd_wps_reconfig_in_memory()
323 bss->ssid.ssid_len = cred->ssid_len; in hapd_wps_reconfig_in_memory()
327 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) && in hapd_wps_reconfig_in_memory()
328 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))) in hapd_wps_reconfig_in_memory()
330 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) in hapd_wps_reconfig_in_memory()
332 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)) in hapd_wps_reconfig_in_memory()
338 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA)) in hapd_wps_reconfig_in_memory()
340 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) in hapd_wps_reconfig_in_memory()
[all …]
/external/libjpeg-turbo/
Djdmrg565.c23 register int y, cred, cgreen, cblue; in LOCAL() local
48 cred = Crrtab[cr]; in LOCAL()
54 r = range_limit[y + cred]; in LOCAL()
60 r = range_limit[y + cred]; in LOCAL()
73 cred = Crrtab[cr]; in LOCAL()
77 r = range_limit[y + cred]; in LOCAL()
94 register int y, cred, cgreen, cblue; in LOCAL() local
120 cred = Crrtab[cr]; in LOCAL()
126 r = range_limit[DITHER_565_R(y + cred, d0)]; in LOCAL()
133 r = range_limit[DITHER_565_R(y + cred, d0)]; in LOCAL()
[all …]
Djdmrgext.c29 register int y, cred, cgreen, cblue; in LOCAL() local
51 cred = Crrtab[cr]; in LOCAL()
56 outptr[RGB_RED] = range_limit[y + cred]; in LOCAL()
64 outptr[RGB_RED] = range_limit[y + cred]; in LOCAL()
76 cred = Crrtab[cr]; in LOCAL()
80 outptr[RGB_RED] = range_limit[y + cred]; in LOCAL()
101 register int y, cred, cgreen, cblue; in LOCAL() local
125 cred = Crrtab[cr]; in LOCAL()
130 outptr0[RGB_RED] = range_limit[y + cred]; in LOCAL()
138 outptr0[RGB_RED] = range_limit[y + cred]; in LOCAL()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dtls_internal.c206 struct tlsv1_credentials *cred; in tls_connection_set_params() local
217 cred = tlsv1_cred_alloc(); in tls_connection_set_params()
218 if (cred == NULL) in tls_connection_set_params()
223 tlsv1_cred_free(cred); in tls_connection_set_params()
229 tlsv1_cred_free(cred); in tls_connection_set_params()
235 tlsv1_cred_free(cred); in tls_connection_set_params()
241 tlsv1_cred_free(cred); in tls_connection_set_params()
247 tlsv1_cred_free(cred); in tls_connection_set_params()
253 tlsv1_cred_free(cred); in tls_connection_set_params()
257 if (tlsv1_set_ca_cert(cred, params->ca_cert, in tls_connection_set_params()
[all …]
/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc74 bool Help(int argc, const char** argv, const CliCredentials& cred,
76 bool CallMethod(int argc, const char** argv, const CliCredentials& cred,
78 bool ListServices(int argc, const char** argv, const CliCredentials& cred,
80 bool PrintType(int argc, const char** argv, const CliCredentials& cred,
87 bool ParseMessage(int argc, const char** argv, const CliCredentials& cred,
89 bool ToText(int argc, const char** argv, const CliCredentials& cred,
91 bool ToBinary(int argc, const char** argv, const CliCredentials& cred,
210 const grpc::string& server_address, const CliCredentials& cred) { in CreateCliChannel() argument
212 if (!cred.GetSslTargetNameOverride().empty()) { in CreateCliChannel()
213 args.SetSslTargetNameOverride(cred.GetSslTargetNameOverride()); in CreateCliChannel()
[all …]
/external/grpc-grpc/test/core/security/
Dalts_credentials_fuzzer.cc87 grpc_channel_credentials* cred = grpc_alts_credentials_create_customized( in LLVMFuzzerTestOneInput() local
90 GPR_ASSERT(cred == nullptr); in LLVMFuzzerTestOneInput()
92 GPR_ASSERT(cred != nullptr); in LLVMFuzzerTestOneInput()
94 grpc_channel_credentials_release(cred); in LLVMFuzzerTestOneInput()
100 grpc_server_credentials* cred = in LLVMFuzzerTestOneInput() local
104 GPR_ASSERT(cred == nullptr); in LLVMFuzzerTestOneInput()
106 GPR_ASSERT(cred != nullptr); in LLVMFuzzerTestOneInput()
108 grpc_server_credentials_release(cred); in LLVMFuzzerTestOneInput()
/external/openssh/openbsd-compat/
Dbsd-getpeereid.c30 struct ucred cred; in getpeereid() local
31 socklen_t len = sizeof(cred); in getpeereid()
33 if (getsockopt(s, SOL_SOCKET, SO_PEERCRED, &cred, &len) < 0) in getpeereid()
35 *euid = cred.uid; in getpeereid()
36 *gid = cred.gid; in getpeereid()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c58 static int eap_wsc_new_ap_settings(struct wps_credential *cred, in eap_wsc_new_ap_settings() argument
64 os_memset(cred, 0, sizeof(*cred)); in eap_wsc_new_ap_settings()
75 if ((len & 1) || len > 2 * sizeof(cred->ssid) || in eap_wsc_new_ap_settings()
76 hexstr2bin(pos, cred->ssid, len / 2)) { in eap_wsc_new_ap_settings()
80 cred->ssid_len = len / 2; in eap_wsc_new_ap_settings()
88 cred->auth_type = WPS_AUTH_OPEN; in eap_wsc_new_ap_settings()
90 cred->auth_type = WPS_AUTH_WPAPSK; in eap_wsc_new_ap_settings()
92 cred->auth_type = WPS_AUTH_WPA2PSK; in eap_wsc_new_ap_settings()
104 cred->encr_type = WPS_ENCR_NONE; in eap_wsc_new_ap_settings()
107 cred->encr_type = WPS_ENCR_WEP; in eap_wsc_new_ap_settings()
[all …]
/external/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt02.c56 struct ucred cred; in test_function() local
57 socklen_t cred_len = sizeof(cred); in test_function()
69 SO_PEERCRED, &cred, &cred_len) < 0) { in test_function()
74 if (fork_id != cred.pid) in test_function()
76 cred.pid, getpid()); in test_function()
/external/epid-sdk/epid/member/tiny/src/
Dserialize.c98 EFqDeserialize(&dest->cred.A, &src->A); in PrivKeyDeserialize()
99 FpDeserialize(&dest->cred.x, &src->x); in PrivKeyDeserialize()
101 dest->cred.gid = src->gid; in PrivKeyDeserialize()
104 dest->cred.gid = src->gid; in PrivKeyDeserialize()
105 SwapNativeAndPortableLayout((uint8_t*)dest + sizeof(dest->cred.gid), in PrivKeyDeserialize()
106 sizeof(*dest) - sizeof(dest->cred.gid), in PrivKeyDeserialize()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c649 static int add_username_password(struct hs20_svc *ctx, xml_node_t *cred, in add_username_password() argument
655 node = build_username_password(ctx, cred, user, pw); in add_username_password()
668 static void add_creation_date(struct hs20_svc *ctx, xml_node_t *cred) in add_creation_date() argument
679 xml_node_create_text(ctx->xml, cred, NULL, "CreationDate", str); in add_creation_date()
687 xml_node_t *cred; in build_credential_pw() local
689 cred = xml_node_create_root(ctx->xml, NULL, NULL, NULL, "Credential"); in build_credential_pw()
690 if (cred == NULL) { in build_credential_pw()
694 add_creation_date(ctx, cred); in build_credential_pw()
695 if (add_username_password(ctx, cred, user, pw, machine_managed) < 0) { in build_credential_pw()
696 xml_node_free(ctx->xml, cred); in build_credential_pw()
[all …]
/external/compiler-rt/test/msan/Linux/
Dcmsghdr.cc75 struct ucred cred = {getpid(), getuid(), getgid()}; in main() local
77 __msan_poison(&cred.uid, sizeof(cred.uid)); in main()
82 memcpy(CMSG_DATA(cmsg), &cred, sizeof(struct ucred)); in main()
/external/curl/lib/vtls/
Dschannel.c494 BACKEND->cred = NULL; in schannel_connect_step1()
500 BACKEND->cred = old_cred; in schannel_connect_step1()
504 BACKEND->cred->refcount++; in schannel_connect_step1()
507 BACKEND->cred->refcount)); in schannel_connect_step1()
512 if(!BACKEND->cred) { in schannel_connect_step1()
665 BACKEND->cred = (struct curl_schannel_cred *) in schannel_connect_step1()
667 if(!BACKEND->cred) { in schannel_connect_step1()
675 BACKEND->cred->refcount = 1; in schannel_connect_step1()
683 &BACKEND->cred->cred_handle, in schannel_connect_step1()
684 &BACKEND->cred->time_stamp); in schannel_connect_step1()
[all …]
/external/grpc-grpc/src/ruby/qps/
Dserver.rb45 cred = GRPC::Core::ServerCredentials.new(
48 cred = :this_port_is_insecure
54 @port = @server.add_http2_port("0.0.0.0:" + port.to_s, cred)
/external/libchrome/mojo/public/cpp/platform/
Dsocket_utils_posix.cc41 struct ucred cred; in GetPeerEuid()
42 socklen_t cred_len = sizeof(cred); in GetPeerEuid()
43 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &cred, &cred_len) < 0) { in GetPeerEuid()
47 if (static_cast<unsigned>(cred_len) < sizeof(cred)) { in GetPeerEuid()
51 *peer_euid = cred.uid; in GetPeerEuid()

12345