summaryrefslogtreecommitdiff
path: root/third_party/srtp/crypto/include/null_cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/crypto/include/null_cipher.h')
-rw-r--r--third_party/srtp/crypto/include/null_cipher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/srtp/crypto/include/null_cipher.h b/third_party/srtp/crypto/include/null_cipher.h
index 7d6bbdd6..39da59a8 100644
--- a/third_party/srtp/crypto/include/null_cipher.h
+++ b/third_party/srtp/crypto/include/null_cipher.h
@@ -62,11 +62,11 @@ typedef struct {
*/
err_status_t
-null_cipher_init(null_cipher_ctx_t *c, const uint8_t *key);
+null_cipher_init(null_cipher_ctx_t *c, const uint8_t *key, int key_len);
err_status_t
null_cipher_set_segment(null_cipher_ctx_t *c,
- unsigned long index);
+ unsigned long segment_index);
err_status_t
null_cipher_encrypt(null_cipher_ctx_t *c,