HomeSort by relevance Sort by last modified time
    Searched defs:cred (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/iproute2/misc/
ifstat.c 539 struct ucred cred; local
540 socklen_t olen = sizeof(cred);
542 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, (void*)&cred, &olen) ||
543 olen < sizeof(cred))
545 if (cred.uid == getuid() || cred.uid == 0)
nstat.c 424 struct ucred cred; local
425 socklen_t olen = sizeof(cred);
427 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, (void*)&cred, &olen) ||
428 olen < sizeof(cred))
430 if (cred.uid == getuid() || cred.uid == 0)
rtacct.c 415 struct ucred cred; local
416 socklen_t olen = sizeof(cred);
418 if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, (void*)&cred, &olen) ||
419 olen < sizeof(cred))
421 if (cred.uid == getuid() || cred.uid == 0)
  /external/wpa_supplicant_8/src/wps/
wps_i.h 97 struct wps_credential cred; member in struct:wps_data
114 void (*ap_settings_cb)(void *ctx, const struct wps_credential *cred);
183 struct wps_credential *cred);
185 struct wps_credential *cred);
wps_attr_parse.h 93 const u8 *cred[MAX_CRED_COUNT]; member in struct:wps_parse_attr
wps.h 554 const struct wps_credential *cred; member in struct:wps_event_data::wps_event_er_ap_settings
743 * @cred: The received Credential
746 int (*cred_cb)(void *ctx, const struct wps_credential *cred);
801 struct wps_credential *cred);
810 const struct wps_credential *cred);
834 const struct wps_credential *cred);
837 const struct wps_credential *cred);
839 struct wps_credential *cred);
wps_registrar.c 1574 struct wpabuf *cred; local
3148 struct wps_credential cred; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 213 struct wpa_cred *cred; local
217 wpa_printf(MSG_MSGDUMP, "Line: %d - start of a new cred block", *line);
218 cred = os_zalloc(sizeof(*cred));
219 if (cred == NULL)
221 cred->id = id;
231 wpa_printf(MSG_ERROR, "Line %d: Invalid cred line "
247 if (wpa_config_set_cred(cred, pos, pos2, *line) < 0)
252 wpa_printf(MSG_ERROR, "Line %d: cred block was not "
258 wpa_config_free_cred(cred);
355 struct wpa_cred *cred, *cred_tail = NULL, *cred_head = NULL; local
1061 struct wpa_cred *cred; local
    [all...]
config.h 39 * of this list is stored in the cred field of struct wpa_config.
256 * cred - Head of the credential list
260 struct wpa_cred *cred; member in struct:wpa_config
914 void wpa_config_free_cred(struct wpa_cred *cred);
915 int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
interworking.c 110 struct wpa_cred *cred; local
112 for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
113 if (cred->roaming_consortium_len)
122 struct wpa_cred *cred; local
124 for (cred = wpa_s->conf->cred; cred; cred = cred->next)
134 struct wpa_cred *cred; local
150 struct wpa_cred *cred; local
968 struct wpa_cred *cred, *selected = NULL; local
1159 struct wpa_cred *cred, *cred_rc, *cred_3gpp; local
1350 struct wpa_cred *cred; local
1420 struct wpa_cred *cred, *selected = NULL; local
1466 struct wpa_cred *cred, *cred2; local
1559 struct wpa_cred *cred; local
1607 struct wpa_cred *cred; local
    [all...]
wps_supplicant.c 143 const struct wps_credential *cred)
164 bss = wpa_bss_get(wpa_s, cred->mac_addr, ssid->ssid, ssid->ssid_len);
297 const struct wps_credential *cred)
308 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
309 size_t blen = cred->cred_attr_len * 2 + 1;
313 cred->cred_attr, cred->cred_attr_len);
319 wpas_notify_wps_credential(wpa_s, cred);
324 cred->cred_attr, cred->cred_attr_len)
754 const struct wps_credential *cred = ap_settings->cred; local
1823 struct wps_credential cred; local
1846 struct wps_credential cred; local
2029 struct wps_credential cred; local
    [all...]
config.c 1847 struct wpa_cred *cred, *cprev; local
2470 struct wpa_cred *cred; local
2486 struct wpa_cred *cred, *last = NULL; local
2513 struct wpa_cred *cred, *prev = NULL; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 803 struct berval cred; local
854 cred.bv_val = xauth_ldap_config.bind_pw->v;
855 cred.bv_len = strlen( cred.bv_val );
857 xauth_ldap_config.bind_dn->v, NULL, &cred,
998 cred.bv_val = pwd;
999 cred.bv_len = strlen( cred.bv_val );
1001 userdn, NULL, &cred,
1037 struct berval cred; local
    [all...]
  /external/smack/src/org/xbill/DNS/
Cache.java 24 public int compareCredibility(int cred);
45 CacheRRset(Record rec, int cred, long maxttl) {
47 this.credibility = cred;
53 CacheRRset(RRset rrset, int cred, long maxttl) {
55 this.credibility = cred;
66 compareCredibility(int cred) {
67 return credibility - cred;
87 NegativeElement(Name name, int type, SOARecord soa, int cred,
95 this.credibility = cred;
111 compareCredibility(int cred) {
600 int cred; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 729 CredHandle cred; member in struct:talk_base::NegotiateAuthContext
735 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0),
741 FreeCredentialsHandle(&cred);
938 ret = InitializeSecurityContextA(&neg->cred, &neg->ctx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &lifetime);
1001 CredHandle cred; local
1002 ret = AcquireCredentialsHandleA(0, want_negotiate ? NEGOSSP_NAME_A : NTLMSP_NAME_A, SECPKG_CRED_OUTBOUND, 0, pauth_id, 0, 0, &cred, &lifetime);
1013 ret = InitializeSecurityContextA(&cred, 0, spn, flags, 0, SECURITY_NATIVE_DREP, 0, 0, &ctx, &out_buf_desc, &ret_flags, &lifetime);
1018 FreeCredentialsHandle(&cred);
1023 context = neg = new NegotiateAuthContext(auth_method, cred, ctx);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 736 CredHandle cred; member in struct:talk_base::NegotiateAuthContext
742 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0),
748 FreeCredentialsHandle(&cred);
946 ret = InitializeSecurityContextA(&neg->cred, &neg->ctx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &lifetime);
1009 CredHandle cred; local
1010 ret = AcquireCredentialsHandleA(0, want_negotiate ? NEGOSSP_NAME_A : NTLMSP_NAME_A, SECPKG_CRED_OUTBOUND, 0, pauth_id, 0, 0, &cred, &lifetime);
1021 ret = InitializeSecurityContextA(&cred, 0, spn, flags, 0, SECURITY_NATIVE_DREP, 0, 0, &ctx, &out_buf_desc, &ret_flags, &lifetime);
1026 FreeCredentialsHandle(&cred);
1031 context = neg = new NegotiateAuthContext(auth_method, cred, ctx);
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 305 const struct wps_credential *cred)
312 if (cred->ssid_len <= HOSTAPD_MAX_SSID_LEN) {
313 os_memcpy(bss->ssid.ssid, cred->ssid, cred->ssid_len);
314 bss->ssid.ssid_len = cred->ssid_len;
318 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
319 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
321 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
323 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
329 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA)
414 const struct wps_credential *cred = ctx; local
1632 struct wps_credential cred; local
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 545 struct rpc_cred *cred; member in struct:nfs_read_data
562 struct rpc_cred *cred; member in struct:nfs_write_data
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 468 struct rpc_cred *cred; member in struct:nfs_read_data
483 struct rpc_cred *cred; member in struct:nfs_write_data
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 468 struct rpc_cred *cred; member in struct:nfs_read_data
483 struct rpc_cred *cred; member in struct:nfs_write_data
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 468 struct rpc_cred *cred; member in struct:nfs_read_data
483 struct rpc_cred *cred; member in struct:nfs_write_data
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 468 struct rpc_cred *cred; member in struct:nfs_read_data
483 struct rpc_cred *cred; member in struct:nfs_write_data
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 468 struct rpc_cred *cred; member in struct:nfs_read_data
483 struct rpc_cred *cred; member in struct:nfs_write_data
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 468 struct rpc_cred *cred; member in struct:nfs_read_data
483 struct rpc_cred *cred; member in struct:nfs_write_data
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 468 struct rpc_cred *cred; member in struct:nfs_read_data
483 struct rpc_cred *cred; member in struct:nfs_write_data

Completed in 1266 milliseconds

12 3 4