Searched defs:identity (Results 201 - 225 of 236) sorted by relevance

12345678910

/external/guice/lib/build/jdiff/
H A Dxerces.jar ... org/apache/xerces/validators/schema/ org/apache/xerces/validators/schema/identity/ org/apache/xml/ org/apache/xml/serialize/ org/w3c/ org ...
/external/boringssl/src/ssl/
H A Dssl_lib.c2174 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2181 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2188 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *identity, uint8_t *psk,
2194 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *identity,
2173 SSL_set_psk_client_callback( SSL *ssl, unsigned (*cb)(SSL *ssl, const char *hint, char *identity, unsigned max_identity_len, uint8_t *psk, unsigned max_psk_len)) argument
2180 SSL_CTX_set_psk_client_callback( SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *hint, char *identity, unsigned max_identity_len, uint8_t *psk, unsigned max_psk_len)) argument
2187 SSL_set_psk_server_callback( SSL *ssl, unsigned (*cb)(SSL *ssl, const char *identity, uint8_t *psk, unsigned max_psk_len)) argument
2193 SSL_CTX_set_psk_server_callback( SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *identity, uint8_t *psk, unsigned max_psk_len)) argument
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp1423 CFX_Matrix identity; local
1424 const CFX_Matrix* deviceMatrix = pObject2Device ? pObject2Device : &identity;
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc1398 static bool IsIdentityOperation(HValue* arg1, HValue* arg2, int32_t identity) { argument
1400 arg2->EqualsInteger32Constant(identity);
1405 // Adding 0 is an identity operation except in case of -0: -0 + 0 = +0
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java1108 * @param identityHint PSK identity hint provided by the server or {@code null} if no hint
1110 * @param identity buffer to be populated with PSK identity (NULL-terminated modified UTF-8)
1111 * by this method. This identity will be provided to the server.
1117 int clientPSKKeyRequested(String identityHint, byte[] identity, byte[] key); argument
1123 * @param identityHint PSK identity hint provided by this server to the client or
1125 * @param identity PSK identity provided by the client.
1131 int serverPSKKeyRequested(String identityHint, String identity, byte[] key); argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... ecf/provider/filetransfer/events/socket/ org/eclipse/ecf/provider/filetransfer/identity/ org/eclipse/ecf/provider/filetransfer/outgoing/ org/eclipse/ecf/provider ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/heap/
H A Dmark-compact.cc273 AllocationSpaceName(space->identity()), number_of_pages,
465 ParallelSweepPage(page, page->owner()->identity());
477 !sweeper().IsSweepingCompleted(space->identity())) {
478 sweeper().ParallelSweepSpace(space->identity(), 0);
485 SweptList& list = swept_list_[space->identity()];
628 DCHECK(space->identity() == OLD_SPACE || space->identity() == CODE_SPACE);
640 sweeper().IsSweepingCompleted(space->identity()));
729 AllocationSpaceName(space->identity()), free_bytes / KB,
753 AllocationSpaceName(space->identity()), reduce_memor
3222 AllocationSpace identity = p->owner()->identity(); local
3737 ParallelSweepSpace(AllocationSpace identity, int required_freed_bytes, int max_pages) argument
3755 ParallelSweepPage(Page* page, AllocationSpace identity) argument
[all...]
H A Dspaces.h598 // The identity of the owning space. This is tagged as a failure pointer, but
843 AllocationSpace identity() { return id_; } function in class:v8::internal::Space
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h155 u8 *identity; member in struct:hostapd_eap_user
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h155 u8 *identity; member in struct:hostapd_eap_user
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h155 u8 *identity; member in struct:hostapd_eap_user
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp5651 char *identity, unsigned int max_identity_len,
5677 JNI_TRACE("ssl=%p psk_client_callback failed to allocate identity bufffer", ssl);
5707 JNI_TRACE("ssl=%p psk_client_callback failed to get identity bytes", ssl);
5710 memcpy(identity, identityJavaRo.get(), max_identity_len);
5719 static unsigned int psk_server_callback(SSL* ssl, const char *identity, argument
5744 env, (identity != nullptr) ? env->NewStringUTF(identity) : nullptr);
6497 Errors::throwSSLExceptionWithSslErrors(env, ssl, sslErrorCode, "Failed to set PSK identity hint");
5650 psk_client_callback(SSL* ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len) argument
/external/curl/lib/
H A Durldata.h425 SEC_WINNT_AUTH_IDENTITY identity; member in struct:kerberos5data
443 SEC_WINNT_AUTH_IDENTITY identity; member in struct:ntlmdata
473 SEC_WINNT_AUTH_IDENTITY identity; member in struct:negotiatedata
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1480 SVGA3dVertexArrayIdentity identity; member in struct:__anon14754
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 562 milliseconds

12345678910