Update contrib.
2 * Copyright (c) 2003-2009 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.
26 // 32bit endianness independent MD2 implementation
32 EXPORT_C CMD2* CMD2::NewL(void)
34 return CMD2Shim::NewL();
37 EXPORT_C CMD2::~CMD2(void)
41 // All these methods have been replaced by the shim
42 #ifdef _BullseyeCoverage
43 #pragma suppress_warnings on
44 #pragma BullseyeCoverage off
45 #pragma suppress_warnings off
47 EXPORT_C CMessageDigest* CMD2::ReplicateL(void)
49 // Method replaced by shim
54 EXPORT_C TPtrC8 CMD2::Hash(const TDesC8& /*aMessage*/)
56 // Method replaced by shim
61 EXPORT_C CMessageDigest* CMD2::CopyL(void)
63 // Method replaced by shim
68 EXPORT_C TInt CMD2::BlockSize(void)
70 // Method replaced by shim
72 return KErrNotSupported;
75 EXPORT_C TInt CMD2::HashSize(void)
77 // Method replaced by shim
79 return KErrNotSupported;
82 EXPORT_C void CMD2::Reset(void)
84 // Method replaced by shim
88 EXPORT_C void CMD2::Update(const TDesC8& /*aMessage*/)
90 // Method replaced by shim
94 EXPORT_C TPtrC8 CMD2::Final(const TDesC8& /*aMessage*/)
96 // Method replaced by shim
101 EXPORT_C TPtrC8 CMD2::Final()
103 // Method replaced by shim
108 void CMD2::RestoreState()
110 // Method replaced by shim
114 void CMD2::StoreState()
116 // Method replaced by shim