crypto/weakcrypto/inc/padding.h
changeset 29 ece3df019add
parent 8 35751d3474b7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
   202 	* cleanup stack.
   202 	* cleanup stack.
   203 	*
   203 	*
   204 	* @param aBlockBytes	The block size in bytes.
   204 	* @param aBlockBytes	The block size in bytes.
   205 	* @return				A pointer to the new CPaddingPKCS1Signature object.
   205 	* @return				A pointer to the new CPaddingPKCS1Signature object.
   206 	*/
   206 	*/
   207 	IMPORT_C static CPaddingPKCS1Signature* CPaddingPKCS1Signature::NewLC(
   207 	IMPORT_C static CPaddingPKCS1Signature* NewLC(
   208 		TInt aBlockBytes);
   208 		TInt aBlockBytes);
   209 	void DoPadL(const TDesC8& aInput,TDes8& aOutput);
   209 	void DoPadL(const TDesC8& aInput,TDes8& aOutput);
   210 	void UnPadL(const TDesC8& aInput,TDes8& aOutput);
   210 	void UnPadL(const TDesC8& aInput,TDes8& aOutput);
   211 	TInt MinPaddingLength(void) const;
   211 	TInt MinPaddingLength(void) const;
   212 protected:
   212 protected: