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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.h90 * (if the list is empty). See pk11_get_session() on how it is done.
224 extern PK11_SESSION *pk11_get_session(PK11_OPTYPE optype);
H A De_pk11_pub.c743 if ((sp = pk11_get_session(OP_RSA)) == NULL)
800 if ((sp = pk11_get_session(OP_RSA)) == NULL)
858 if ((sp = pk11_get_session(OP_RSA)) == NULL)
915 if ((sp = pk11_get_session(OP_RSA)) == NULL)
1064 if ((sp = pk11_get_session(OP_RSA)) == NULL)
1182 if ((sp = pk11_get_session(OP_RSA)) == NULL)
1269 if ((sp = pk11_get_session(OP_RSA)) == NULL)
1442 if ((sp = pk11_get_session(OP_RSA)) == NULL)
2074 if ((sp = pk11_get_session(OP_DSA)) == NULL)
2190 if ((sp = pk11_get_session(OP_DS
[all...]
H A De_pk11.c258 PK11_SESSION *pk11_get_session(PK11_OPTYPE optype);
1405 if ((sp = pk11_get_session(OP_RAND)) == NULL)
1428 if ((sp = pk11_get_session(OP_RAND)) == NULL)
1508 pk11_get_session(PK11_OPTYPE optype) function
1689 * freed in pk11_get_session() as part of the post-fork clean up the
2336 if ((sp = pk11_get_session(OP_CIPHER)) == NULL)
2744 if ((sp = pk11_get_session(OP_DIGEST)) == NULL)

Completed in 25 milliseconds