MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / ctki_to_dds_string

Function ctki_to_dds_string

dds/DCPS/security/CommonUtilities.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124OPENDDS_STRING ctki_to_dds_string(const CryptoTransformKeyId& keyId)
125{
126 return to_hex_dds_string(keyId, sizeof(keyId), ' ');
127}
128
129OPENDDS_STRING to_dds_string(const KeyOctetSeq& keyData)
130{

Callers 4

to_dds_stringFunction · 0.85

Calls 1

to_hex_dds_stringFunction · 0.85

Tested by

no test coverage detected