| 1038 | } |
| 1039 | |
| 1040 | int 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 | |
| 1048 | int JLSRTP::setAESPseudoRandomFunctionKey(ActiveCrypto crypto_attrib /*= ACTIVE_CRYPTO*/) |
| 1049 | { |
nothing calls this directly
no outgoing calls
no test coverage detected