Home
last modified time | relevance | path

Searched defs:HTable (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ring/src/aead/
Dgcm.rs36 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/
Dgif_hash.c66 uint32_t *HTable = HashTable -> HTable; in _InsertHashTable() local
89 uint32_t *HTable = HashTable -> HTable, HTKey; in _ExistsHashTable() local
Dgif_hash.h29 uint32_t HTable[HT_SIZE]; member