Searched refs:u64h (Results 1 – 1 of 1) sorted by relevance
102 uint64_t u64h[2] = { 0 }; in gcm_gen_table() local103 uint8_t *h = (uint8_t *) u64h; in gcm_gen_table()118 ctx->H[MBEDTLS_GCM_HTABLE_SIZE/2][0] = u64h[0]; in gcm_gen_table()119 ctx->H[MBEDTLS_GCM_HTABLE_SIZE/2][1] = u64h[1]; in gcm_gen_table()