First public contribution.
2 * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #ifndef __CRYPTOPANIC_H__
20 #define __CRYPTOPANIC_H__
24 * Cryptography Panic Codes
34 * Panic codes for cryptography related libraries
36 _LIT(KCryptoPanic, "CRYPTO-LIB");
42 * Panic codes for "CRYPTO-LIB" */
46 * The supplied descriptor is not large enough to store the output
47 * of the cryptographic operation
49 ECryptoPanicOutputDescriptorOverflow= 1,
51 * The supplied input descriptor is too large to pad
53 ECryptoPanicPadInputTooLarge= 2,
55 * The input data is too long
57 ECryptoPanicInputTooLarge= 3