|
CXI
|
This is the complete list of members for Cxi, including all inherited members.
| bulk_crypt(const Key &key, const MechanismParameter &mechParam, const std::vector< ByteArray > &data) | Cxi | |
| bulk_sign(Key &key, const MechanismParameter &mechParam, const std::vector< ByteArray > &data) | Cxi | |
| crypt(int flags, const Key &key, const MechanismParameter &mechParam, const ByteArray &data, ByteArray *iv=NULL, ByteArray *tag=NULL, const ByteArray *tag_in=NULL) | Cxi | |
| Cxi(std::vector< std::string > devices, int timeout, int ctimeout, int fallback_interval, cxi::ByteArray *vendorCert, cxi::ByteArray *operatorCert, cxi::ByteArray *customerCert) | Cxi | |
| Cxi(const char *device, int timeout=60000, int ctimeout=5000) | Cxi | |
| Cxi(const char **devices, int ndevs, int timeout=60000, int ctimeout=5000, int fallback_interval=0) | Cxi | |
| Cxi(std::vector< std::string > devices, int timeout=60000, int ctimeout=5000, int fallback_interval=0) | Cxi | |
| Cxi(Config &config) | Cxi | |
| exec(unsigned int fc, unsigned int sfc, unsigned char *p_cmd, unsigned int l_cmd, unsigned char **pp_answ, unsigned int *p_l_answ, CLUSTER_ERROR *errlist=NULL, unsigned int err_ct=0) | Cxi | |
| free_answ(unsigned char *&p_answ) | Cxi | |
| get_auth_state(void) | Cxi | |
| get_fw_version(void) | Cxi | |
| get_version(void) | Cxi | static |
| getBufferedDataSize(const ByteArray &iv) | Cxi | |
| hash_compute(int flags, const MechanismParameter &mechParam, const ByteArray *data, const ByteArray *info=NULL, const Key *key=NULL) | Cxi | |
| key_backup(Key &key) | Cxi | |
| key_delete(const PropertyList &keyTemplate) | Cxi | |
| key_delete(Key &key) | Cxi | |
| key_dsa_ggen(PropertyList &propList, const MechanismParameter &mechParam) | Cxi | |
| key_dsa_pqgen(MechanismParameter &mechParam) | Cxi | |
| key_dsa_xgen(int psize, int qsize=160, int mech=-1) | Cxi | |
| key_export(int type, Key &key, Key *exportKey, int mech=-1) | Cxi | |
| key_generate(int flags, const PropertyList &keyTemplate) | Cxi | |
| key_import(int flags, int type, const PropertyList &keyTemplate, const ByteArray &keyBlob, Key *importKey, int mech=-1) | Cxi | |
| key_list(PropertyList *keyTemplate=NULL) | Cxi | |
| key_open(int flags, PropertyList &keyTemplate) | Cxi | |
| key_prop_get(const Key &key, int properties[], int nprops) | Cxi | |
| key_prop_set(const Key &key, const PropertyList &propList) | Cxi | |
| key_restore(int flags, Key &key, PropertyList *keyTemplate=NULL) | Cxi | |
| key_set_fips_usage(const Key &key, unsigned int usage) | Cxi | |
| logoff(void) | Cxi | |
| logon_pass(const char *user, const char *password, bool keep_alive=false) | Cxi | |
| logon_sign(const char *user, const char *key, const char *password=0, bool keep_alive=false) | Cxi | |
| rnd_gen(int len, int mech=-1) | Cxi | |
| secret_agree(int flags, const Key &privateKey, const Key &publicKey, const MechanismParameter *mechParam=NULL) | Cxi | |
| sign(int flags, Key &key, const MechanismParameter &mechParam, const ByteArray &data, ByteArray *iv=NULL) | Cxi | |
| verify(int flags, Key &key, const MechanismParameter &mechParam, ByteArray &data, const ByteArray *signature, ByteArray *iv=NULL) | Cxi | |
| ~Cxi(void) | Cxi | virtual |