Home
last modified time | relevance | path

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

/device/google/tangorpro/cast_auth/mediadrm/
DDrmPlugin.cpp117 void* cast_auth_handle = ::dlopen("libcast_auth.so", RTLD_LAZY); in signRSA() local
118 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()