Home
last modified time | relevance | path

Searched refs:last4 (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/crypto/
H A Daes-gcm-ghash-tbl.c97 static const uint64_t last4[16] = { variable
129 zh ^= (uint64_t)last4[rem] << 48; in internal_aes_gcm_ghash_mult_tbl()
137 zh ^= (uint64_t)last4[rem] << 48; in internal_aes_gcm_ghash_mult_tbl()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dgcm.c294 static const uint16_t last4[16] = variable
318 u64z[0] ^= (uint64_t) last4[rem] << 48; in gcm_mult_smalltable()
328 u64z[0] ^= (uint64_t) last4[rem] << 48; in gcm_mult_smalltable()
334 u64z[0] ^= (uint64_t) last4[rem] << 48; in gcm_mult_smalltable()