Searched defs:HTable (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/ring/src/aead/ |
D | gcm.rs | 36 fn GFp_gcm_init_avx(HTable: &mut HTable, h: &[u64; 2]); in new() argument 51 fn GFp_gcm_init_clmul(Htable: &mut HTable, h: &[u64; 2]); in new() 61 fn GFp_gcm_init_neon(Htable: &mut HTable, h: &[u64; 2]); in new() 126 Htable: &HTable, in update_blocks() 146 Htable: &HTable, in update_blocks() 161 Htable: &HTable, in update_blocks() 196 fn GFp_gcm_gmult_clmul(xi: &mut Xi, Htable: &HTable); in update_block() 206 fn GFp_gcm_gmult_neon(xi: &mut Xi, Htable: &HTable); in update_block() 239 struct HTable { struct 240 Htable: [u128; HTABLE_LEN],
|
/external/giflib/ |
D | gif_hash.c | 66 uint32_t *HTable = HashTable -> HTable; in _InsertHashTable() local 89 uint32_t *HTable = HashTable -> HTable, HTKey; in _ExistsHashTable() local
|
D | gif_hash.h | 29 uint32_t HTable[HT_SIZE]; member
|