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

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DfeeFEED.c99 * cipherBlocks received. When rsBlockCount == rsSizeCipherBlocks, we
588 unsigned cipherBlocks = (cipherTextSize + finst->cipherBlockSize - 1) / local
598 if(rsBlocksToGo >= cipherBlocks) {
602 cipherBlocks -= rsBlocksToGo;
606 if(cipherBlocks) {
608 cipherBlocks--;
614 if(rsBlocksToGo >= cipherBlocks) {
617 cipherBlocks = 1;
621 cipherBlocks -= rsBlocksToGo;
627 cipherTextSize, cipherBlocks * fins
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DfeeFEED.c99 * cipherBlocks received. When rsBlockCount == rsSizeCipherBlocks, we
588 unsigned cipherBlocks = (cipherTextSize + finst->cipherBlockSize - 1) / local
598 if(rsBlocksToGo >= cipherBlocks) {
602 cipherBlocks -= rsBlocksToGo;
606 if(cipherBlocks) {
608 cipherBlocks--;
614 if(rsBlocksToGo >= cipherBlocks) {
617 cipherBlocks = 1;
621 cipherBlocks -= rsBlocksToGo;
627 cipherTextSize, cipherBlocks * fins
[all...]

Completed in 66 milliseconds