Lines Matching refs:_mm_setzero_si128
281 __m128i last_block = _mm_setzero_si128(); in AES_GCM_encrypt()
288 __m128i X = _mm_setzero_si128(); in AES_GCM_encrypt()
317 Y = _mm_setzero_si128(); in AES_GCM_encrypt()
370 last_block = _mm_setzero_si128(); in AES_GCM_encrypt()
505 last_block = _mm_setzero_si128(); in AES_GCM_encrypt()
542 __m128i last_block = _mm_setzero_si128(); in AES_GCM_decrypt()
549 __m128i X = _mm_setzero_si128(); in AES_GCM_decrypt()
578 Y = _mm_setzero_si128(); in AES_GCM_decrypt()
632 last_block = _mm_setzero_si128(); in AES_GCM_decrypt()
664 last_block = _mm_setzero_si128(); in AES_GCM_decrypt()
800 last_block = _mm_setzero_si128(); in AES_GCM_decrypt()