Home
last modified time | relevance | path

Searched defs:tmp4 (Results 1 – 9 of 9) 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
275 __m128i tmp1, tmp2, tmp3, tmp4; in AES_GCM_encrypt() local
536 __m128i tmp1, tmp2, tmp3, tmp4; in AES_GCM_decrypt() local
H A Daesni_wrap.c207 __m128i tmp1, tmp2, tmp3, tmp4; in aesni_encrypt_icm() local
/freebsd/contrib/cortex-strings/src/aarch64/
H A Dstrlen.S49 #define tmp4 x7 macro
H A Dstrnlen.S49 #define tmp4 x11 macro
H A Dstrcpy.S57 #define tmp4 x11 macro
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrrchr.S29 #define tmp4 x9 macro
H A Dstrlen.S27 #define tmp4 x7 macro
/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
269 __m128i tmp4 = _mm_clmulepi64_si128(A, B, 0x10); in mulv() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5248 llvm::Value *tmp4 = Builder.CreateAnd(LHSTmp, tmp); in VisitAbstractConditionalOperator() local