Searched refs:tmp5 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/crypto/aesni/ |
| H A D | aesni_ghash.c | 198 tmp5 = _mm_xor_si128(tmp5, X2); in reduce4() 414 tmp5 =_mm_xor_si128(tmp5, KEY[0]); in AES_GCM_encrypt() 424 tmp5 = _mm_aesenc_si128(tmp5, KEY[j]); in AES_GCM_encrypt() 433 tmp5 =_mm_aesenclast_si128(tmp5, KEY[nr]); in AES_GCM_encrypt() 446 tmp5 = _mm_xor_si128(tmp5, in AES_GCM_encrypt() 468 tmp5 = _mm_shuffle_epi8(tmp5, BSWAP_MASK); in AES_GCM_encrypt() 477 tmp5 = _mm_xor_si128(X, tmp5); in AES_GCM_encrypt() 719 tmp5 =_mm_xor_si128(tmp5, KEY[0]); in AES_GCM_decrypt() 729 tmp5 = _mm_aesenc_si128(tmp5, KEY[j]); in AES_GCM_decrypt() 738 tmp5 =_mm_aesenclast_si128(tmp5, KEY[nr]); in AES_GCM_decrypt() [all …]
|
| H A D | aesni_wrap.c | 211 __m128i tmp5, tmp6, tmp7, tmp8; in aesni_encrypt_icm() local 236 tmp5 = _mm_shuffle_epi8(ctr5, BSWAP_EPI64); in aesni_encrypt_icm() 248 tmp5, tmp6, tmp7, tmp8, tout); in aesni_encrypt_icm()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 4575 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); in VisitAbstractConditionalOperator() local 4577 tmp5 = Builder.CreateBitCast(tmp5, RHS->getType()); in VisitAbstractConditionalOperator() 4579 return tmp5; in VisitAbstractConditionalOperator()
|