/external/ipsec-tools/src/racoon/ |
plainrsa-gen.8 | 88 This is the secret
|
/external/libppp/src/ |
defs.h | 78 #define SECRETFILE "ppp.secret"
|
/external/openssh/ |
kexdhc.c | 121 dump_digest("shared secret", kbuf, kout);
|
kexdhs.c | 114 dump_digest("shared secret", kbuf, kout);
|
kexecdhc.c | 119 dump_digest("shared secret", kbuf, klen);
|
kexecdhs.c | 111 dump_digest("shared secret", kbuf, klen);
|
kexgexc.c | 159 dump_digest("shared secret", kbuf, kout);
|
kexgexs.c | 151 dump_digest("shared secret", kbuf, kout);
|
sshconnect2.c | 988 u_char *secret; local 1010 &secret, &secret_len) != 0) 1018 if ((ret = BN_bin2bn(secret, secret_len, NULL)) == NULL) 1019 fatal("%s: BN_bin2bn (secret)", __func__); 1020 bzero(secret, secret_len); 1021 xfree(secret); 1055 /* Obtain password and derive secret */ [all...] |
/external/srtp/crypto/rng/ |
prng.c | 63 /* initialize secret key from random source */
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 57 aria-secret
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.eap_user | 54 "test user" MD5 "secret"
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_common.h | 258 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label,
|
tlsv1_server_write.c | 283 "memory for secret (Diffie-Hellman)"); 300 conn->dh_secret[0] = 0; /* make sure secret < p */ 310 wpa_hexdump_key(MSG_DEBUG, "TLSv1: DH server's secret value", 313 /* Ys = g^secret mod p */
|
/frameworks/base/native/android/ |
asset_manager.cpp | 33 // AAssetManager is actually a secret typedef for an empty base class of AssetManager,
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcContainer.h | 121 /** SoC secret */
|
/libcore/luni/src/main/java/java/io/ |
Console.java | 37 * Secret accessor for {@code System.console}.
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
SecretKeyFactoryTest.java | 32 * attacks, but need not be kept secret from attackers. For more
|
/libcore/luni/src/test/java/tests/targets/security/ |
KeyStoreTest.java | 87 keyStore.load(null, "the secret password".toCharArray());
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestKeyStoreSpi.java | 40 return "secret";
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/ |
nfsfh.h | 55 * prefixed by a secret and with the important export flags.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/ |
nfsfh.h | 55 * prefixed by a secret and with the important export flags.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/ |
nfsfh.h | 55 * prefixed by a secret and with the important export flags.
|
/external/clang/test/Index/ |
annotate-nested-name-specifier.cpp | 46 namespace secret { namespace in namespace:outer::inner 51 using namespace outer_alias::inner::secret; 52 namespace super_secret = outer_alias::inner::secret; 238 // CHECK: Identifier: "secret" [51:37 - 51:43] NamespaceRef=secret:46:15 248 // CHECK: Identifier: "secret" [52:46 - 52:52] NamespaceRef=secret:46:15
|
/external/wpa_supplicant_8/src/eap_server/ |
ikev2.c | 1128 const u8 *secret; local 1131 secret = data->get_shared_secret(data->cb_ctx, data->IDr, 1133 if (secret == NULL) { 1134 wpa_printf(MSG_INFO, "IKEV2: Could not get shared secret - " 1153 os_memcpy(data->shared_secret, secret, secret_len);
|