Searched refs:tmp5 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/crypto/aesni/ |
| H A D | aesni_ghash.c | 196 tmp5 = _mm_xor_si128(tmp5, X2); in reduce4() 412 tmp5 =_mm_xor_si128(tmp5, KEY[0]); in AES_GCM_encrypt() 422 tmp5 = _mm_aesenc_si128(tmp5, KEY[j]); in AES_GCM_encrypt() 431 tmp5 =_mm_aesenclast_si128(tmp5, KEY[nr]); in AES_GCM_encrypt() 444 tmp5 = _mm_xor_si128(tmp5, in AES_GCM_encrypt() 466 tmp5 = _mm_shuffle_epi8(tmp5, BSWAP_MASK); in AES_GCM_encrypt() 475 tmp5 = _mm_xor_si128(X, tmp5); in AES_GCM_encrypt() 717 tmp5 =_mm_xor_si128(tmp5, KEY[0]); in AES_GCM_decrypt() 727 tmp5 = _mm_aesenc_si128(tmp5, KEY[j]); in AES_GCM_decrypt() 736 tmp5 =_mm_aesenclast_si128(tmp5, KEY[nr]); in AES_GCM_decrypt() [all …]
|
| H A D | aesni_wrap.c | 209 __m128i tmp5, tmp6, tmp7, tmp8; in aesni_encrypt_icm() local 234 tmp5 = _mm_shuffle_epi8(ctr5, BSWAP_EPI64); in aesni_encrypt_icm() 246 tmp5, tmp6, tmp7, tmp8, tout); in aesni_encrypt_icm()
|
| /freebsd-14.2/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 228 tmp5 = _mm_clmulepi64_si128(A, B, 0x01); in addmul() 230 tmp10 = _mm_xor_si128(tmp4, tmp5); in addmul() 270 __m128i tmp5 = _mm_clmulepi64_si128(A, B, 0x01); in mulv() local 272 __m128i tmp10 = _mm_xor_si128(tmp4, tmp5); in mulv()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 4907 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); in VisitAbstractConditionalOperator() local 4909 tmp5 = Builder.CreateBitCast(tmp5, RHS->getType()); in VisitAbstractConditionalOperator() 4911 return tmp5; in VisitAbstractConditionalOperator()
|