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

/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymRegression.c160 size_t askedOutSize; /* from the lib */
216 outBuf, 0, &askedOutSize);
226 outLen = askedOutSize;
249 &cryptor, &askedOutSize);
256 ctxSize = askedOutSize;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ccSymTest/
H A DccSymTest.cpp139 size_t askedOutSize; /* from the lib */ local
181 outBuf, 0, &askedOutSize);
191 outLen = askedOutSize;
214 &cryptor, &askedOutSize);
221 ctxSize = askedOutSize;

Completed in 59 milliseconds