Home
last modified time | relevance | path

Searched refs:CKR_STATE_UNSAVEABLE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c485 rv = CKR_STATE_UNSAVEABLE; in soft_get_operationstate()
491 rv = CKR_STATE_UNSAVEABLE; in soft_get_operationstate()
497 rv = CKR_STATE_UNSAVEABLE; in soft_get_operationstate()
503 rv = CKR_STATE_UNSAVEABLE; in soft_get_operationstate()
520 rv = CKR_STATE_UNSAVEABLE; in soft_get_operationstate()
568 rv = CKR_STATE_UNSAVEABLE; in soft_get_operationstate()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c778 return (CKR_STATE_UNSAVEABLE); in session_mgr_get_op_state()
782 return (CKR_STATE_UNSAVEABLE); in session_mgr_get_op_state()
823 return (CKR_STATE_UNSAVEABLE); in session_mgr_get_op_state()
864 return (CKR_STATE_UNSAVEABLE); in session_mgr_get_op_state()
904 return (CKR_STATE_UNSAVEABLE); in session_mgr_get_op_state()
944 return (CKR_STATE_UNSAVEABLE); in session_mgr_get_op_state()
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcserror.c209 case CKR_STATE_UNSAVEABLE: in pkcs11_strerror()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c251 return (CKR_STATE_UNSAVEABLE); in kernel_get_operationstate()
259 return (CKR_STATE_UNSAVEABLE); in kernel_get_operationstate()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1141 #define CKR_STATE_UNSAVEABLE 0x00000180UL macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c235 case CKR_STATE_UNSAVEABLE: in pkcs11_error_table()