Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
OPENDDS_STRING ctki_to_dds_string(const CryptoTransformKeyId& keyId)
125
{
126
return to_hex_dds_string(keyId, sizeof(keyId),
' '
);
127
}
128
129
OPENDDS_STRING to_dds_string(const KeyOctetSeq& keyData)
130
{
Callers
4
register_local_datawriter
Method · 0.85
register_local_datareader
Method · 0.85
preprocess_secure_submsg
Method · 0.85
to_dds_string
Function · 0.85
Calls
1
to_hex_dds_string
Function · 0.85
Tested by
no test coverage detected