Home
last modified time | relevance | path

Searched refs:CKR_DEVICE_REMOVED (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcserror.c85 case CKR_DEVICE_REMOVED: in pkcs11_strerror()
H A Dutil.c55 CKR_DEVICE_REMOVED, /* DEVICE_REMOVED */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c323 return (CKR_DEVICE_REMOVED); in C_Login()
H A DsoftSlotToken.c533 return (CKR_DEVICE_REMOVED); in C_SetPIN()
H A DsoftObjectUtil.c332 rv = CKR_DEVICE_REMOVED; in soft_add_object()
H A DsoftAttributeUtil.c1218 return (CKR_DEVICE_REMOVED); in soft_parse_common_attrs()
4696 return (CKR_DEVICE_REMOVED);
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1063 #define CKR_DEVICE_REMOVED 0x00000032UL macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c113 case CKR_DEVICE_REMOVED: in pkcs11_error_table()