| /external/openssl/ssl/ |
| ssl_locl.h | 485 /* This is for the SSLv3/TLSv1.0 differences in crypto/hash stuff [all...] |
| /external/qemu/distrib/libpng-1.2.19/ |
| pngrtran.c | 293 png_dsortpp hash; local 310 hash = (png_dsortpp)png_malloc(png_ptr, (png_uint_32)(769 * 313 hash[i] = NULL; 314 /* png_memset(hash, 0, 769 * png_sizeof (png_dsortp)); */ 347 t->next = hash[d]; 350 hash[d] = t; 360 if (hash[i] != NULL) 364 for (p = hash[i]; p; p = p->next) 422 if (hash[i] != NULL) 424 png_dsortp p = hash[i] [all...] |
| /external/v8/src/ |
| scopes.cc | 58 // Note: We are storing the handle locations as key values in the hash map. 85 HashMap::Entry* p = HashMap::Lookup(name.location(), name->Hash(), true); 96 HashMap::Entry* p = HashMap::Lookup(name.location(), name->Hash(), false); [all...] |
| /external/webkit/WebKit/gtk/WebCoreSupport/ |
| FrameLoaderClientGtk.cpp | 446 GRefPtr<GHashTable> hash = adoptGRef(g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free)); local 448 g_hash_table_insert(hash.get(), 455 mimeTypeString.data(), urlString.data(), hash.get(), >kWidget); [all...] |
| /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/ |
| DumpRenderTreeSupport_wrapTiger.c | 775 HV *hash=newHV(); local 787 sv_magic((SV *)hash, (SV *)obj, 'P', Nullch, 0); 789 self=newRV_noinc((SV *)hash);
|
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
| eap_ttls.c | 681 u8 *chal, hash[CHAP_MD5_LEN]; local 722 challenge, challenge_len, hash); 724 if (os_memcmp(hash, password + 1, EAP_TTLS_CHAP_PASSWORD_LEN) == 0) { [all...] |
| /frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
| FontManager.java | 219 * Locale - Language ID hash table. 224 * Hash table that contains FontPeers instances. 495 * Return language Id from LCID hash corresponding to the specified locale
|
| /frameworks/base/obex/javax/obex/ |
| ObexHelper.java | [all...] |
| /bionic/libc/bionic/ |
| md5.c | 42 #include "hash.h"
|
| /bootable/bootloader/legacy/libc/ |
| rsa.c | 160 /* Verify a 2048 bit RSA PKCS1.5 signature against an expected SHA-1 hash.
|
| /build/tools/soslim/ |
| main.c | 12 #include <hash.h>
|
| /dalvik/libcore/archive/src/main/java/java/util/jar/ |
| Manifest.java | 291 * Returns the hash code for this instance.
|
| /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| FileClientSessionCache.java | 113 * Creates a new access-ordered linked hash map.
|
| /dalvik/vm/ |
| Dvm.mk | 107 Hash.c \
|
| /external/apache-http/src/org/apache/http/ |
| ProtocolVersion.java | 151 * Obtains a hash code consistent with {@link #equals}.
|
| /external/bluetooth/bluez/src/ |
| hcid.conf.5.in | 16 Any character after a hash ('#') character is ignored until newline.
|
| /external/bluetooth/bluez/tools/ |
| hciconfig.c | 857 uint8_t hash[16], randomizer[16]; local 867 if (hci_read_local_oob_data(dd, hash, randomizer, 1000) < 0) { 874 printf("\tOOB Hash: "); 876 printf(" %02x", hash[i]); [all...] |
| /external/bluetooth/glib/docs/reference/glib/ |
| running.sgml | 158 for each allocated chunk, and maintaining a global hash table of that data.
|
| /external/dbus/ |
| HACKING | 22 if your strings are just used to index a hash table
|
| /external/dbus/dbus/ |
| Makefile.in | 79 am__objects_2 = dbus-dataslot.lo dbus-hash.lo dbus-internals.lo \ 395 dbus-hash.c \ 396 dbus-hash.h \ 568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-hash.Plo@am__quote@ [all...] |
| /external/elfutils/libelf/ |
| elf.h | 317 #define SHT_HASH 5 /* Symbol hash table */ 462 /* Symbol table indices are found in the hash buckets and chain table 463 of a symbol hash table section. This special index value indicates 637 #define DT_HASH 4 /* Address of symbol hash table */ 781 Elf32_Word vd_hash; /* Version name hash value */ 793 Elf64_Word vd_hash; /* Version name hash value */ [all...] |
| /external/expat/ |
| Changes | 60 - Improved hash table lookups.
|
| /external/icu4c/i18n/ |
| anytrans.cpp | 21 #include "hash.h"
|
| plurfmt.cpp | 518 // walk through the hash table and create a deep clone
|
| rbt_pars.h | 22 #include "hash.h"
|