Home
last modified time | relevance | path

Searched defs:tmp5 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/crypto/aesni/
H A Daesni_ghash.c110 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in gfmul() local
168 __m128i tmp4, tmp5, tmp6, tmp7; in reduce4() local
276 __m128i tmp5, tmp6, tmp7, tmp8; in AES_GCM_encrypt() local
537 __m128i tmp5, tmp6, tmp7, tmp8; in AES_GCM_decrypt() local
H A Daesni_wrap.c208 __m128i tmp5, tmp6, tmp7, tmp8; in aesni_encrypt_icm() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c205 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in addmul() local
270 __m128i tmp5 = _mm_clmulepi64_si128(A, B, 0x01); in mulv() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5249 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); in VisitAbstractConditionalOperator() local