| 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 | { |
no outgoing calls
no test coverage detected