Searched refs:identity (Results 276 - 300 of 521) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c680 if (sm->identity == NULL) {
681 wpa_printf(MSG_DEBUG, "EAP-TTLS/MSCHAPV2: No user identity "
690 username = sm->identity;
870 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
874 sm->identity, sm->identity_len);
1001 os_free(sm->identity);
1002 sm->identity = os_malloc(parse.user_name_len);
1003 if (sm->identity == NULL) {
1007 os_memcpy(sm->identity, parse.user_name, parse.user_name_len);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_mschapv2.c157 const u8 *identity, *password; local
162 identity = eap_get_config_identity(sm, &identity_len);
164 if (identity == NULL || password == NULL)
207 if (mschapv2_derive_response(identity, identity_len, password,
221 wpabuf_put_data(resp, identity, identity_len);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_mschapv2.c157 const u8 *identity, *password; local
162 identity = eap_get_config_identity(sm, &identity_len);
164 if (identity == NULL || password == NULL)
207 if (mschapv2_derive_response(identity, identity_len, password,
221 wpabuf_put_data(resp, identity, identity_len);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_mschapv2.c157 const u8 *identity, *password; local
162 identity = eap_get_config_identity(sm, &identity_len);
164 if (identity == NULL || password == NULL)
207 if (mschapv2_derive_response(identity, identity_len, password,
221 wpabuf_put_data(resp, identity, identity_len);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c1597 struct matrix identity; local
1599 matrix_load_identity(&identity);
1602 struct polygon_array *polygon_array = path_get_fill_polygons(p, &identity);
1616 struct matrix identity; local
1619 matrix_load_identity(&identity);
1620 stroke = path_create_stroke(p, &identity);
1768 struct matrix identity; local
1772 matrix_load_identity(&identity);
1777 arc_to_path(&arc, path, &identity);
1851 struct matrix identity; local
1943 struct matrix identity; local
2050 struct matrix identity; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c1597 struct matrix identity; local
1599 matrix_load_identity(&identity);
1602 struct polygon_array *polygon_array = path_get_fill_polygons(p, &identity);
1616 struct matrix identity; local
1619 matrix_load_identity(&identity);
1620 stroke = path_create_stroke(p, &identity);
1768 struct matrix identity; local
1772 matrix_load_identity(&identity);
1777 arc_to_path(&arc, path, &identity);
1851 struct matrix identity; local
1943 struct matrix identity; local
2050 struct matrix identity; local
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py969 identity = settings.get('CODE_SIGN_IDENTITY')
970 if not identity:
972 if identity not in XcodeSettings._codesigning_key_cache:
974 ['security', 'find-identity', '-p', 'codesigning', '-v'])
976 if identity in line:
979 assert identity not in cache or fingerprint == cache[identity], (
980 "Multiple codesigning fingerprints for identity: %s" % identity)
981 XcodeSettings._codesigning_key_cache[identity]
[all...]
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.cc79 gfx::Transform identity = gfx::Transform(); local
80 impl->SetExternalDrawConstraints(identity,
84 identity,
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc562 void SearchTabHelper::OnChromeIdentityCheck(const base::string16& identity) { argument
567 // The identity check only passes if the user is syncing their history.
569 // checking both the identity and the user's sync state.
570 bool matches = IsHistorySyncEnabled(profile()) && identity == username;
571 ipc_router_.SendChromeIdentityCheckResult(identity, matches);
H A Dsearch_tab_helper.h178 virtual void OnChromeIdentityCheck(const base::string16& identity) OVERRIDE;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php119 $userId = $openid->identity;
124 $openid->identity = 'https://www.google.com/accounts/o8/id';
132 $userId = $openid->validate() ? $openid->identity : '';
H A Dpopuplib.js17 // identity providers (OP)s that support a pop-up authentication interface.
19 // for your site and a particular identity provider, E.g.:
185 var identity_ = ('identity' in openidParams) ? encodeIfRequested_(openidParams.identity) :
225 '&openid.identity=', identity_,
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler.cc178 Identity* identity = local
180 identity->set_type(CHROME);
181 identity->set_chrome_id(base::GenerateGUID());
/external/chromium_org/remoting/webapp/
H A Dremoting.js60 remoting.identity = new remoting.Identity(consentRequired_);
70 remoting.identity = remoting.oauth2;
108 remoting.identity.getEmail(remoting.onEmail, onGetEmailError);
H A Dwcs_sandbox_container.js100 remoting.identity.callWithToken(
/external/chromium_org/third_party/webrtc/base/
H A Dnssidentity.cc157 // context of some future identity standard, it might make sense to check
337 NSSIdentity *identity = NULL; local
423 identity = new NSSIdentity(keypair, new NSSCertificate(certificate));
436 return identity;
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTransformValuesUnmodifiableIteratorTest.java166 underlying, Functions.<Integer>identity());
298 = Maps.transformValues(underlying, Functions.<Integer>identity());
305 equalToUnderlying, Functions.<Integer>identity());
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5BytestreamManager.java562 Identity identity = identities.next();
564 if ("proxy".equalsIgnoreCase(identity.getCategory())
565 && "bytestreams".equalsIgnoreCase(identity.getType())) {
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2.js30 * Creates a new identity mat2
74 * Set a mat2 to the identity matrix
79 mat2.identity = function(out) {
H A Dmat2d.js45 * Creates a new identity mat2d
95 * Set a mat2d to the identity matrix
100 mat2d.identity = function(out) {
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler_unittest.cc527 std::string identity, passphrase; local
529 service_path, shill::kIdentityProperty, &identity));
532 EXPECT_EQ(test_identity, identity);
551 service_path, shill::kIdentityProperty, &identity));
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter_unittest.cc49 MOCK_CONST_METHOD1(GetLocalIdentity, bool(rtc::SSLIdentity** identity));
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3prot.h345 } identity; member in struct:__anon9697
/external/chromium_org/third_party/cython/src/Tools/
H A Dcython-mode.el241 (if accum (mapconcat 'identity accum ".")))))
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.c523 vtx->identity[0] = 0.0;
524 vtx->identity[1] = 0.0;
525 vtx->identity[2] = 0.0;
526 vtx->identity[3] = 1.0;

Completed in 8669 milliseconds

<<11121314151617181920>>