SymCryptSha256AppendBlocks

INT64 __fastcall SymCryptSha256AppendBlocks(__m128i *a1, const __m128i *a2, UINT64 a3, UINT64 *a4){
  if( (((unsigned __int8)g_SymCryptCpuFeaturesNotPresent | (unsigned __int8)SymCryptCpuFeaturesNeverPresent()) & 0x42) != 0 )
    return SymCryptSha256AppendBlocks_ul1(a1->m128i_i64, (INT64)a2, a3, a4);
  else
    return SymCryptSha256AppendBlocks_shani(a1, a2, a3, a4);
}

Referenced by:

SymCryptParallelSha256AppendBytes_serial
SymCryptSha256Append
SymCryptSha256Result