Searched refs:jmatchThresh (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_comcryption/
H A DcomcryptPriv.c203 cbuf->jmatchThresh = THRESH_2LEVEL_JMATCH_DEF;
295 return cpriv->cbuf.jmatchThresh;
298 void setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh) argument
302 cpriv->cbuf.jmatchThresh = jmatchThresh;
304 cpriv->cbuf.nextBuf->jmatchThresh = jmatchThresh;
H A DcomDebug.h202 extern void setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh);
H A DcomcryptPriv.h112 unsigned jmatchThresh; // max avg jmatch for 2 level member in struct:_comcryptBuf
H A Dcomcryption.c776 jmatchAvg = cbuf->jmatchThresh + 1;
781 (jmatchAvg <= cbuf->jmatchThresh)) { // reasonable compression
/macosx-10.10/Security-57031.1.35/Security/libsecurity_comcryption/lib/
H A DcomcryptPriv.c203 cbuf->jmatchThresh = THRESH_2LEVEL_JMATCH_DEF;
295 return cpriv->cbuf.jmatchThresh;
298 void setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh) argument
302 cpriv->cbuf.jmatchThresh = jmatchThresh;
304 cpriv->cbuf.nextBuf->jmatchThresh = jmatchThresh;
H A DcomDebug.h202 extern void setJmatchThresh(comcryptObj cobj, unsigned jmatchThresh);
H A DcomcryptPriv.h112 unsigned jmatchThresh; // max avg jmatch for 2 level member in struct:_comcryptBuf
H A Dcomcryption.c776 jmatchAvg = cbuf->jmatchThresh + 1;
781 (jmatchAvg <= cbuf->jmatchThresh)) { // reasonable compression

Completed in 120 milliseconds