Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c554 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
636 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
663 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
742 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
801 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_decrypt_final()
H A DsoftBlowfishCrypt.c341 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_blowfish_decrypt_common()
H A DsoftAESCrypt.c524 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_aes_decrypt_common()
H A DsoftDESCrypt.c523 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_des_decrypt_common()
H A DsoftRSA.c348 rv = CKR_ENCRYPTED_DATA_LEN_RANGE; in soft_rsa_decrypt_common()
/titanic_41/usr/src/lib/libcryptoutil/common/
H A Dpkcserror.c86 case CKR_ENCRYPTED_DATA_LEN_RANGE: in pkcs11_strerror()
/titanic_41/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()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1094 #define CKR_ENCRYPTED_DATA_LEN_RANGE 0x00000041 macro
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c70 CKR_ENCRYPTED_DATA_LEN_RANGE, /* ENCRYPTED_DATA_LEN_RANGE */
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c115 case CKR_ENCRYPTED_DATA_LEN_RANGE: in pkcs11_error_table()