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

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c184 static inline bool ccIsStreaming(CCCryptor *ref) { function
647 if(ccIsStreaming(cryptor)) return inputLength;
684 if(ccIsStreaming(cryptor))
715 if(ccIsStreaming(cryptor)) {
792 if(ccIsStreaming(cryptor)) return kCCParamError;
850 if(ccIsStreaming(cryptor)) return kCCParamError;
866 if(ccIsStreaming(cryptor)) return kCCParamError;

Completed in 127 milliseconds