Home
last modified time | relevance | path

Searched refs:yw (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul32.c107 uint32_t yw[4]; in br_ghash_ctmul32() local
113 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 …]
H A Dghash_ctmul.c201 uint32_t yw[4]; in br_ghash_ctmul() local
211 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 …]
H A Dghash_pclmul.c238 __m128i yw, h1w, h1x; in br_ghash_pclmul() local
266 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()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt3722 yw==