pub unsafe extern "C" fn otPlatCryptoSha256Deinit(
    aContext: *mut otCryptoContext
) -> otError
Expand description

Uninitialize the SHA-256 operation.

@param[in] aContext Context for SHA-256 operation.

@retval OT_ERROR_NONE Successfully un-initialised SHA-256 operation. @retval OT_ERROR_FAILED Failed to un-initialised SHA-256 operation. @retval OT_ERROR_INVALID_ARGS @p aContext was NULL