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

Method resetCipherOutputBlock

src/jlsrtp.cpp:1033–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031}
1032
1033int JLSRTP::resetCipherOutputBlock()
1034{
1035 memset(_cipherstate.ecount, 0, sizeof(_cipherstate.ecount));
1036
1037 return 0;
1038}
1039
1040int JLSRTP::resetCipherBlockCounter()
1041{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected