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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h96 CK_BBOOL persistent; /* is that a keystore object? */ member in struct:PK11_st_SESSION
H A De_pk11.c268 CK_BBOOL persistent);
330 (sp)->persistent); \
1853 * We always initialize the session as containing a non-persistent
1854 * object. The key load functions set it to persistent if that is so.
1856 sp->persistent = CK_FALSE;
2120 CK_BBOOL persistent)
2125 * We never try to destroy persistent objects which are the objects
2129 if (persistent == CK_TRUE) {
2119 pk11_destroy_object(CK_SESSION_HANDLE session, CK_OBJECT_HANDLE oh, CK_BBOOL persistent) argument

Completed in 22 milliseconds