nl:: Weave:: Platform:: Security:: SHA1
Summary
Constructors and Destructors |
|
---|---|
SHA1(void)
|
|
~SHA1(void)
|
Public types |
|
---|---|
@342
|
enum |
Public functions |
|
---|---|
AddData(const uint8_t *data, uint16_t dataLen)
|
void
|
AddData(const BIGNUM & num)
|
void
Add an OpenSSL BIGNUM value to the hash.
|
Begin(void)
|
void
|
Finish(uint8_t *hashBuf)
|
void
|
Reset(void)
|
void
|
Public types
@342
@342
Public functions
AddData
void AddData( const uint8_t *data, uint16_t dataLen )
AddData
void AddData( const BIGNUM & num )
Add an OpenSSL BIGNUM value to the hash.
Begin
void Begin( void )
Finish
void Finish( uint8_t *hashBuf )
Reset
void Reset( void )
SHA1
SHA1( void )
~SHA1
~SHA1( void )