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

Side by Side Diff: srtp/crypto/include/crypto.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 unified diff | Download patch
« no previous file with comments | « srtp/crypto/include/cipher.h ('k') | srtp/crypto/include/crypto_kernel.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * crypto.h 2 * crypto.h
3 * 3 *
4 * API for libcrypto 4 * API for libcrypto
5 * 5 *
6 * David A. McGrew 6 * David A. McGrew
7 * Cisco Systems, Inc. 7 * Cisco Systems, Inc.
8 */ 8 */
9
9 /* 10 /*
10 * 11 *
11 * Copyright (c) 2001-2006, Cisco Systems, Inc. 12 * Copyright (c) 2001-2006, Cisco Systems, Inc.
12 * All rights reserved. 13 * All rights reserved.
13 * 14 *
14 * Redistribution and use in source and binary forms, with or without 15 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions 16 * modification, are permitted provided that the following conditions
16 * are met: 17 * are met:
17 * 18 *
18 * Redistributions of source code must retain the above copyright 19 * Redistributions of source code must retain the above copyright
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 * and can be selected to indicate that no authentication is to take 70 * and can be selected to indicate that no authentication is to take
70 * place. 71 * place.
71 * 72 *
72 * @ingroup Authentication 73 * @ingroup Authentication
73 */ 74 */
74 typedef uint32_t auth_type_id_t; 75 typedef uint32_t auth_type_id_t;
75 76
76 #endif /* CRYPTO_H */ 77 #endif /* CRYPTO_H */
77 78
78 79
OLDNEW
« no previous file with comments | « srtp/crypto/include/cipher.h ('k') | srtp/crypto/include/crypto_kernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698