1.4.4.3 DRV_CRYPTO_HASH_GetContextSize()
uint32_t DRV_CRYPTO_HASH_GetContextSize (void * contextData)
Get the size of a hash context block.
contextData |
A pointer to the context block that contains the hash context data. |
Size of the hash context block in bytes. |
Note:
A NULL contextData pointer will return the maximum context block size.