Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DBLECrypt_if.c87 char lib_name[128]; in BLECrypt_if_enable_real_encryption() local
89 …snprintf(lib_name,128,"../lib/libCryptov1.so"); //Relative to the working directory which is expec… in BLECrypt_if_enable_real_encryption()
90 LibCryptoHandle = dlopen(lib_name, RTLD_NOW); in BLECrypt_if_enable_real_encryption()
92 snprintf(lib_name,128,"libCryptov1.so"); //Let's see if the user set LD_LIBRARY_PATH in BLECrypt_if_enable_real_encryption()
93 LibCryptoHandle = dlopen(lib_name, RTLD_NOW); in BLECrypt_if_enable_real_encryption()