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