Searched defs:pkcs11_kernel (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c145 * 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 variable
3461 static const char pkcs11_kernel[] = "/usr/lib/security/pkcs11_kernel.so.1"; variable
[all...]

Completed in 66 milliseconds