Searched defs:cred (Results 1 - 25 of 85) sorted by relevance

1234

/external/chromium_org/third_party/libjpeg_turbo/
H A Djdmrgext.c29 register int y, cred, cgreen, cblue; local
51 cred = Crrtab[cr];
56 outptr[RGB_RED] = range_limit[y + cred];
64 outptr[RGB_RED] = range_limit[y + cred];
76 cred = Crrtab[cr];
80 outptr[RGB_RED] = range_limit[y + cred];
102 register int y, cred, cgreen, cblue; local
126 cred = Crrtab[cr];
131 outptr0[RGB_RED] = range_limit[y + cred];
139 outptr0[RGB_RED] = range_limit[y + cred];
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c83 static int wps_process_cred_network_idx(struct wps_credential *cred, argument
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, argument
112 if (ssid_len <= sizeof(cred->ssid)) {
113 os_memcpy(cred->ssid, ssid, ssid_len);
114 cred->ssid_len = ssid_len;
121 static int wps_process_cred_auth_type(struct wps_credential *cred, argument
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
138 static int wps_process_cred_encr_type(struct wps_credential *cred, argument
147 cred
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) argument
168 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) argument
194 wps_process_cred_mac_addr(struct wps_credential *cred, const u8 *mac_addr) argument
210 wps_workaround_cred_key(struct wps_credential *cred) argument
236 wps_process_cred(struct wps_parse_attr *attr, struct wps_credential *cred) argument
256 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) argument
[all...]
H A Dwps_er.h30 struct wps_credential *cred; member in struct:wps_er_sta
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c83 static int wps_process_cred_network_idx(struct wps_credential *cred, argument
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, argument
112 if (ssid_len <= sizeof(cred->ssid)) {
113 os_memcpy(cred->ssid, ssid, ssid_len);
114 cred->ssid_len = ssid_len;
121 static int wps_process_cred_auth_type(struct wps_credential *cred, argument
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
138 static int wps_process_cred_encr_type(struct wps_credential *cred, argument
147 cred
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) argument
168 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) argument
194 wps_process_cred_mac_addr(struct wps_credential *cred, const u8 *mac_addr) argument
210 wps_workaround_cred_key(struct wps_credential *cred) argument
236 wps_process_cred(struct wps_parse_attr *attr, struct wps_credential *cred) argument
256 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) argument
[all...]
H A Dwps_er.h30 struct wps_credential *cred; member in struct:wps_er_sta
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.h78 const struct wps_credential *cred);
111 const struct wps_credential *cred)
110 wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s, const struct wps_credential *cred) argument
H A Ddbus_old.c502 const struct wps_credential *cred)
527 &cred->cred_attr, cred->cred_attr_len,
542 const struct wps_credential *cred)
501 wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s, const struct wps_credential *cred) argument
541 wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s, const struct wps_credential *cred) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c83 static int wps_process_cred_network_idx(struct wps_credential *cred, argument
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, argument
112 if (ssid_len <= sizeof(cred->ssid)) {
113 os_memcpy(cred->ssid, ssid, ssid_len);
114 cred->ssid_len = ssid_len;
121 static int wps_process_cred_auth_type(struct wps_credential *cred, argument
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
138 static int wps_process_cred_encr_type(struct wps_credential *cred, argument
147 cred
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) argument
168 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) argument
194 wps_process_cred_mac_addr(struct wps_credential *cred, const u8 *mac_addr) argument
210 wps_workaround_cred_key(struct wps_credential *cred) argument
236 wps_process_cred(struct wps_parse_attr *attr, struct wps_credential *cred) argument
256 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) argument
[all...]
H A Dwps_er.h30 struct wps_credential *cred; member in struct:wps_er_sta
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.cc239 const struct ucred *cred = local
241 crashing_pid = cred->pid;
/external/chromium_org/net/http/
H A Dhttp_auth_sspi_win.cc55 CredHandle* cred) {
79 cred, // phCredential
86 CredHandle* cred) {
101 cred, // phCredential
50 AcquireExplicitCredentials(SSPILibrary* library, const SEC_WCHAR* package, const base::string16& domain, const base::string16& user, const base::string16& password, CredHandle* cred) argument
85 AcquireDefaultCredentials(SSPILibrary* library, const SEC_WCHAR* package, CredHandle* cred) argument
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmerge.c235 register int y, cred, cgreen, cblue; local
257 cred = Crrtab[cr];
262 outptr[RGB_RED] = range_limit[y + cred];
267 outptr[RGB_RED] = range_limit[y + cred];
276 cred = Crrtab[cr];
280 outptr[RGB_RED] = range_limit[y + cred];
297 register int y, cred, cgreen, cblue; local
321 cred = Crrtab[cr];
326 outptr0[RGB_RED] = range_limit[y + cred];
331 outptr0[RGB_RED] = range_limit[y + cred];
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c62 static int eap_wsc_new_ap_settings(struct wps_credential *cred, argument
68 os_memset(cred, 0, sizeof(*cred));
79 if ((len & 1) || len > 2 * sizeof(cred->ssid) ||
80 hexstr2bin(pos, cred->ssid, len / 2)) {
84 cred->ssid_len = len / 2;
92 cred->auth_type = WPS_AUTH_OPEN;
94 cred->auth_type = WPS_AUTH_WPAPSK;
96 cred->auth_type = WPS_AUTH_WPA2PSK;
108 cred
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_i.h61 struct tlsv1_credentials *cred; member in struct:tlsv1_client
H A Dtlsv1_cred.c20 struct tlsv1_credentials *cred; local
21 cred = os_zalloc(sizeof(*cred));
22 return cred;
26 void tlsv1_cred_free(struct tlsv1_credentials *cred) argument
28 if (cred == NULL)
31 x509_certificate_chain_free(cred->trusted_certs);
32 x509_certificate_chain_free(cred->cert);
33 crypto_private_key_free(cred->key);
34 os_free(cred
189 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument
216 tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
291 tlsv1_set_key(struct tlsv1_credentials *cred, const u8 *key, size_t len, const char *passwd) argument
317 tlsv1_set_private_key(struct tlsv1_credentials *cred, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
352 tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, const u8 *dh, size_t len) argument
430 tlsv1_set_dhparams_blob(struct tlsv1_credentials *cred, const u8 *buf, size_t len) argument
482 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
[all...]
H A Dtlsv1_server_i.h43 struct tlsv1_credentials *cred; member in struct:tlsv1_server
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c62 static int eap_wsc_new_ap_settings(struct wps_credential *cred, argument
68 os_memset(cred, 0, sizeof(*cred));
79 if ((len & 1) || len > 2 * sizeof(cred->ssid) ||
80 hexstr2bin(pos, cred->ssid, len / 2)) {
84 cred->ssid_len = len / 2;
92 cred->auth_type = WPS_AUTH_OPEN;
94 cred->auth_type = WPS_AUTH_WPAPSK;
96 cred->auth_type = WPS_AUTH_WPA2PSK;
108 cred
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_i.h61 struct tlsv1_credentials *cred; member in struct:tlsv1_client
H A Dtlsv1_cred.c20 struct tlsv1_credentials *cred; local
21 cred = os_zalloc(sizeof(*cred));
22 return cred;
26 void tlsv1_cred_free(struct tlsv1_credentials *cred) argument
28 if (cred == NULL)
31 x509_certificate_chain_free(cred->trusted_certs);
32 x509_certificate_chain_free(cred->cert);
33 crypto_private_key_free(cred->key);
34 os_free(cred
189 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument
216 tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
291 tlsv1_set_key(struct tlsv1_credentials *cred, const u8 *key, size_t len, const char *passwd) argument
317 tlsv1_set_private_key(struct tlsv1_credentials *cred, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
352 tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, const u8 *dh, size_t len) argument
430 tlsv1_set_dhparams_blob(struct tlsv1_credentials *cred, const u8 *buf, size_t len) argument
482 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
[all...]
H A Dtlsv1_server_i.h43 struct tlsv1_credentials *cred; member in struct:tlsv1_server
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c62 static int eap_wsc_new_ap_settings(struct wps_credential *cred, argument
68 os_memset(cred, 0, sizeof(*cred));
79 if ((len & 1) || len > 2 * sizeof(cred->ssid) ||
80 hexstr2bin(pos, cred->ssid, len / 2)) {
84 cred->ssid_len = len / 2;
92 cred->auth_type = WPS_AUTH_OPEN;
94 cred->auth_type = WPS_AUTH_WPAPSK;
96 cred->auth_type = WPS_AUTH_WPA2PSK;
108 cred
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_i.h61 struct tlsv1_credentials *cred; member in struct:tlsv1_client
H A Dtlsv1_cred.c20 struct tlsv1_credentials *cred; local
21 cred = os_zalloc(sizeof(*cred));
22 return cred;
26 void tlsv1_cred_free(struct tlsv1_credentials *cred) argument
28 if (cred == NULL)
31 x509_certificate_chain_free(cred->trusted_certs);
32 x509_certificate_chain_free(cred->cert);
33 crypto_private_key_free(cred->key);
34 os_free(cred
189 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument
216 tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
291 tlsv1_set_key(struct tlsv1_credentials *cred, const u8 *key, size_t len, const char *passwd) argument
317 tlsv1_set_private_key(struct tlsv1_credentials *cred, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
352 tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, const u8 *dh, size_t len) argument
430 tlsv1_set_dhparams_blob(struct tlsv1_credentials *cred, const u8 *buf, size_t len) argument
482 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
[all...]
H A Dtlsv1_server_i.h43 struct tlsv1_credentials *cred; member in struct:tlsv1_server
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc82 CredHandle cred; member in struct:rtc::SChannelAdapter::SSLImpl
137 NULL, &impl_->cred, NULL);
147 ret = QueryCredentialsAttributes(&impl_->cred,
157 ret = QueryCredentialsAttributes(&impl_->cred,
178 ret = InitializeSecurityContextA(&impl_->cred, NULL,
206 ret = InitializeSecurityContextA(&impl_->cred, &impl_->ctx,
377 FreeCredentialsHandle(&impl_->cred);

Completed in 386 milliseconds

1234