Searched refs:ghash (Results 1 – 18 of 18) sorted by relevance
/external/bluetooth/glib/glib/ |
D | Android.mk | 24 ghash.c \
|
/external/openssl/ |
D | import_openssl.sh | 136 perl crypto/modes/asm/ghash-armv4.pl > crypto/modes/asm/ghash-armv4.s
|
D | Crypto.mk | 9 crypto/modes/asm/ghash-armv4.s \
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 720 ctx->ghash = gcm_ghash_clmul; 732 ctx->ghash = gcm_ghash_4bit_mmx; 735 ctx->ghash = gcm_ghash_4bit_x86; 739 ctx->ghash = gcm_ghash_4bit; 744 ctx->ghash = gcm_ghash_neon; 748 ctx->ghash = gcm_ghash_4bit; 835 const u8 *inp,size_t len) = ctx->ghash; 897 const u8 *inp,size_t len) = ctx->ghash; 1047 const u8 *inp,size_t len) = ctx->ghash; 1199 const u8 *inp,size_t len) = ctx->ghash; [all …]
|
D | modes_lcl.h | 113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); member
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 649 * glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These 807 * glib/ghash.[hc]: Add hash table iterators. (#500507, 921 * glib/ghash.c: Call destroy notify when destroying 987 * glib/ghash.c: ungtk-docify some comments for internal functions 1009 * glib/ghash.c: no code changes; add comments to document the internal 1014 * glib/ghash.c: no code changes; reorder functions to remove the need 1019 * glib/ghash.c (g_hash_table_lookup_node, 1025 * glib/ghash.c: rename 'node' to 'node_ptr' where appropriate 1029 * glib/ghash.c: convert G_HASH_TABLE_RESIZE() macro to inline function 1053 * glib/ghash.c: create a common function for the many places where all [all …]
|
D | ChangeLog.pre-2-10 | 274 * glib/ghash.c: removed ENABLE_GC_FRIENDLY code which is now taken 859 * glib/ghash.c (g_hash_table_unref, g_hash_table_destroy) 882 * glib/ghash.c (g_hash_table_ref): 902 * glib/ghash.h: 903 * glib/ghash.c: 1050 * glib/ghash.c:
|
D | ChangeLog.pre-1-2 | 259 * ghash.c: 278 * ghash.c (g_hash_table_lookup_node, g_hash_table_lookup, 993 ghash.c: 1271 * ghash.c: implemented incremental freezing facility. 1276 * ghash.c: reverted the g_hash_table_set_key_freefunc() addition, 1310 * ghash.c: added g_hash_table_set_key_freefunc() implementation. 1861 * ghash.c: added some g_return_if_fail() statements. make 2033 ghash.c and rename it from g_hash_closest_prime. Fix the primes 2325 * ghash.c: Renamed g_hash_table_lookup_full to 2331 * ghash.c: Generic cleanup, added a function: [all …]
|
D | ChangeLog.pre-2-20 | 565 * glib/ghash.c: 595 * glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter" 863 * glib/ghash.c (prime_mod): Table of suitable primes for
|
D | NEWS.pre-1-3 | 106 * Incremental freezing in ghash
|
D | ChangeLog.pre-2-12 | 231 * glib/ghash.h: 232 * glib/ghash.c: Add g_hash_table_{remove,steal}_all to
|
D | ChangeLog.pre-2-14 | 424 * glib/ghash.c: g_hash_table_find(), g_hash_table_foreach(): 859 * glib/ghash.[ch]: Add g_hash_table_get_keys() and 1529 * glib/ghash.c (struct _GHashNode): reordered fields to keep 8-byte 1565 * glib/ghash.c: cache the value of the hash function 1645 * glib/ghash.c: Make ref_count an int to avoid compiler
|
D | ChangeLog.pre-2-0 | 642 glib/gfileutils.c, glib/ghash.c, glib/gmain.c, glib/gasyncqueue.c, 675 * glib/gconvert.c, glib/grand.c, glib/ghash.c, 702 * glib/ghash.h (g_int_equal, g_int_hash): These are not const. 735 * glib/ghash.c (g_hash_table_foreach): 1966 * glib/ghash.c (g_hash_table_foreach_remove_or_steal): 1987 * glib/ghash.c: Eliminate use of floating point when 3087 * ghash.c: fixed a typo in a comment. 3135 * ghash.c, ghash.h: Remove definition of g_hash_table_freeze and 3137 macros to ghash.h to go along the lines of the standard. 3304 * ghash.[ch] [all …]
|
D | ChangeLog.pre-2-8 | 239 * glib/ghash.c (g_hash_table_foreach): Fix a typo in the 688 * glib/ghash.h: Rename some parameters to make gtk-doc 1190 * glib/ghash.h: Adjust some argument names.
|
D | ChangeLog.pre-2-2 | 572 * glib/ghash.c: Patch from Morten Welinder to 573 make ghash.c properly obey DISABLE_MEM_POOLS. (#96600) 1448 * glib/ghash.c (g_hash_table_resize): avoid repeated call of
|
D | ChangeLog.pre-2-4 | 280 * glib/ghash.c (g_hash_table_find): Add "Since: 2.4" 398 * glib/ghash.[hc]: applied patch from #131937 with slight 1914 * glib/ghash.h:
|
D | ChangeLog.pre-2-18 | 1126 * glib/ghash.c (iter_remove_or_steal): Bump the hash table 1631 * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
|
D | ChangeLog.pre-2-6 | 1077 * glib/ghash.c (g_hash_table_lookup): Point to
|