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

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c646 static inline size_t ccGetOutputLength(CCCryptor *cryptor, size_t inputLength, bool final) { function
659 return ccGetOutputLength(cryptor, inputLength, final);
677 size_t needed = ccGetOutputLength(cryptor, dataInLength, false);

Completed in 177 milliseconds