--- a/crypto/weakcryptospi/inc/spi/cryptobaseapi.h Tue Nov 24 09:06:03 2009 +0200
+++ b/crypto/weakcryptospi/inc/spi/cryptobaseapi.h Thu Dec 17 09:28:34 2009 +0200
@@ -43,6 +43,8 @@
/**
Retrieves the plugin's common characteristics
@param aPluginCharacteristics The plugin characteristics value retrieved
+ @leave ... Any of the crypto error codes defined in
+ cryptospi_errs.h or any of the system-wide error codes.
*/
IMPORT_C void GetCharacteristicsL(const TCharacteristics*& aPluginCharacteristics);
@@ -50,6 +52,8 @@
Retrieves the plugin's extended characteristics
@return The extended plugin characteristics, on the heap.
This should be deleted by the caller when finished with.
+ @leave ... Any of the crypto error codes defined in
+ cryptospi_errs.h or any of the system-wide error codes.
*/
IMPORT_C const CExtendedCharacteristics* GetExtendedCharacteristicsL();