Home
last modified time | relevance | path

Searched refs:CKR_DEVICE_ERROR (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaRand.c75 return (CKR_DEVICE_ERROR); in meta_SeedRandom()
107 return (CKR_DEVICE_ERROR); in meta_GenerateRandom()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRand.c60 return (CKR_DEVICE_ERROR); in C_SeedRandom()
90 return (CKR_DEVICE_ERROR); in C_GenerateRandom()
H A DsoftKeysUtil.c361 rv = CKR_DEVICE_ERROR; in soft_genkey()
H A DsoftKeystoreUtil.c1177 CKR_DEVICE_ERROR : CKR_OK); in soft_gen_iv()
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.h45 #define CKR_DEVICE_ERROR CRYPTO_DEVICE_ERROR macro
/illumos-gate/usr/src/common/crypto/padding/
H A Dpadding.h54 #define CKR_DEVICE_ERROR CRYPTO_DEVICE_ERROR macro
H A Dpkcs1.c85 CKR_DEVICE_ERROR : 0; in pkcs1_encode()
/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.h52 #define CKR_DEVICE_ERROR CRYPTO_DEVICE_ERROR macro
H A Ddh_impl.c59 return (CKR_DEVICE_ERROR); in convert_rv()
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcserror.c81 case CKR_DEVICE_ERROR: in pkcs11_strerror()
H A Dutil.c53 CKR_DEVICE_ERROR, /* DEVICE_ERROR */
/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.h54 #define CKR_DEVICE_ERROR CRYPTO_DEVICE_ERROR macro
H A Ddsa_impl.c57 return (CKR_DEVICE_ERROR); in convert_rv()
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h53 #define CKR_DEVICE_ERROR CRYPTO_DEVICE_ERROR macro
H A Drsa_impl.c95 return (CKR_DEVICE_ERROR); in convert_rv()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h209 (pkcs11_get_nzero_urandom((p), (l)) < 0 ? CKR_DEVICE_ERROR : CKR_OK)
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1061 #define CKR_DEVICE_ERROR 0x00000030UL macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c109 case CKR_DEVICE_ERROR: in pkcs11_error_table()