Changeset 5408
- Timestamp:
- Aug 5, 2016 1:14:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c
r5341 r5408 98 98 sec_serv_conf_and_auth}, 99 99 100 /* cipher AES_ CM_192, auth HMAC_SHA1, auth tag len = 10 octets */100 /* cipher AES_192_CM, auth HMAC_SHA1, auth tag len = 10 octets */ 101 101 //{"AES_192_CM_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 10, 10, 102 102 //sec_serv_conf_and_auth}, 103 103 104 /* cipher AES_ CM_192, auth HMAC_SHA1, auth tag len = 4 octets */105 //{"AES_192_CM_HMAC_SHA1_ 80", AES_ICM, 38, HMAC_SHA1, 20, 4, 10,104 /* cipher AES_192_CM, auth HMAC_SHA1, auth tag len = 4 octets */ 105 //{"AES_192_CM_HMAC_SHA1_32", AES_ICM, 38, HMAC_SHA1, 20, 4, 10, 106 106 //sec_serv_conf_and_auth}, 107 107
Note: See TracChangeset
for help on using the changeset viewer.