ica_drbg_uninstantiate
Purpose
This function destroys an existing ica_drbg instance.
Format
int ica_drbg_uninstantiate(ica_drbg_t **sh);
Parameters
- ica_drbg_t **sh
- State handle pointer. The corresponding DRBG instantiation is destroyed and the state handle is set to NULL (invalid).
Return codes
- 0
- Success
For return codes indicating exceptions, see Return codes.