Searched refs:decryptLib (Results 1 – 2 of 2) sorted by relevance
44 static void* decryptLib = NULL; in getDecryptHandle() local48 return decryptLib; in getDecryptHandle()51 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()54 if (decryptLib == NULL) { in getDecryptHandle()58 return decryptLib; in getDecryptHandle()
45 static void* decryptLib = NULL; in getDecryptHandle() local49 return decryptLib; in getDecryptHandle()52 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()55 if (decryptLib == NULL) { in getDecryptHandle()59 return decryptLib; in getDecryptHandle()