equal
deleted
inserted
replaced
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; |