pkiutilities/PKCS12/CrPkcs12/Inc/crcrypto.h
branchCompilerCompatibility
changeset 8 150a5dd64ae5
parent 5 3b17fc5c9564
equal deleted inserted replaced
6:2b9c00e2ab55 8:150a5dd64ae5
     1 /*
     1 /*
     2 * Copyright (c) 2000, 2002, 2004 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2000, 2002, 2004, 2010 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 "Eclipse Public License v1.0"
     5 * under the terms of "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".
   176         TInt RemoveLastBlock(
   176         TInt RemoveLastBlock(
   177             TDesC8&           aSrc,
   177             TDesC8&           aSrc,
   178             const TInt        aBlockSize,
   178             const TInt        aBlockSize,
   179             CCrAlgInfo*       algInfo);
   179             CCrAlgInfo*       algInfo);
   180 
   180 
   181         TInt MesDigestInputSize(TCrAlgorithm aDigestAlg);
   181         TInt MesDigestInputSizeL(TCrAlgorithm aDigestAlg);
   182         TInt MesDigestOutputSize(TCrAlgorithm aDigestAlg);
   182         TInt MesDigestOutputSizeL(TCrAlgorithm aDigestAlg);
   183         void Reset();
   183         void Reset();
   184     
   184     
   185     private: // Data.
   185     private: // Data.
   186         // Infos about initialized algorithms are collected in this array.
   186         // Infos about initialized algorithms are collected in this array.
   187         CArrayPtrFlat<CCrAlgInfo>* iAlgorithmInfos;
   187         CArrayPtrFlat<CCrAlgInfo>* iAlgorithmInfos;