Searched refs:identity (Results 26 - 50 of 521) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Deap_user_db.c108 if (os_strcmp(col[i], "identity") == 0 && argv[i])
119 os_memcmp(argv[id], user->identity, len) == 0 &&
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, argument
143 os_memcpy(id_str, identity, identity_len);
157 wpa_printf(MSG_INFO, "DB: Unsupported character in identity");
161 bin_clear_free(hapd->tmp_eap_user.identity,
167 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
168 if (hapd->tmp_eap_user.identity == NULL)
170 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_le
216 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
H A Dieee802_11_auth.h23 char **identity, char **radius_cui);
/external/wpa_supplicant_8/src/ap/
H A Deap_user_db.c108 if (os_strcmp(col[i], "identity") == 0 && argv[i])
119 os_memcmp(argv[id], user->identity, len) == 0 &&
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, argument
143 os_memcpy(id_str, identity, identity_len);
157 wpa_printf(MSG_INFO, "DB: Unsupported character in identity");
161 bin_clear_free(hapd->tmp_eap_user.identity,
167 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
168 if (hapd->tmp_eap_user.identity == NULL)
170 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_le
216 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
H A Dieee802_11_auth.h23 char **identity, char **radius_cui);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Deap_user_db.c108 if (os_strcmp(col[i], "identity") == 0 && argv[i])
119 os_memcmp(argv[id], user->identity, len) == 0 &&
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, argument
143 os_memcpy(id_str, identity, identity_len);
157 wpa_printf(MSG_INFO, "DB: Unsupported character in identity");
161 bin_clear_free(hapd->tmp_eap_user.identity,
167 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
168 if (hapd->tmp_eap_user.identity == NULL)
170 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_le
216 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
H A Dieee802_11_auth.h23 char **identity, char **radius_cui);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityScopeStub.java99 public void addIdentity(Identity identity) throws KeyManagementException { argument
109 public void removeIdentity(Identity identity) throws KeyManagementException { argument
124 * Sets the system's identity scope
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
H A DUniqueIdInvalidationClientNameGenerator.java9 import org.chromium.chrome.browser.identity.UniqueIdentificationGenerator;
10 import org.chromium.chrome.browser.identity.UuidBasedUniqueIdentificationGenerator;
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Dexample.js10 chrome.identity.getAuthToken(
41 if (!chrome.identity) {
/external/chromium_org/v8/test/mjsunit/harmony/
H A Darrow-functions.js30 var identity = x => x; variable
31 assertEquals(empty, identity(empty));
/external/conscrypt/src/main/java/org/conscrypt/
H A DPSKKeyManager.java45 * handshake the server can provide a <em>PSK identity hint</em> to the client, and the client can
46 * provide a <em>PSK identity</em> to the server. The contents of these two pieces of information
49 * <p><em>NOTE: Both the PSK identity hint and the PSK identity are transmitted in cleartext.
57 * <li>Server replies, optionally providing a PSK identity hint to client.</li>
59 * <li>Client provides a PSK identity of the chosen key to server.</li>
65 * know the key to learn which PSK identity hints or PSK identities are supported. If this is a
68 * where a key is available -- making it appear to the attacker that all PSK identity hints and PSK
76 * <li>128 bytes for PSK identity and PSK identity hin
158 getKey(String identityHint, String identity, Socket socket) argument
170 getKey(String identityHint, String identity, SSLEngine engine) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsSortedTransformValuesTest.java37 Functions.<String>identity());
51 assertTrue(Maps.transformValues(sortedMap, Functions.<String>identity())
H A DMultimapsTransformValuesAsMapTest.java41 Functions.<Integer> identity()).asMap();
48 .transformValues(delegate, Functions.<Integer> identity()).asMap();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java211 * @param dtmIdentity The DTM identity ID for this DTM.
234 * @param dtmIdentity The DTM identity ID for this DTM.
303 * Get the data or qualified name for the given node identity.
305 * @param identity The node identity.
309 protected int _dataOrQName(int identity) argument
312 if (identity < m_size)
313 return m_dataOrQName.elementAt(identity);
324 else if (identity < m_size)
325 return m_dataOrQName.elementAt(identity);
709 getNextNodeIdentity(int identity) argument
[all...]
H A DSAX2DTM2.java616 * The node identity of _startNode for this iterator
813 /* _currentNode precedes candidates. This is the identity, not the handle! */
1544 * Tell if this node identity is a descendant. Assumes that
1554 * @param identity The index number of the node in question.
1557 protected final boolean isDescendant(int identity) argument
1559 return (_parent2(identity) >= _startNode) || (_startNode == identity);
1901 public final int _exptype(int identity) argument
1903 return m_exptype.elementAt(identity);
1919 * @param identity
1922 _exptype2(int identity) argument
1938 _nextsib2(int identity) argument
1954 _firstch2(int identity) argument
1970 _parent2(int identity) argument
1986 _type2(int identity) argument
2521 getFirstAttributeIdentity(int identity) argument
2563 getNextAttributeIdentity(int identity) argument
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Didentity_custom_bindings.js7 var binding = require('binding').Binding.create('identity');
11 var identity = binding.compiledApi;
/external/smack/src/org/jivesoftware/smackx/provider/
H A DDiscoverInfoProvider.java40 DiscoverInfo.Identity identity = null;
50 if (parser.getName().equals("identity")) {
67 if (parser.getName().equals("identity")) {
68 // Create a new identity and add it to the discovered info.
69 identity = new DiscoverInfo.Identity(category, name, type);
71 identity.setLanguage(lang);
72 discoverInfo.addIdentity(identity);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c169 vdecl[0].identity.type = SVGA3D_DECLTYPE_FLOAT4;
170 vdecl[0].identity.usage = SVGA3D_DECLUSAGE_POSITIONT;
171 vdecl[0].identity.usageIndex = 0;
182 vdecl[nr_decls].identity.usageIndex = sem_index;
187 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR;
188 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4;
194 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD;
195 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4;
196 vdecl[nr_decls].identity.usageIndex =
203 vdecl[nr_decls].identity
[all...]
/external/eigen/test/eigen2/
H A Deigen2_inverse.cpp29 identity = MatrixType::Identity(rows, rows); local
44 VERIFY_IS_APPROX(identity, m1.inverse() * m1 );
45 VERIFY_IS_APPROX(identity, m1 * m1.inverse() );
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c169 vdecl[0].identity.type = SVGA3D_DECLTYPE_FLOAT4;
170 vdecl[0].identity.usage = SVGA3D_DECLUSAGE_POSITIONT;
171 vdecl[0].identity.usageIndex = 0;
182 vdecl[nr_decls].identity.usageIndex = sem_index;
187 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR;
188 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4;
194 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD;
195 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4;
196 vdecl[nr_decls].identity.usageIndex =
203 vdecl[nr_decls].identity
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dbind.h55 template <class T> struct identity { typedef T type; }; struct in namespace:rtc::detail
150 typename detail::identity<P1>::type p1) {
162 typename detail::identity<P1>::type p1) {
174 typename detail::identity<P1>::type p1) {
226 typename detail::identity<P1>::type p1,
227 typename detail::identity<P2>::type p2) {
240 typename detail::identity<P1>::type p1,
241 typename detail::identity<P2>::type p2) {
254 typename detail::identity<P1>::type p1,
255 typename detail::identity<P
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp11 int identity(int x) { return x; } function
16 xf->f(&identity);
17 xf->g(identity);
19 X<int(int)>::h(identity, &identity);
/external/eigen/test/
H A Dinverse.cpp28 identity = MatrixType::Identity(rows, rows); local
35 VERIFY_IS_APPROX(identity, m1.inverse() * m1 );
36 VERIFY_IS_APPROX(identity, m1 * m1.inverse() );
55 VERIFY_IS_APPROX(identity, m1*m2);
61 VERIFY_IS_APPROX(identity, m1*m2);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dvertexconversion.h21 // static const bool identity: true if this is an identity transform, false otherwise
28 static const bool identity = true; member in struct:rx::Identity
41 static const bool identity = false; member in struct:rx::Cast
54 static const bool identity = true; member in struct:rx::Cast
67 static const bool identity = false; member in struct:rx::Normalize
93 static const bool identity = false; member in struct:rx::FixedToFloat
148 // static const bool identity: true if this is an identity transform (with no widening)
158 static const bool identity member in struct:rx::VertexDataConverter
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp48 IUnknown* fLoader; // In COM only IUnknown pointers may be safely used for identity.
203 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; variable
208 identity);
215 identity);
217 HR_GENERAL(FontToIdentity(font.get(), &identity), NULL, identity); variable
219 return identity;
265 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; variable
269 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), NULL, identity); variable
271 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), NULL, identity); variable
426 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; variable
439 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), NULL, identity); variable
441 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), NULL, identity); variable
450 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), NULL, identity); variable
[all...]

Completed in 6496 milliseconds

1234567891011>>