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

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DfeeFEED.c67 #define RS_MIN_SIZE 16 macro
310 if(finst->initialRSSize > RS_MIN_SIZE) {
315 * How many plainblocks to hold RS_MIN_SIZE?
317 minPlainBlocks = (RS_MIN_SIZE + finst->plainBlockSize - 1) /
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DfeeFEED.c67 #define RS_MIN_SIZE 16 macro
310 if(finst->initialRSSize > RS_MIN_SIZE) {
315 * How many plainblocks to hold RS_MIN_SIZE?
317 minPlainBlocks = (RS_MIN_SIZE + finst->plainBlockSize - 1) /

Completed in 68 milliseconds