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

Method resetCipherBlockOffset

src/jlsrtp.cpp:1026–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026int JLSRTP::resetCipherBlockOffset()
1027{
1028 _cipherstate.num = 0;
1029
1030 return 0;
1031}
1032
1033int JLSRTP::resetCipherOutputBlock()
1034{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected