Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: srtp/crypto/include/crypto_kernel.h

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Updated to libsrtp 1.5.1 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/crypto/include/crypto.h ('k') | srtp/crypto/include/crypto_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/include/crypto_kernel.h
diff --git a/srtp/crypto/include/crypto_kernel.h b/srtp/crypto/include/crypto_kernel.h
index 1acf4978d0ea4b0f5e73c90319fdd99a9ea7e77f..caccfa03a9623223a2a4fd7196e570b2b536669b 100644
--- a/srtp/crypto/include/crypto_kernel.h
+++ b/srtp/crypto/include/crypto_kernel.h
@@ -221,7 +221,8 @@ crypto_kernel_load_debug_module(debug_module_t *new_dm);
err_status_t
crypto_kernel_alloc_cipher(cipher_type_id_t id,
cipher_pointer_t *cp,
- int key_len);
+ int key_len,
+ int tag_len);
/*
* crypto_kernel_alloc_auth(id, ap, key_len, tag_len);
« no previous file with comments | « srtp/crypto/include/crypto.h ('k') | srtp/crypto/include/crypto_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698