diff -r 721a5e5fe251 -r 9b5a3a9fddf8 cryptomgmtlibs/securityutils/inc/securityerr.h --- a/cryptomgmtlibs/securityutils/inc/securityerr.h Tue Jan 26 13:18:49 2010 +0200 +++ b/cryptomgmtlibs/securityutils/inc/securityerr.h Sat Feb 20 00:36:18 2010 +0200 @@ -33,6 +33,13 @@ +/** + Operation in progress or its result is not secure. +**/ +const TInt KErrNotSecure = -11001; + + + /** If the key size is larger than that allowed by the cipher strength restrictions of the crypto @@ -43,9 +50,8 @@ /** - If the padding on a block does not conform to the - specifications of the algorithm. -**/ + Length of the padding data is invalid. +**/ const TInt KErrInvalidPadding = -11003; @@ -111,9 +117,11 @@ **/ const TInt KErrPrivateKeyNotFound = -11011; + + /** If a setting in the repository is not found. **/ -const TInt KErrSettingNotFound = -11012; +const TInt KErrSettingNotFound = -11012; #endif // __SECURITYERR_H__