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

/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonCryptorGCM.c34 CCCryptorGCMAddIV(CCCryptorRef cryptorRef, function
163 retval = CCCryptorGCMAddIV(cryptorRef, iv, ivLen);
/macosx-10.9.5/CommonCrypto-60049/include/
H A DCommonCryptorSPI.h196 Use the CCCryptorGCMAddIV() routine below for IV setup.
206 CCCryptorGCMAddIV(CCCryptorRef cryptorRef,
270 left it. The user would then call CCCryptorGCMAddIV(), CCCryptorGCMaddAAD(), etc.
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsymCipher.c345 ccrtn = CCCryptorGCMAddIV(cryptorRef, iv, len);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsymCipher.c345 ccrtn = CCCryptorGCMAddIV(cryptorRef, iv, len);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsymCipher.c345 ccrtn = CCCryptorGCMAddIV(cryptorRef, iv, len);
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCCCryptorTestFuncs.c489 retval = CCCryptorGCMAddIV(cref, iv, ivLen);

Completed in 123 milliseconds