Home
last modified time | relevance | path

Searched refs:CheckSignatures (Results 1 – 13 of 13) sorted by relevance

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_tbb_thread.cpp26 CheckSignatures(); in TestMain()
H A Dtest_std_thread.cpp35 CheckSignatures(); in TestMain()
H A Dtest_thread.h26 bool CheckSignatures() { in CheckSignatures() function
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_tbb_thread.cpp26 CheckSignatures(); in TestMain()
H A Dtest_std_thread.cpp35 CheckSignatures(); in TestMain()
H A Dtest_thread.h26 bool CheckSignatures() { in CheckSignatures() function
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_tbb_thread.cpp26 CheckSignatures(); in TestMain()
H A Dtest_std_thread.cpp35 CheckSignatures(); in TestMain()
H A Dtest_thread.h26 bool CheckSignatures() { in CheckSignatures() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DSignedCms.cs427 CheckSignatures(SignerInfos, extraStore, verifySignatureOnly); in CheckSignature()
430 private static void CheckSignatures( in CheckSignatures() method in System.Security.Cryptography.Pkcs.SignedCms
450 CheckSignatures(counterSigners, extraStore, verifySignatureOnly); in CheckSignatures()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Ddeh_main.c203 static boolean CheckSignatures(deh_context_t *context) in CheckSignatures() function
291 if (!CheckSignatures(context)) in DEH_ParseContext()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Ddeh_main.c208 static boolean CheckSignatures(deh_context_t *context) in CheckSignatures() function
304 if (!CheckSignatures(context)) in DEH_ParseContext()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
H A DGuidChk.c119 BOOLEAN CheckSignatures; member
329 if (gOptions.CheckGuids || gOptions.CheckSignatures) { in main()
402 gOptions.CheckSignatures = TRUE; in ProcessArgs()
582 …if ((!gOptions.CheckGuids) && (!gOptions.CheckSignatures) && (gOptions.DatabaseOutputFileName[0] =… in ProcessArgs()
823 if (gOptions.CheckSignatures) { in ProcessFile()
2230 if (gOptions.CheckSignatures) { in CheckDuplicates()