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

/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonCryptorGCM.c78 CCCryptorStatus CCCryptorGCMEncrypt( function
172 retval = CCCryptorGCMEncrypt(cryptorRef, dataIn, dataInLength, dataOut);
/macosx-10.9.5/CommonCrypto-60049/include/
H A DCommonCryptorSPI.h242 CCCryptorStatus CCCryptorGCMEncrypt(
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsymCipher.c395 ccrtn = CCCryptorGCMEncrypt(cryptorRef, src, len, dest);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsymCipher.c395 ccrtn = CCCryptorGCMEncrypt(cryptorRef, src, len, dest);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsymCipher.c395 ccrtn = CCCryptorGCMEncrypt(cryptorRef, src, len, dest);
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCCCryptorTestFuncs.c503 retval = CCCryptorGCMEncrypt(cref, dataIn, dataInLength, dataOut);

Completed in 121 milliseconds