Searched refs:PKCS11_ENGINE (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dengine.c30 #define PKCS11_ENGINE "pkcs11" macro
47 if ((e = ENGINE_by_id(PKCS11_ENGINE)) == NULL) {
48 error("%s engine does not exist", PKCS11_ENGINE);
54 error("can't initialize %s engine", PKCS11_ENGINE);
59 "RSA, DSA, and symmetric ciphers", PKCS11_ENGINE);
73 error("can't use %s engine for RSA", PKCS11_ENGINE);
77 error("can't use %s engine for DSA", PKCS11_ENGINE);
82 PKCS11_ENGINE);
86 debug("%s engine initialization complete", PKCS11_ENGINE);
117 debug("%s engine finished", PKCS11_ENGINE);
[all...]

Completed in 45 milliseconds