Lines Matching defs:pkcs11_kernel
145 * Tables for symmetric ciphers and digest mechs found in the pkcs11_kernel
3414 * It would be great if we could use pkcs11_kernel directly since this library
3426 * pkcs11_kernel library seems like a very good idea.
3430 * compiler. That means that if we switched to pkcs11_kernel from the libpkcs11
3435 * that, we can't switch to the pkcs11_kernel library now and have to come with
3440 * This is the idea: dlopen() pkcs11_kernel directly and find out what
3444 * pkcs11_kernel will show you hardware providers only.
3449 * created using the pkcs11_kernel library. So, as a result we have two arrays
3459 static const char pkcs11_kernel[] = "/usr/lib/security/64/pkcs11_kernel.so.1";
3461 static const char pkcs11_kernel[] = "/usr/lib/security/pkcs11_kernel.so.1";
3486 * Use RTLD_GROUP to limit the pkcs11_kernel provider to its own
3490 if ((handle = dlopen(pkcs11_kernel, RTLD_LAZY | RTLD_GROUP)) == NULL)
3580 DEBUG_SLOT_SEL("%s: provider: %s\n", PK11_DBG, pkcs11_kernel);