MCPcopy Create free account
hub / github.com/SIPp/sipp / displaySessionAuthenticationKey

Method displaySessionAuthenticationKey

src/jlsrtp.cpp:1633–1643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631}
1632
1633void JLSRTP::displaySessionAuthenticationKey()
1634{
1635 //printf("session_authentication_key[] size: %d\n", _session_auth_key.size());
1636
1637 printf("_session_auth_key : [");
1638 for (unsigned int i = 0; i < _session_auth_key.size(); i++)
1639 {
1640 printf("%02x", _session_auth_key[i]);
1641 }
1642 printf("]\n");
1643}
1644
1645int JLSRTP::selectEncryptionKey()
1646{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected