qcrypto_dyn.h

Updated: April 19, 2023

QNX cryptography library dynamic API.

This shim library is designed to allow client code to compile qcrypto library support without explicitly linking in the library itself. Instead, programs only need to link to libqcrypto_dyn.so.

When qcrypto_load() is called, the library is opened via dlopen() and provides an interface identical to the regular qcrypto library API.