HomeSort by relevance Sort by last modified time
    Searched full:credential (Results 26 - 50 of 223) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_unix.h 56 /* The machine name is part of a credential; it may not exceed 255 bytes */
59 /* gids compose part of a credential; there may not be more than 16 of them */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_unix.h 56 /* The machine name is part of a credential; it may not exceed 255 bytes */
59 /* gids compose part of a credential; there may not be more than 16 of them */
  /external/chromium_org/chrome/test/functional/
perf.cfg 14 # and tests will try to use internal credential file.
  /external/chromium_org/content/browser/media/android/
media_drm_credential_manager.h 49 // The MediaDrmBridge object used to perform the credential reset.
media_drm_credential_manager.cc 53 // First reset the L3 credential.
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
http-auth-private-mode-changed.html 9 3. When dialog pops up, enter real credential(username: "aaaa", password: "aaaa") and press Ok button.<br>
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppClient.m 312 NSString *credential = [server objectForKey:@"credential"];
316 if (!credential) {
317 credential = @"";
320 [NSString stringWithFormat:@"url [%@] - credential [%@]",
322 credential]];
326 password:credential];
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 34 network block or credential. If a credential is picked (based on ANQP
40 whenever needed based on ANQP information and the credential.
48 will internally determine which network or credential is going to be
104 # credential block
106 # Each credential used for automatic network selection is configured as a set
110 # credential fields:
117 # network (based on either an enabled network block or a credential)
176 # points support authentication with this credential. This is an
179 # pre-configured with the credential since the NAI Realm informatio
    [all...]
config.h 36 * next - Next credential in the list
44 * id - Unique id for the credential
46 * This identifier is used as a unique identifier for each credential
47 * block when using the control interface. Each credential is allocated
49 * configuration file or when a new credential is added through the
61 * network (based on either an enabled network block or a credential)
165 * points support authentication with this credential. This is an
168 * pre-configured with the credential since the NAI Realm information
181 * Pre-configured EAP method to use with this credential or %NULL to
256 * cred - Head of the credential lis
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 33 * struct wps_credential - WPS Credential
41 * @mac_addr: MAC address of the Credential receiver
42 * @cred_attr: Unparsed Credential attribute data (used only in cred_cb());
156 * use_psk_key - Use PSK format key in Credential
159 * building Credential for an Enrollee. The PSK value is set in
341 * skip_cred_build: Do not build credential
344 * Credential attribute into M8 based on the current network
346 * then be used as the Credential(s).
351 * extra_cred: Additional Credential attribute(s)
354 * Credential attribute(s) for other networks into M8. I
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth_host/
gaia_auth_host.js 13 * completed successfully and with the available credential data.
120 * Invoked when authentication is completed successfully with credential
121 * data. A credential data object looks like this:
204 * invoked with a credential object.
265 * @param {Object} credentials Credential object to pass to success
293 // In the inline sign in flow, the embedded gaia webview posts credential
  /external/smack/src/org/apache/harmony/javax/security/auth/
PrivateCredentialPermission.java 31 * Protects private credential objects belonging to a {@code Subject}. It has
39 * First it states a credential class and is followed then by a list of one or
87 * Creates a {@code PrivateCredentialPermission} from the {@code Credential}
91 * the credential class name.
226 * Returns the class name of the credential associated with this permission.
228 * @return the class name of the credential associated with this permission.
Subject.java 444 buf.append("\tPublic Credential: "); //$NON-NLS-1$
453 buf.append("\tPrivate Credential: "); //$NON-NLS-1$
532 * A type can be principal, priv. or pub. credential set. The spec.
533 * doesn't clearly says that priv. and pub. credential sets can be
535 * out from writeObject method comments that priv. credential set is
537 * credential was implemented by analogy
542 * value for integer is zero). But priv. or pub. credential set it is
551 // Defines private credential set for serialization.
554 // Defines public credential set for serialization.
620 * private credential set requires iterator with additiona
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer.h 22 // TODO(akalin): Remove support for CREDENTIAL frames.
80 // A datastrcture for holding the contents of a CREDENTIAL frame.
215 // Called when a chunk of payload data for a credential frame is available.
290 SPDY_CREDENTIAL_FRAME_CORRUPT, // CREDENTIAL frame could not be parsed.
373 // |credential_slot| is the CREDENTIAL slot to be used for this request.
436 // Creates and serializes a CREDENTIAL frame. The CREDENTIAL
439 SpdyFrame* CreateCredentialFrame(const SpdyCredential& credential) const;
441 const SpdyCredentialIR& credential) const;
459 // Given a CREDENTIAL frame's payload, extract the credential
    [all...]
spdy_protocol_test.cc 53 EXPECT_EQ(10, CREDENTIAL);
spdy_framer.cc 276 // Size, in bytes, of a CREDENTIAL frame sans variable-length certificate list
419 case CREDENTIAL:
420 return "CREDENTIAL";
750 case CREDENTIAL:
795 if (current_frame_type_ == CREDENTIAL) {
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
auth.h 23 /* Maximum size (in bytes) of an rpc credential or verifier */
26 /* Work around the lack of a VFS credential */
gss_err.h 55 * Credential usage options
70 * credential or security context
  /external/chromium_org/sync/protocol/
sync_protocol_error.h 39 // Invalid Credential.
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 429 buf.append("\tPublic Credential: ");
438 buf.append("\tPrivate Credential: ");
507 * A type can be principal, priv. or pub. credential set. The spec.
508 * doesn't clearly says that priv. and pub. credential sets can be
510 * out from writeObject method comments that priv. credential set is
512 * credential was implemented by analogy
517 * value for integer is zero). But priv. or pub. credential set it is
526 // Defines private credential set for serialization.
529 // Defines public credential set for serialization.
592 * private credential set requires iterator with additiona
    [all...]
  /external/chromium_org/chromeos/network/
policy_util.cc 26 // This fake credential contains a random postfix which is extremly unlikely to
58 // If |value| is a string, check if it is a fake credential.
193 // instead of just removing them, allows remembering if a credential is set
  /external/apache-http/src/org/apache/http/auth/params/
AuthPNames.java 54 public static final String CREDENTIAL_CHARSET = "http.auth.credential-charset";
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCConfiguration.h 67 BLINK_PLATFORM_EXPORT WebString credential() const;
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 62 * the credential cache and picks up any stored authentication headers
  /external/openssh/openbsd-compat/
getgrouplist.c 38 * get credential

Completed in 652 milliseconds

12 3 4 5 6 7 8 9