First public contribution.
2 * Copyright (c) 2007-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.
30 EXPORT_C CMD4* CMD4::NewL(void)
32 CMD4Shim* self=CMD4Shim::NewL();
37 EXPORT_C CMD4::~CMD4(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
49 EXPORT_C CMessageDigest* CMD4::ReplicateL(void)
51 // Method replaced by shim
58 EXPORT_C TPtrC8 CMD4::Hash(const TDesC8& /*aMessage*/)
60 // Method replaced by shim
65 EXPORT_C CMessageDigest* CMD4::CopyL(void)
67 // Method replaced by shim
72 EXPORT_C TInt CMD4::BlockSize(void)
74 // Method replaced by shim
76 return KErrNotSupported;
79 EXPORT_C TInt CMD4::HashSize(void)
81 // Method replaced by shim
83 return KErrNotSupported;
86 EXPORT_C void CMD4::Reset(void)
88 // Method replaced by shim
92 EXPORT_C void CMD4::Update(const TDesC8& /*aMessage*/)
94 // Method replaced by shim
98 EXPORT_C TPtrC8 CMD4::Final(const TDesC8& /*aMessage*/)
100 // Method replaced by shim
105 EXPORT_C TPtrC8 CMD4::Final()
107 // Method replaced by shim
112 void CMD4::RestoreState()
114 // Method replaced by shim
118 void CMD4::StoreState()
120 // Method replaced by shim