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

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DCSPsession.cpp335 size_t outNeeded = ctx->outputSize(true, totalBufferSize(clearBufs, clearBufCount)); local
336 writer.allocate(outNeeded, *this);
358 size_t outNeeded = alg->outputSize(false, totalBufferSize(clearBufs, clearBufCount)); local
359 writer.allocate(outNeeded, *this);
383 size_t outNeeded = ctx->outputSize(true, totalBufferSize(cipherBufs, cipherBufCount)); local
384 writer.allocate(outNeeded, *this);
406 size_t outNeeded = ctx->outputSize(false, totalBufferSize(cipherBufs, cipherBufCount)); local
407 writer.allocate(outNeeded, *this);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DCSPsession.cpp335 size_t outNeeded = ctx->outputSize(true, totalBufferSize(clearBufs, clearBufCount)); local
336 writer.allocate(outNeeded, *this);
358 size_t outNeeded = alg->outputSize(false, totalBufferSize(clearBufs, clearBufCount)); local
359 writer.allocate(outNeeded, *this);
383 size_t outNeeded = ctx->outputSize(true, totalBufferSize(cipherBufs, cipherBufCount)); local
384 writer.allocate(outNeeded, *this);
406 size_t outNeeded = ctx->outputSize(false, totalBufferSize(cipherBufs, cipherBufCount)); local
407 writer.allocate(outNeeded, *this);

Completed in 109 milliseconds