Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcserror.c189 case CKR_WRAPPING_KEY_HANDLE_INVALID: in pkcs11_strerror()
H A Dutil.c100 CKR_WRAPPING_KEY_HANDLE_INVALID, /* WRAPPING_KEY_HANDLE_INVALID */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c256 return (CKR_WRAPPING_KEY_HANDLE_INVALID); in key_mgr_wrap_key()
375 return (CKR_WRAPPING_KEY_HANDLE_INVALID); in key_mgr_unwrap_key()
H A Ddecr_mgr.c73 return (CKR_WRAPPING_KEY_HANDLE_INVALID); in decr_mgr_init()
H A Dencr_mgr.c72 return (CKR_WRAPPING_KEY_HANDLE_INVALID); in encr_mgr_init()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c148 rv = CKR_WRAPPING_KEY_HANDLE_INVALID; in C_WrapKey()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1127 #define CKR_WRAPPING_KEY_HANDLE_INVALID 0x00000113UL macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c217 case CKR_WRAPPING_KEY_HANDLE_INVALID: in pkcs11_error_table()