qcrypto_init()
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Initialize a library
Synopsis:
#include <qcrypto/qcrypto.h>
int qcrypto_init(uint32_t flags,
const char *name)
Arguments:
- flags
- Initialization flag value (
QCRYPTO_INIT_*
). - name
- The plugin name (optional).
Library:
libqcryptoDescription:
The qcrypto_init() function adds the plugin with a tag value that matches __progname. When a user requests an algorithm, this entry is searched for a matching tag first, before the contents of the qcrypto
library configuration file.
If a process calls qcrypto_init() multiple times, to successfully unload all plugins it must call qcrypto_uninit() the same number of times.
Returns:
QCRYPTO_R_EOK if successful or qcrypto_errno
if an error occurred.
Page updated: