qcrypto_uninit()
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Un-initialize a library
Synopsis:
#include <qcrypto/qcrypto.h>void qcrypto_uninit(void)Library:
libqcryptoDescription:
This function unloads all plugins and performs general cleanup. After it is called, no qcrypto library handles can be used or freed.
If a process calls qcrypto_init() multiple times, to successfully unload all plugins it must call qcrypto_uninit() the same number of times.
Page updated: 
