Home
last modified time | relevance | path

Searched refs:CKR_SESSION_PARALLEL_NOT_SUPPORTED (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcserror.c143 case CKR_SESSION_PARALLEL_NOT_SUPPORTED: in pkcs11_strerror()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c49 return (CKR_SESSION_PARALLEL_NOT_SUPPORTED); in C_OpenSession()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c50 return (CKR_SESSION_PARALLEL_NOT_SUPPORTED); in C_OpenSession()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c70 return (CKR_SESSION_PARALLEL_NOT_SUPPORTED); in meta_OpenSession()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1100 #define CKR_SESSION_PARALLEL_NOT_SUPPORTED 0x000000B4UL macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1778 return (CKR_SESSION_PARALLEL_NOT_SUPPORTED); in C_OpenSession()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c171 case CKR_SESSION_PARALLEL_NOT_SUPPORTED: in pkcs11_error_table()