HomeSort by relevance Sort by last modified time
    Searched full:identity (Results 376 - 400 of 763) sorted by null

<<11121314151617181920>>

  /external/v8/
Android.mksnapshot.mk 7 # Set up the target identity
  /external/webkit/WebCore/platform/graphics/transforms/
TransformOperation.h 51 IDENTITY, NONE
  /external/wpa_supplicant/
config_ssid.h 206 * identity - EAP Identity
208 u8 *identity; member in struct:wpa_ssid
211 * identity_len - EAP Identity length
216 * anonymous_identity - Anonymous EAP Identity
219 * different tunnelled identity, e.g., EAP-TTLS, in order to reveal the
220 * real identity (identity field) only to the authentication server.
653 * pending_req_identity - Whether there is a pending identity request
README 600 identity="user@example.com"
618 identity="user@example.com"
626 3) EAP-TTLS/EAP-MD5-Challenge configuration with anonymous identity for the
627 unencrypted use. Real identity is sent only within an encrypted TLS tunnel.
636 identity="user@example.com"
654 identity="user@example.com"
678 identity="user@example.com"
701 identity="user"
773 "CTRL-REQ-<type>-<id>:<text>" prefix. <type> is IDENTITY, PASSWORD, or
778 The reply to these requests can be given with 'identity', 'password'
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 87 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
eap_ttls.c 832 username = sm->identity;
1035 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
1037 "Identity not found in the user "
1039 sm->identity, sm->identity_len);
1089 "initialize EAP-Identity");
1208 os_free(sm->identity)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/
simple_test.groovy 73 assert o.TheInstance.is(this) // check identity, not equality
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ttls.c 645 const u8 *identity, *password; local
651 identity = eap_get_config_identity(sm, &identity_len);
653 if (identity == NULL || password == NULL)
666 identity, identity_len);
694 mschapv2_derive_response(identity, identity_len, password,
730 const u8 *identity, *password; local
736 identity = eap_get_config_identity(sm, &identity_len);
738 if (identity == NULL || password == NULL)
751 identity, identity_len);
820 const u8 *identity, *password local
880 const u8 *identity, *password; local
    [all...]
eap_psk.c 40 const u8 *identity, *password; local
61 identity = eap_get_config_identity(sm, &identity_len);
62 if (identity) {
65 os_memcpy(data->id_p, identity, identity_len);
69 wpa_printf(MSG_INFO, "EAP-PSK: could not get own identity");
  /dalvik/libcore/security/src/main/java/java/security/
Signer.java 21 * {@link Signer} represents an identity (individual or corporation) that owns a
29 public abstract class Signer extends Identity {
Certificate.java 25 * {@code Certificate} represents an identity certificate, such as X.509 or PGP.
  /external/emma/core/java13/com/vladium/util/exit/
ExitHookManager.java 70 m_exitThreadMap.put (runnable, exitThread); // TODO: use identity here
88 final Thread exitThread = (Thread) m_exitThreadMap.get (runnable); // TODO: use identity here
  /external/ipsec-tools/src/racoon/
racoonctl.8 57 .Op Fl u Ar identity
61 .Op Fl u identity
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 35 * between local identity (uid) and network identity. All clients
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_gamma.c 52 /* 1.0 gamma is identity */
212 /* Assume an identity gamma */
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 76 U8 Identity[WPACORE_MAX_CERT_PASSWORD_LENGTH];
324 S32 WpaCore_SetCredentials(THandle hWpaCore, PU8 Identity, PU8 Passward)
328 os_memcpy((PVOID)pWpaCore->WpaSupplParams.Identity, (PVOID)Identity, os_strlen((PS8)Identity));
733 if (pWpaCore->WpaSupplParams.Identity[0])
735 os_sprintf(cmd, (PS8)"SET_NETWORK %d identity \"%s\"", NetworkID,pWpaCore->WpaSupplParams.Identity);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 103 char id[MAX_IDENTITY_LEN]; /**< User identity string */
104 UINT8 idLength; /**< User identity string length */
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 76 U8 Identity[WPACORE_MAX_CERT_PASSWORD_LENGTH];
324 S32 WpaCore_SetCredentials(THandle hWpaCore, PU8 Identity, PU8 Passward)
328 os_memcpy((PVOID)pWpaCore->WpaSupplParams.Identity, (PVOID)Identity, os_strlen((PS8)Identity));
733 if (pWpaCore->WpaSupplParams.Identity[0])
735 os_sprintf(cmd, (PS8)"SET_NETWORK %d identity \"%s\"", NetworkID,pWpaCore->WpaSupplParams.Identity);
  /external/openssl/apps/
engine.c 95 static void identity(void *ptr) function
292 if(cmds) sk_pop_free(cmds, identity);
529 sk_pop_free(engines, identity);
530 sk_pop_free(pre_cmds, identity);
531 sk_pop_free(post_cmds, identity);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 49 function identity(v, index, array) function
51 reportCompare(v, array[index], 'identity: check callback argument consistency');
205 // identity map
207 actual = strings.map(identity).toString();
213 reportCompare(expect, actual, 'Array.map: identity');
  /external/wpa_supplicant_6/wpa_supplicant/
README 606 identity="user@example.com"
624 identity="user@example.com"
632 3) EAP-TTLS/EAP-MD5-Challenge configuration with anonymous identity for the
633 unencrypted use. Real identity is sent only within an encrypted TLS tunnel.
642 identity="user@example.com"
660 identity="user@example.com"
684 identity="user@example.com"
707 identity="user"
779 "CTRL-REQ-<type>-<id>:<text>" prefix. <type> is IDENTITY, PASSWORD, or
784 The reply to these requests can be given with 'identity', 'password'
    [all...]
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 67 * than "identity", then the transfer-length is defined by use of the "chunked" transfer-
202 return IDENTITY;
216 return IDENTITY;
  /frameworks/base/awt/java/awt/geom/
AffineTransform.java 408 * Checks if the AffineTransformation is the identity.
410 * @return true, if the AffineTransformation is the identity.
486 * Sets the transform to the identity transform.
496 * the transformation to identity and the translation vector to the values
498 * resulting AffineTransformation is the identity transformation, otherwise
522 * identity transformation, otherwise sets it to <code>TYPE_UNKNOWN</code>.
544 * identity transformation, otherwise sets it to <code>TYPE_UNKNOWN</code>.
567 * identity transformation, otherwise sets it to <code>TYPE_UNKNOWN</code>.
611 * AffineTransformation is the identity transformation, otherwise it's
629 * AffineTransformation is the identity transformation, otherwise it'
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
AccountBackupRestoreTests.java 125 // We just check for basic identity & flags
219 // We just check for basic identity & flags
255 // We just check for basic identity & flags
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 76 * Instances of this class compare by identity. That is,
87 * This implementation returns the identity hashcode of this
89 * by identity (see {@link #equals}).
274 * to be an identity compare. Insn's are {@code contentEquals()}

Completed in 443 milliseconds

<<11121314151617181920>>