| 1031 | } |
| 1032 | |
| 1033 | int JLSRTP::resetCipherOutputBlock() |
| 1034 | { |
| 1035 | memset(_cipherstate.ecount, 0, sizeof(_cipherstate.ecount)); |
| 1036 | |
| 1037 | return 0; |
| 1038 | } |
| 1039 | |
| 1040 | int JLSRTP::resetCipherBlockCounter() |
| 1041 | { |
nothing calls this directly
no outgoing calls
no test coverage detected