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

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c49 static inline uint32_t ccGetCipherBlockSize(CCCryptor *ref) { function
169 ref->cipherBlocksize = ccGetCipherBlockSize(ref);
189 size_t blocksize = ccGetCipherBlockSize(ref);
544 size_t blocksize = ccGetCipherBlockSize(cryptor);
708 uint32_t blocksize = ccGetCipherBlockSize(cryptor);
775 retval = ccSetIV(cryptor, iv, ccGetCipherBlockSize(cryptor));
777 uint8_t ivzero[ccGetCipherBlockSize(cryptor)];
778 CC_XZEROMEM(ivzero, ccGetCipherBlockSize(cryptor));
779 retval = ccSetIV(cryptor, ivzero, ccGetCipherBlockSize(cryptor));
793 size_t blocksize = ccGetCipherBlockSize(crypto
[all...]

Completed in 126 milliseconds