Searched refs:tmp6 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/crypto/aesni/ |
H A D | aesni_ghash.c | 110 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in gfmul() local 115 tmp6 = _mm_clmulepi64_si128(a, b, 0x11); in gfmul() 121 tmp6 = _mm_xor_si128(tmp6, tmp4); in gfmul() 124 tmp8 = _mm_srli_epi32(tmp6, 31); in gfmul() 126 tmp6 = _mm_slli_epi32(tmp6, 1); in gfmul() 132 tmp6 = _mm_or_si128(tmp6, tmp8); in gfmul() 133 tmp6 = _mm_or_si128(tmp6, tmp9); in gfmul() 152 tmp6 = _mm_xor_si128(tmp6, tmp3); in gfmul() 154 *res = tmp6; in gfmul() 168 __m128i tmp4, tmp5, tmp6, tmp7; in reduce4() local [all …]
|
H A D | aesni_wrap.c | 208 __m128i tmp5, tmp6, tmp7, tmp8; in aesni_encrypt_icm() local 235 tmp6 = _mm_shuffle_epi8(ctr6, BSWAP_EPI64); in aesni_encrypt_icm() 245 tmp5, tmp6, tmp7, tmp8, tout); in aesni_encrypt_icm()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 205 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in addmul() local 229 tmp6 = _mm_clmulepi64_si128(A, B, 0x11); in addmul() 234 tmp17 = _mm_xor_si128(tmp6, tmp11); in addmul() 271 __m128i tmp6 = _mm_clmulepi64_si128(A, B, 0x11); in mulv() local 276 __m128i tmp17 = _mm_xor_si128(tmp6, tmp11); in mulv()
|
/freebsd/contrib/sendmail/src/ |
H A D | domain.c | 1296 struct sockaddr_in6 tmp6; local 1312 &tmp6.sin6_addr) == 1)
|