/dalvik/libcore/math/src/main/java/java/math/ |
MathContext.java | 275 * Returns the hash code for this {@code MathContext} instance. 277 * @return the hash code for this {@code MathContext}.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 318 * - Compute the 20 octet SHA-1 hash on the key being wrapped. 319 * - Use the first 8 octets of this hash as the checksum value.
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
X509CRLTest.java | 258 * hashCode() method testing. Tests that for equal objects hash codes 273 assertTrue("Equal objects should have the same hash codes.",
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionStateSSLv3.java | 78 logger.println(" hash alg name: " + hashName); 79 logger.println(" hash size: " + hash_size);
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ClassInfo.java | 238 * hash table key. 293 * classes). We then have to re-add it to the hash map because the
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-docs.sgml | 41 <!ENTITY glib-Hash-Tables SYSTEM "xml/hash_tables.xml"> 185 &glib-Hash-Tables;
|
/external/dropbear/ |
rsa.c | 369 * EM = 01 | FF* | 00 | prefix | hash 409 /* The hash of the data */
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 96 * directories which contain a hash tree index. 277 * Directories to hash
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 289 fprintf(f, "Default directory hash: %s\n", 292 fprintf(f, "Directory Hash Seed: %s\n",
|
/external/elfutils/libelf/ |
libelf.h | 135 unsigned long int as_hash; /* Hash value of the name. */ 329 /* Compute hash value. */
|
/external/grub/netboot/ |
tlan.c | [all...] |
/external/icu4c/i18n/unicode/ |
sortkey.h | 223 * @return the hash value based on the string's collation order. 291 * Unique hash value of this CollationKey
|
ucoleitr.h | 126 * get a hash code for a key... Not very useful! 129 * @return the hash code.
|
/external/ipsec-tools/ |
setup.c | 138 static void add_proposal(int auth, int hash, int encryption, int length) 146 p->hashtype = hash;
|
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_library_list.cpp | 25 #define HASH '#' 101 if (HASH == buf[0])
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string.cpp | 293 OSCL_EXPORT_REF int8 OSCL_String::hash() const function in class:OSCL_String 318 OSCL_EXPORT_REF int8 OSCL_wString::hash() const function in class:OSCL_wString
|
/external/openssl/crypto/conf/ |
conf_lib.c | 72 void CONF_set_nconf(CONF *conf, LHASH *hash) 78 conf->data = hash;
|
/external/openssl/crypto/ocsp/ |
ocsp_prn.c | 75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, ""); 77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
|
/external/openssl/crypto/txt_db/ |
txt_db.c | 217 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp) 228 if ((idx=lh_new(hash,cmp)) == NULL)
|
/external/ppp/pppd/ |
sha1.c | 2 * ftp://ftp.funet.fi/pub/crypt/hash/sha/sha1.c 42 /* Hash a single 512-bit block. This is the core of the algorithm. */
|
/external/qemu/android/skin/ |
keyset.c | 90 _KEYSYM_(HASH,HASH) \
|
/external/qemu/ |
ia64.ld | 14 .hash : { *(.hash) }
|
ppc.ld | 13 .hash : { *(.hash) }
|
/external/srec/shared/include/ |
HashMap.h | 117 * Returns the value to which the specified key is mapped in this identity hash map, 240 * Returns the value to which the specified key is mapped in this identity hash map,
|
/external/webkit/WebCore/bindings/scripts/ |
CodeGenerator.pm | 220 my $hash = { 226 unshift(@parentList, $hash);
|