Home
last modified time | relevance | path

Searched refs:CKR_ENCRYPTED_DATA_LEN_RANGE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c471 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
551 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
584 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
H A DsoftBlowfishCrypt.c338 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_blowfish_decrypt_common()
H A DsoftDESCrypt.c519 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_des_decrypt_common()
H A DsoftAESCrypt.c1000 return (CKR_ENCRYPTED_DATA_LEN_RANGE); in soft_aes_decrypt_update()
H A DsoftRSA.c348 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_rsa_decrypt_common()
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcserror.c89 case CKR_ENCRYPTED_DATA_LEN_RANGE: in pkcs11_strerror()
H A Dutil.c57 CKR_ENCRYPTED_DATA_LEN_RANGE, /* ENCRYPTED_DATA_LEN_RANGE */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmech_rsa.c244 return (CKR_ENCRYPTED_DATA_LEN_RANGE); in rsa_pkcs_decrypt()
256 return (CKR_ENCRYPTED_DATA_LEN_RANGE); in rsa_pkcs_decrypt()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1065 #define CKR_ENCRYPTED_DATA_LEN_RANGE 0x00000041UL macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c117 case CKR_ENCRYPTED_DATA_LEN_RANGE: in pkcs11_error_table()