Searched refs:dataUsed (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptoAESShoefly.c41 size_t dataUsed; local
46 &ctx->ctx, kCCContextSizeGENERIC, &ctx->cref, &dataUsed);
52 size_t dataUsed; local
56 &ctx->ctx, kCCContextSizeGENERIC, &ctx->cref, &dataUsed);
62 size_t dataUsed; local
66 &ctx->ctx, kCCContextSizeGENERIC, &ctx->cref, &dataUsed);
72 size_t dataUsed; local
76 &ctx->ctx, kCCContextSizeGENERIC, &ctx->cref, &dataUsed);
H A DCommonCryptor.c304 ccCreateCompatCryptorFromData(const void *data, size_t dataLength, size_t *dataUsed) { argument
309 returnLengthIfPossible(usedLen, dataUsed);
331 size_t *dataUsed) /* optional, RETURNED */
334 CCCryptor *cryptor = ccCreateCompatCryptorFromData(data, dataLength, dataUsed);
400 size_t *dataUsed) /* optional, RETURNED */
402 CCCryptor *cryptor = ccCreateCompatCryptorFromData(data, dataLength, dataUsed);
321 CCCryptorCreateFromData( CCOperation op, CCAlgorithm alg, CCOptions options, const void *key, size_t keyLength, const void *iv, const void *data, size_t dataLength, CCCryptorRef *cryptorRef, size_t *dataUsed) argument
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
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonCryptor.h329 @param dataUsed Optional. If present, the actual number of bytes of
355 size_t *dataUsed) /* optional, RETURNED */
H A DCommonCryptorSPI.h117 size_t *dataUsed) /* optional, RETURNED */

Completed in 142 milliseconds