CssmError::throwMe(result);
}
result = CSSM_DecryptData(decryptHandle, &cipherBuf, 1, &decryptedBuf, 1, &bytesEncrypted, &remData);
if (result != CSSM_OK)
{
CssmError::throwMe(result);
}
result = CSSM_DecryptData(decryptHandle, &cipherBuf, 1, &decryptedBuf, 1, &bytesEncrypted, &remData);
if (result != CSSM_OK)
{