pskc_set_cryptomodule_id (3) Linux Manual Page
pskc_set_cryptomodule_id – API function Synopsis #include <pskc.h> void pskc_set_cryptomodule_id(pskc_key_t *key, const char *cid); Arguments pskc_key_t * key a pskc_key_t handle, from pskc_get_keypackage(). const char * cid the cryptomodule id to set Description Set the PSKC KeyPackage CryptoModule Id value. This element carries a unique identifier for the CryptoModule and is implementation specific. As such, it…
