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

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c247 static inline CCCryptorStatus ccSetIV(CCCryptor *ref, const void *iv, size_t ivLen) { function
775 retval = ccSetIV(cryptor, iv, ccGetCipherBlockSize(cryptor));
779 retval = ccSetIV(cryptor, ivzero, ccGetCipherBlockSize(cryptor));

Completed in 66 milliseconds