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

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DCSPsession.cpp757 CSSM_DATA decryptedBuf = {bytesInKey, buffer}; local
809 result = CSSM_DecryptData(decryptHandle, &cipherBuf, 1, &decryptedBuf, 1, &bytesEncrypted, &remData);
818 if (decryptedBuf.Data[i] != (i & 0xFF))
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DCSPsession.cpp757 CSSM_DATA decryptedBuf = {bytesInKey, buffer}; local
809 result = CSSM_DecryptData(decryptHandle, &cipherBuf, 1, &decryptedBuf, 1, &bytesEncrypted, &remData);
818 if (decryptedBuf.Data[i] != (i & 0xFF))

Completed in 87 milliseconds