Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/crypto/aesni/
HDintel_sha256.c108 msgtmp0 = _mm_sha256msg1_epu32(msgtmp0, msgtmp1); in intel_sha256_step()
118 msgtmp1 = _mm_sha256msg1_epu32(msgtmp1, msgtmp2); in intel_sha256_step()
131 msgtmp2 = _mm_sha256msg1_epu32(msgtmp2, msgtmp3); in intel_sha256_step()
142 msgtmp3 = _mm_sha256msg1_epu32(msgtmp3, msgtmp0); in intel_sha256_step()
153 msgtmp0 = _mm_sha256msg1_epu32(msgtmp0, msgtmp1); in intel_sha256_step()
164 msgtmp1 = _mm_sha256msg1_epu32(msgtmp1, msgtmp2); in intel_sha256_step()
175 msgtmp2 = _mm_sha256msg1_epu32(msgtmp2, msgtmp3); in intel_sha256_step()
186 msgtmp3 = _mm_sha256msg1_epu32(msgtmp3, msgtmp0); in intel_sha256_step()
197 msgtmp0 = _mm_sha256msg1_epu32(msgtmp0, msgtmp1); in intel_sha256_step()
208 msgtmp1 = _mm_sha256msg1_epu32(msgtmp1, msgtmp2); in intel_sha256_step()
[all …]
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDshaintrin.h162 _mm_sha256msg1_epu32(__m128i __X, __m128i __Y) in _mm_sha256msg1_epu32() function