1.5.2.3 DRV_CRYPTO_HASH_GetContextSize()

uint32_t DRV_CRYPTO_HASH_GetContextSize (void * contextData)

This function retrieves the size of the hash context block.

Parameters:
contextData

A pointer to the context block that contains the hash context data.

Returns:

Size of the hash context block in bytes.

Note:

A NULL contextData pointer will return the maximum context block size.