Searched refs:outSize (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DascContext.h49 size_t &outSize); // in/out
54 size_t outSize); // input for given output size
H A Drc4Context.h43 size_t &outSize); // in/out
48 size_t outSize); // input for given output size
H A Drc4Context.cpp65 size_t &outSize) // in/out
67 (void) CCCryptorUpdate(rc4Key, inp, inSize, outp, inSize, &outSize);
78 size_t outSize) // input for given output size
80 return outSize;
61 update( void *inp, size_t &inSize, void *outp, size_t &outSize) argument
77 inputSize( size_t outSize) argument
H A DBlockCryptor.cpp239 size_t &outSize) // in/out
245 size_t uOutLeft = outSize; // bytes remaining in outp
305 assert(uOutSize <= outSize);
310 outSize = uOutSize;
311 ioprintf("=== BlockCryptor::update encrypt %d inSize 0x%lx outSize 0x%lx",
312 encoding() ? 1 : 0, inSize, outSize);
349 assert(uOutSize <= outSize);
374 assert(uOutSize <= outSize);
405 assert(uOutSize <= outSize);
424 outSize
235 update( void *inp, size_t &inSize, void *outp, size_t &outSize) argument
[all...]
H A DascContext.cpp211 size_t &outSize) // in/out
219 outLen = (unsigned)outSize;
240 thisOutLen = (unsigned)outSize;
259 thisOutLen = (unsigned)(outSize - partialOutLen);
273 outSize = outLen;
274 aioprintf("=== ASC::update encrypt %d inSize %ld outSize %ld",
275 encoding() ? 1 : 0, inSize, outSize);
303 aioprintf("=== ASC::final encrypt %d outSize %ld",
308 size_t outSize) // input for given output size
311 (unsigned)outSize,
207 update( void *inp, size_t &inSize, void *outp, size_t &outSize) argument
307 inputSize( size_t outSize) argument
[all...]
H A DbsafeSymmetric.cpp228 void BSafe::BlockCipherContext::trackUpdate(size_t inSize, size_t outSize) argument
250 size_t BSafe::BlockCipherContext::inputSize(size_t outSize) argument
252 // if we have an 'outSize' output buffer, how many input bytes may we feed in?
253 size_t wholeBlocks = outSize / blockSize;
264 size_t outSize; local
276 outSize = numBlocks * blockSize;
277 bbprintf("===outputSize: %s; final=%d inSize=%d pending=%d outSize=%d",
279 final, inSize, pending, outSize);
280 return outSize;
283 void BSafe::BlockCipherContext::minimumProgress(size_t &inSize, size_t &outSize) argument
[all...]
H A DbsafeAsymmetric.cpp83 size_t BSafe::PublicKeyCipherContext::inputSize(size_t outSize) argument
H A DAppleCSPContext.h73 size_t outputSize(bool final, size_t inSize) { return outSize; }
76 uint32 outSize; member in class:YarrowContext
H A DBlockCryptor.h64 size_t &outSize); // in/out
77 size_t outSize); // input for given output size
H A DFEEAsymmetricContext.cpp224 size_t outSize) // input for given output size
231 inSize = feeFEEDPlainTextSize(mFeeFeed, (unsigned int)outSize, 0);
234 inSize = feeFEEDCipherTextSize(mFeeFeed, (unsigned int)outSize, 0);
246 bprintf(("--- FEEDContext::inputSize inSize 0x%x outSize 0x%x\n",
247 inSize, outSize));
262 bprintf(("--- FEEDContext::outputSize inSize 0x%x outSize 0x%x final %d\n",
299 bprintf(("--- FEEDContext::minProgres inSize 0x%x outSize 0x%x\n",
223 inputSize( size_t outSize) argument
H A DFEEAsymmetricContext.h71 size_t outSize); // input for given output size
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSContext.cpp290 uint32 outSize = clientSession().getOutputSize(*mContext, local
297 ssCryptDebug("===sig outputSize(RPC) %u", (unsigned)outSize);
298 return (size_t)outSize;
413 SSCryptContext::inputSize(size_t outSize) argument
415 ssCryptDebug("===inputSize outSize=%u", (unsigned)outSize);
442 ssCryptDebug(" ===outSize(pre-op) %u", (unsigned)mOutBuf.Length);
447 uint32 outSize = clientSession().getOutputSize(*mContext, local
451 ssCryptDebug(" ===outSize(RPC) %u", (unsigned)outSize);
464 update(void *inp, size_t &inSize, void *outp, size_t &outSize) argument
592 uint32 outSize = clientSession().getOutputSize(*mContext, local
[all...]
H A DSSContext.h119 virtual size_t inputSize(size_t outSize);
123 size_t &outSize);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDContext.cpp280 uint32 outSize = clientSession().getOutputSize(*mContext, local
287 ssCryptDebug("===sig outputSize(RPC) %u", (unsigned)outSize);
288 return (size_t)outSize;
395 SDCryptContext::inputSize(size_t outSize) argument
397 ssCryptDebug("===inputSize outSize=%u", (unsigned)outSize);
424 ssCryptDebug(" ===outSize(pre-op) %u", (unsigned)mOutBuf.Length);
429 uint32 outSize = clientSession().getOutputSize(*mContext, local
433 ssCryptDebug(" ===outSize(RPC) %u", (unsigned)outSize);
446 update(void *inp, size_t &inSize, void *outp, size_t &outSize) argument
574 uint32 outSize = clientSession().getOutputSize(*mContext, local
[all...]
H A DSDContext.h125 virtual size_t inputSize(size_t outSize);
129 size_t &outSize);
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpcidump.c31 size_t outSize = sizeof(param); local
34 &param, &outSize);
60 size_t outSize = 0; local
63 NULL, &outSize);
79 size_t outSize = 0; local
82 NULL, &outSize);
98 size_t outSize = sizeof(param); local
101 &param, &outSize);
119 size_t outSize = sizeof(param); local
122 &param, &outSize);
[all...]
H A Dpciutils3.1.7.patch.c175 + size_t outSize = sizeof(param); local
178 + &param, &outSize);
236 + size_t outSize = 0; local
239 + NULL, &outSize);
H A Dpciutils3.2.0.patch.c119 + size_t outSize = sizeof(param); local
122 + &param, &outSize);
175 + size_t outSize = 0; local
178 + NULL, &outSize);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h98 void GetData( void *outData, uint16_t *outSize )
104 if( outSize )
106 *outSize = mSize;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuPem.cpp108 size_t outSize = encLen + (2 * strlen(headerString)) + 200; local
109 *outData = (unsigned char *)malloc(outSize);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuPem.cpp108 size_t outSize = encLen + (2 * strlen(headerString)) + 200; local
109 *outData = (unsigned char *)malloc(outSize);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOI2CInterface.cpp184 IOByteCount inSize, IOByteCount * outSize )
196 if (*outSize < inSize)
262 *outSize = inSize;
266 *outSize = 0;
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/i2c/
H A DIOI2CInterfacePrivate.h103 IOByteCount inSize, IOByteCount * outSize );
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFilter.c41 int arg, i, inSize, outSize, drain = 1, startpos = 0, endpos = -1, len; local
155 outSize = min(len, (FBLKSIZE - fs) / s->nchannels);
158 outSize = (es - fs) / s->nchannels + 1;
162 &inSize, &outSize);
174 outSize = PBSIZE;
175 (f->flowProc)(f, si, floatBuffer, floatBuffer, &inSize, &outSize);
177 if (endpos + outSize + 1 > s->length) {
178 if (Snack_ResizeSoundStorage(s, endpos + outSize + 1) != TCL_OK) {
181 for (i = s->length; i < endpos + outSize + 1; i++) {
186 for (i = endpos + 1, j = 0; j < min(outSize, PBSIZ
1196 int outSize = *outFrames; local
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.h127 IOByteCount *outSize);

Completed in 167 milliseconds

123