Home
last modified time | relevance | path

Searched refs:ulMaxRwSessionCount (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c189 metainfo.ulMaxRwSessionCount = CK_EFFECTIVELY_INFINITE; in meta_GetTokenInfo()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c174 pInfo->ulMaxRwSessionCount = in C_GetTokenInfo()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c371 pInfo->ulMaxRwSessionCount = CK_EFFECTIVELY_INFINITE; in C_GetTokenInfo()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c398 token_info->ulMaxRwSessionCount = (CK_ULONG)CK_UNAVAILABLE_INFORMATION; in init_token_info()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h140 CK_ULONG ulMaxRwSessionCount; /* max R/W sessions */ member