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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c240 PK11_SESSION *pk11_get_session(PK11_OPTYPE optype);
1391 if ((sp = pk11_get_session(OP_RAND)) == NULL) {
1415 if ((sp = pk11_get_session(OP_RAND)) == NULL) {
1490 pk11_get_session(PK11_OPTYPE optype) function
1658 * freed in pk11_get_session() as part of the post-fork clean up the
2280 if ((sp = pk11_get_session(OP_CIPHER)) == NULL) {
2684 if ((sp = pk11_get_session(OP_DIGEST)) == NULL) {

Completed in 372 milliseconds