Searched refs:yw (Results 1 – 4 of 4) sorted by relevance
107 uint32_t yw[4]; in br_ghash_ctmul32() local113 yw[3] = br_dec32be(yb); in br_ghash_ctmul32()114 yw[2] = br_dec32be(yb + 4); in br_ghash_ctmul32()115 yw[1] = br_dec32be(yb + 8); in br_ghash_ctmul32()116 yw[0] = br_dec32be(yb + 12); in br_ghash_ctmul32()143 yw[3] ^= br_dec32be(src); in br_ghash_ctmul32()144 yw[2] ^= br_dec32be(src + 4); in br_ghash_ctmul32()145 yw[1] ^= br_dec32be(src + 8); in br_ghash_ctmul32()146 yw[0] ^= br_dec32be(src + 12); in br_ghash_ctmul32()161 a[0] = yw[0]; in br_ghash_ctmul32()[all …]
201 uint32_t yw[4]; in br_ghash_ctmul() local211 yw[3] = br_dec32be(yb); in br_ghash_ctmul()212 yw[2] = br_dec32be(yb + 4); in br_ghash_ctmul()213 yw[1] = br_dec32be(yb + 8); in br_ghash_ctmul()214 yw[0] = br_dec32be(yb + 12); in br_ghash_ctmul()245 yw[3] ^= br_dec32be(src); in br_ghash_ctmul()246 yw[2] ^= br_dec32be(src + 4); in br_ghash_ctmul()247 yw[1] ^= br_dec32be(src + 8); in br_ghash_ctmul()248 yw[0] ^= br_dec32be(src + 12); in br_ghash_ctmul()262 a[0] = yw[0]; in br_ghash_ctmul()[all …]
238 __m128i yw, h1w, h1x; in br_ghash_pclmul() local266 yw = _mm_loadu_si128(y); in br_ghash_pclmul()268 BYTESWAP(yw); in br_ghash_pclmul()314 aw0 = _mm_xor_si128(aw0, yw); in br_ghash_pclmul()347 yw = _mm_unpacklo_epi64(t1, t0); in br_ghash_pclmul()359 aw = _mm_xor_si128(aw, yw); in br_ghash_pclmul()371 yw = _mm_unpacklo_epi64(t1, t0); in br_ghash_pclmul()374 BYTESWAP(yw); in br_ghash_pclmul()375 _mm_storeu_si128(y, yw); in br_ghash_pclmul()
3722 yw==