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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.h97 CK_BBOOL persistent; /* is that a keystore object? */ member in struct:PK11_st_SESSION
H A De_pk11.c286 CK_BBOOL persistent);
347 sp->persistent); \
1890 * We always initialize the session as containing a non-persistent
1891 * object. The key load functions set it to persistent if that is so.
1893 sp->persistent = CK_FALSE;
2176 CK_BBOOL persistent)
2181 * We never try to destroy persistent objects which are the objects
2185 if (persistent == CK_TRUE)
2175 pk11_destroy_object(CK_SESSION_HANDLE session, CK_OBJECT_HANDLE oh, CK_BBOOL persistent) argument

Completed in 38 milliseconds