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

Function to_mb

dds/DCPS/security/CryptoBuiltInImpl.cpp:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740 const char Token_KeyMat_Name[] = "dds.cryp.keymat";
741
742 const char* to_mb(const unsigned char* buffer)
743 {
744 return reinterpret_cast<const char*>(buffer);
745 }
746
747 ParticipantCryptoTokenSeq keys_to_tokens(const KeyMaterial_AES_GCM_GMAC_Seq& keys)
748 {

Callers 9

keys_to_tokensFunction · 0.85
tokens_to_keysFunction · 0.85
setOctetsToNextHeaderFunction · 0.85
encode_submessageMethod · 0.85
encode_rtps_messageMethod · 0.85
decode_submessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected