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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h90 * (if the list is empty). See pk11_get_session() on how it is done.
215 extern PK11_SESSION *pk11_get_session(PK11_OPTYPE optype);
H A De_pk11_pub.c734 if ((sp = pk11_get_session(OP_RSA)) == NULL) {
789 if ((sp = pk11_get_session(OP_RSA)) == NULL) {
846 if ((sp = pk11_get_session(OP_RSA)) == NULL) {
903 if ((sp = pk11_get_session(OP_RSA)) == NULL) {
1047 if ((sp = pk11_get_session(OP_RSA)) == NULL) {
1154 if ((sp = pk11_get_session(OP_RSA)) == NULL) {
1444 if ((sp = pk11_get_session(OP_RSA)) == NULL) {
1961 if ((sp = pk11_get_session(OP_DSA)) == NULL) {
2066 if ((sp = pk11_get_session(OP_DSA)) == NULL) {
2513 if ((sp = pk11_get_session(OP_D
[all...]
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 26 milliseconds