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

Method resetCipherBlockCounter

src/jlsrtp.cpp:1040–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038}
1039
1040int JLSRTP::resetCipherBlockCounter()
1041{
1042 // Clear low-order bytes [14..15] for 'counter'
1043 memset(_cipherstate.ivec+14, 0, 2);
1044
1045 return 0;
1046}
1047
1048int JLSRTP::setAESPseudoRandomFunctionKey(ActiveCrypto crypto_attrib /*= ACTIVE_CRYPTO*/)
1049{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected