epoc32/include/cryptopanic.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2 * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
       
    15 * ** IMPORTANT ** PublishedPartner API's in this file are published to 3rd party developers via the 
       
    16 * Symbian website. Changes to these API's should be treated as PublishedAll API changes and the Security TA should be consulted.
    15 *
    17 *
    16 */
    18 */
    17 
    19 
    18 
    20 
    19 #ifndef __CRYPTOPANIC_H__
    21 #ifndef __CRYPTOPANIC_H__
    50 	/**
    52 	/**
    51 	 * The supplied input descriptor is too large to pad
    53 	 * The supplied input descriptor is too large to pad
    52 	 */	
    54 	 */	
    53 	ECryptoPanicPadInputTooLarge= 2,
    55 	ECryptoPanicPadInputTooLarge= 2,
    54 	/**
    56 	/**
    55 	* The input data is too long
    57 	 * The input data is too long
    56 	*/
    58 	 */
    57 	ECryptoPanicInputTooLarge= 3
    59 	ECryptoPanicInputTooLarge= 3
    58 	};
    60 	};
    59 
    61 
    60 #endif
    62 #endif