HomeSort by relevance Sort by last modified time
    Searched full:secret (Results 76 - 100 of 301) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/raw/
v21_multiple_entry.vcf 5 TEL;X-NEC-SECRET:9
  /external/ppp/pppd/plugins/radius/
config.c 450 int rc_find_server (char *server_name, UINT4 *ip_addr, char *secret)
492 if ((s = strtok (NULL, " \t\n")) == NULL) /* and secret field */
495 memset (secret, '\0', MAX_SECRET_LENGTH);
501 strncpy (secret, s, (size_t) len);
502 secret[MAX_SECRET_LENGTH] = '\0';
538 memset (secret, '\0', sizeof (secret));
  /external/openssl/crypto/jpake/
jpake.c 28 BIGNUM *secret; /* The shared secret */ member in struct:JPAKE_CTX
78 const BIGNUM *secret)
85 ctx->secret = BN_dup(secret);
106 BN_clear_free(ctx->secret);
118 const BIGNUM *secret)
122 JPAKE_CTX_init(ctx, name, peer_name, p, g, q, secret);
332 BN_mod_mul(t2, ctx->xb, ctx->secret, ctx->p.q, ctx->ctx);
370 BN_sub(t2, ctx->p.q, ctx->secret);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 126 * Handles secret codes to launch arbitrary activities in the form of *#*#<code>#*#*.
127 * If a secret code is encountered an Intent is started with the android_secret_code://<code>
131 * @param input the text to check for a secret code in
132 * @return true if a secret code was encountered
135 // Secret codes are in the form *#*#<code>#*#*
  /external/mtpd/
l2tp.c 103 static char *secret; variable
266 if (!secret || !vector || length < 2) {
276 MD5_Update(&ctx, secret, secret_length);
284 MD5_Update(&ctx, secret, secret_length);
340 secret = argv[2];
379 MD5_Update(&ctx, secret, secret_length);
387 if (secret) {
401 if (secret) {
564 .usage = "<server> <port> [secret]",
  /external/wpa_supplicant/
eap_sake_common.c 254 * @root_secret_a: 16-byte Root-Secret-A
255 * @root_secret_b: 16-byte Root-Secret-B
274 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-A",
277 "SAKE Master Secret A",
289 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-B",
292 "SAKE Master Secret B",
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sake_common.c 255 * @root_secret_a: 16-byte Root-Secret-A
256 * @root_secret_b: 16-byte Root-Secret-B
275 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-A",
278 "SAKE Master Secret A",
290 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-B",
293 "SAKE Master Secret B",
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_init.c 24 @param key The secret key
25 @param keylen The length of the secret key (octets)
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_memory.c 23 @param key The secret key
24 @param keylen The length of the secret key
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_init.c 25 @param key The secret key
26 @param keylen The length of the secret key (octets)
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 27 @param key The secret key
28 @param keylen The length of the secret key (octets)
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_start.c 25 @param key The secret key
26 @param keylen The length of the secret key (octets)
  /external/ppp/pppd/
chap-new.h 102 unsigned char *secret, int secret_len,
106 unsigned char *challenge, char *secret, int secret_len,
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_memory.c 22 @param key [in] Secret key
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory.c 22 @param key [in] Secret key
  /external/openssl/crypto/des/
des3s.cpp 4 // gives access to the Pentium's (secret) cycle counter
dess.cpp 4 // gives access to the Pentium's (secret) cycle counter
  /external/openssl/crypto/md4/
md4s.cpp 4 // gives access to the Pentium's (secret) cycle counter
  /external/openssl/crypto/md5/
md5s.cpp 4 // gives access to the Pentium's (secret) cycle counter
  /external/openssl/crypto/rc4/
rc4s.cpp 4 // gives access to the Pentium's (secret) cycle counter
  /external/openssl/crypto/ripemd/asm/
rips.cpp 4 // gives access to the Pentium's (secret) cycle counter
  /external/openssl/crypto/sha/
sha1s.cpp 4 // gives access to the Pentium's (secret) cycle counter
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 82 * Handles secret codes to launch arbitrary activities in the form of *#*#<code>#*#*.
83 * If a secret code is encountered an Intent is started with the android_secret_code://<code>
87 * @param input the text to check for a secret code in
88 * @return true if a secret code was encountered
91 // Secret codes are in the form *#*#<code>#*#*
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 126 /* make the shared secret */
148 /* import and make the shared secret again */
171 /* shared secret */
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 109 doRemoteMp3(Uri.parse("http://labs.isecpartners.com/chris/noodle.mp3?secret=1234"));

Completed in 330 milliseconds

1 2 34 5 6 7 8 91011>>