Searched refs:cast_auth_handle (Results 1 – 1 of 1) sorted by relevance
117 void* cast_auth_handle = ::dlopen("libcast_auth.so", RTLD_LAZY); in signRSA() local118 if (!cast_auth_handle) { in signRSA()125 reinterpret_cast<func_type>(::dlsym(cast_auth_handle, "SignHash")); in signRSA()128 dlclose(cast_auth_handle); in signRSA()133 dlclose(cast_auth_handle); in signRSA()