VfUtilIsProtectedDriver

NTSTATUS __stdcall VfUtilIsProtectedDriver(PCUNICODE_STRING String2){
  unsigned int v2; 
  v2 = 0;
  while( !RtlEqualUnicodeString((UNICODE_STRING *)&VfProtectedDriverNames[2 * v2], (UNICODE_STRING *)String2, 1u) )
  {
    if( ++v2 >= 0x12 )
      return 0;
  }
  return 1;
}

Referenced by:

VfDriverEnableVerifier
VfDriverEnableVerifierForAll