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

/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymCCM.c2392 if((retval = CCCryptorAddParameter(cref, kCCDataSize, NULL, smbpacketbuf->len)) != kCCSuccess) {
2396 if((retval = CCCryptorAddParameter(cref, kCCMacSize, NULL, expectedMacBuf->len)) != kCCSuccess) {
2400 if((retval = CCCryptorAddParameter(cref, kCCParameterIV, noncebuf->bytes, noncebuf->len)) != kCCSuccess) {
2404 if((retval = CCCryptorAddParameter(cref, kCCParameterAuthData, aadbuf->bytes, aadbuf->len)) != kCCSuccess) {
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonCryptorSPI.h315 0..Nx: CCCryptorAddParameter(kCCParameterIV, iv)
316 0..Nx: CCCryptorAddParameter(kCCParameterAuthData, data)
371 CCCryptorStatus CCCryptorAddParameter(
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c881 CCCryptorStatus CCCryptorAddParameter( function

Completed in 124 milliseconds