Searched refs:numRounds (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCCCryptorTestFuncs.h30 int numRounds, CCModeOptions options,
37 int numRounds, CCModeOptions options,
H A DCCCryptorTestFuncs.c19 int numRounds, CCModeOptions options,
28 if((retval = CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, options, &cref)) != kCCSuccess) {
131 int numRounds, CCModeOptions options,
141 if((retval = CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, options, &cref)) != kCCSuccess) {
17 CCCryptWithMode(CCOperation op, CCMode mode, CCAlgorithm alg, CCPadding padding, const void *iv, const void *key, size_t keyLength, const void *tweak, size_t tweakLength, int numRounds, CCModeOptions options, const void *dataIn, size_t dataInLength, void *dataOut, size_t dataOutAvailable, size_t *dataOutMoved) argument
129 CCMultiCryptWithMode(CCOperation op, CCMode mode, CCAlgorithm alg, CCPadding padding, const void *iv, const void *key, size_t keyLength, const void *tweak, size_t tweakLength, int numRounds, CCModeOptions options, const void *dataIn, size_t dataInLength, void *dataOut, size_t dataOutAvailable, size_t *dataOutMoved) argument
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonCryptor.h730 @param numRounds The number of rounds of the cipher to use. 0 uses the default.
751 int numRounds, /* 0 == default */
H A DCommonCryptorSPI.h112 int numRounds,
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c354 int numRounds; local
375 numRounds = 0;
380 return CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, modeOptions, cryptorRef);
395 int numRounds,
404 CCCryptorStatus err = CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, options, &cryptor->compat);
420 int numRounds, /* 0 == default */
385 CCCryptorCreateFromDataWithMode( CCOperation op, CCMode mode, CCAlgorithm alg, CCPadding padding, const void *iv, const void *key, size_t keyLength, const void *tweak, size_t tweakLength, int numRounds, CCModeOptions options, const void *data, size_t dataLength, CCCryptorRef *cryptorRef, size_t *dataUsed) argument
410 CCCryptorCreateWithMode( CCOperation op, CCMode mode, CCAlgorithm alg, CCPadding padding, const void *iv, const void *key, size_t keyLength, const void *tweak, size_t tweakLength, int numRounds, CCModeOptions options, CCCryptorRef *cryptorRef) argument

Completed in 126 milliseconds