HomeSort by: relevance | last modified time | path
    Searched defs:pkcs11_module_handle (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-pkcs11.c 98 static void *pkcs11_module_handle; variable
111 pkcs11_module_handle =
114 if (pkcs11_module_handle == NULL)
119 if (pkcs11_module_handle == NULL) {
120 pkcs11_module_handle =
123 if (pkcs11_module_handle == NULL)
127 if (pkcs11_module_handle == NULL)
131 dlsym(pkcs11_module_handle, "C_GetFunctionList");
133 dlclose(pkcs11_module_handle);
139 dlclose(pkcs11_module_handle);
    [all...]

Completed in 16 milliseconds