Functions in huctx.h
Related links
- Global Context (huctx.h) (huctx.h)
Global Context Functions
- hu_MallocFunc
Prototype of user-provided callback function for memory allocation.
- hu_FreeFunc
Prototype of user-provided callback function for freeing memory.
- hu_MemCpyFunc
Prototype of user-provided callback function for copying the specified number of bytes from one memory location to another.
- hu_MemCmpFunc
Prototype of user-provided callback function for comparing the specified number of bytes of two memory locations.
- hu_MemSetFunc
Prototype of user-provided callback function for filling a memory location with the specified number of bytes of a constant value.
- hu_TimeFunc
Prototype of user-provided callback function for returning the time in seconds since the Epoch (00:00:00 UTC, January 1, 1970).
- hu_GlobalCtxCreate()
Creates a global context initialized with user-provided callback functions.
- hu_GlobalCtxCreateDefault()
Creates a global context initialized with default implementations for callback functions.
- hu_GlobalCtxGet()
Retrieves the callback functions and callback data from a global context.
- hu_GlobalCtxCreateFromOriginal()
Create a new SB global context from an existing one.
- hu_GlobalCtxCopyCrypto()
Copy all the crypto from one SB global context into another one.
- hu_GlobalCtxDestroy()
Destroys a global context.