Searched refs:subSampleCount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_threshold.cpp61 // We could more strictly require subSampleCount == elements.length();
63 uint32 subSampleCount = sample.length() - 1; // (drop type header) local
64 if (subSampleCount < minimumNeeded) // can't possibly satisfy
66 if (subSampleCount > totalSubjects) // reject attempt at sample stuffing
77 else if (matched + subSampleCount - n <= minimumNeeded)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_threshold.cpp61 // We could more strictly require subSampleCount == elements.length();
63 uint32 subSampleCount = sample.length() - 1; // (drop type header) local
64 if (subSampleCount < minimumNeeded) // can't possibly satisfy
66 if (subSampleCount > totalSubjects) // reject attempt at sample stuffing
77 else if (matched + subSampleCount - n <= minimumNeeded)

Completed in 59 milliseconds