Searched refs:CCCryptorGetOutputLength (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/crypto/mac/
H A DCryptoAlgorithmAES_CBCMac.cpp60 Vector<uint8_t> result(CCCryptorGetOutputLength(cryptor, data.second, true));
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonCryptor.h391 CCCryptorGetOutputLength() to determine the
414 CCCryptorGetOutputLength() for more information on this topic.
449 CCCryptorGetOutputLength() to determine the
483 @function CCCryptorGetOutputLength
516 size_t CCCryptorGetOutputLength(
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoNoPad.c64 retval = CCCryptorGetOutputLength(cryptorRef, 0, true);
H A DCommonCryptoSymRegression.c288 thisOutLen = CCCryptorGetOutputLength(cryptor, thisMoveIn, false);
309 thisOutLen = CCCryptorGetOutputLength(cryptor, 0, true);
H A DCommonCryptoOutputLength.c31 retval = CCCryptorGetOutputLength(cryptorRef, inputLength, final);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccSymTest/
H A DccSymTest.cpp253 thisOutLen = CCCryptorGetOutputLength(cryptor, thisMoveIn, false);
274 thisOutLen = CCCryptorGetOutputLength(cryptor, 0, true);
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c651 size_t CCCryptorGetOutputLength( function
822 size_t needed = CCCryptorGetOutputLength(cryptor, dataInLength, true);

Completed in 121 milliseconds