Searched defs: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
358 size_t outNeeded = alg->outputSize(false, totalBufferSize(clearBufs, clearBufCount)); local
383 size_t outNeeded = ctx->outputSize(true, totalBufferSize(cipherBufs, cipherBufCount)); local
406 size_t outNeeded = ctx->outputSize(false, totalBufferSize(cipherBufs, cipherBufCount)); local
/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
358 size_t outNeeded = alg->outputSize(false, totalBufferSize(clearBufs, clearBufCount)); local
383 size_t outNeeded = ctx->outputSize(true, totalBufferSize(cipherBufs, cipherBufCount)); local
406 size_t outNeeded = ctx->outputSize(false, totalBufferSize(cipherBufs, cipherBufCount)); local

Completed in 68 milliseconds