cryptoplugins/cryptospiplugins/source/softwarecrypto/sha224and256impl.h
changeset 30 cf642210ecb7
parent 17 cd501b96611d
equal deleted inserted replaced
19:ece3df019add 30:cf642210ecb7
    81 		TUint iECopy;
    81 		TUint iECopy;
    82 		TUint iFCopy;
    82 		TUint iFCopy;
    83 		TUint iGCopy;
    83 		TUint iGCopy;
    84 		TUint iHCopy;
    84 		TUint iHCopy;
    85 		TUint iNlCopy;
    85 		TUint iNlCopy;
    86 		TUint iNhCopy;	
    86 		TUint64 iNhCopy;	
    87 		TUint iDataCopy[KSHA256BlockSize];
    87 		TUint iDataCopy[KSHA256BlockSize];
    88 		
    88 		
    89 		TUint iNl;
    89 		TUint iNl;
    90 		TUint64 iNh;
    90 		TUint64 iNh;
    91 		};
    91 		};