CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称:srtp-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-03-21
  • 文件大小:
    563.16kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

libsrtp库函数,能够实现RTP,SRTP之间转换,并附有test文件-libsrtp library functions, can be achieved RTP, SRTP conversion between, with a test file
(系统自动生成,下载前可以参看下载内容)

下载文件列表

srtp-master/
srtp-master/.gitignore
srtp-master/CHANGES
srtp-master/LICENSE
srtp-master/Makefile.in
srtp-master/README
srtp-master/TODO
srtp-master/VERSION
srtp-master/config.guess
srtp-master/config.h_win32vc7
srtp-master/config.hw
srtp-master/config.sub
srtp-master/config_in.h
srtp-master/configure
srtp-master/configure.in
srtp-master/crypto/
srtp-master/crypto/.cvsignore
srtp-master/crypto/Makefile.in
srtp-master/crypto/VERSION
srtp-master/crypto/ae_xfm/
srtp-master/crypto/ae_xfm/xfm.c
srtp-master/crypto/cipher/
srtp-master/crypto/cipher/aes.c
srtp-master/crypto/cipher/aes_cbc.c
srtp-master/crypto/cipher/aes_icm.c
srtp-master/crypto/cipher/cipher.c
srtp-master/crypto/cipher/null_cipher.c
srtp-master/crypto/hash/
srtp-master/crypto/hash/auth.c
srtp-master/crypto/hash/hmac.c
srtp-master/crypto/hash/null_auth.c
srtp-master/crypto/hash/sha1.c
srtp-master/crypto/include/
srtp-master/crypto/include/.cvsignore
srtp-master/crypto/include/aes.h
srtp-master/crypto/include/aes_cbc.h
srtp-master/crypto/include/aes_icm.h
srtp-master/crypto/include/alloc.h
srtp-master/crypto/include/auth.h
srtp-master/crypto/include/cipher.h
srtp-master/crypto/include/crypto.h
srtp-master/crypto/include/crypto_kernel.h
srtp-master/crypto/include/crypto_math.h
srtp-master/crypto/include/crypto_types.h
srtp-master/crypto/include/cryptoalg.h
srtp-master/crypto/include/datatypes.h
srtp-master/crypto/include/err.h
srtp-master/crypto/include/gf2_8.h
srtp-master/crypto/include/hmac.h
srtp-master/crypto/include/integers.h
srtp-master/crypto/include/kernel_compat.h
srtp-master/crypto/include/key.h
srtp-master/crypto/include/null_auth.h
srtp-master/crypto/include/null_cipher.h
srtp-master/crypto/include/prng.h
srtp-master/crypto/include/rand_source.h
srtp-master/crypto/include/rdb.h
srtp-master/crypto/include/rdbx.h
srtp-master/crypto/include/sha1.h
srtp-master/crypto/include/stat.h
srtp-master/crypto/include/xfm.h
srtp-master/crypto/kernel/
srtp-master/crypto/kernel/alloc.c
srtp-master/crypto/kernel/crypto_kernel.c
srtp-master/crypto/kernel/err.c
srtp-master/crypto/kernel/key.c
srtp-master/crypto/math/
srtp-master/crypto/math/datatypes.c
srtp-master/crypto/math/gf2_8.c
srtp-master/crypto/math/math.c
srtp-master/crypto/math/stat.c
srtp-master/crypto/replay/
srtp-master/crypto/replay/rdb.c
srtp-master/crypto/replay/rdbx.c
srtp-master/crypto/replay/ut_sim.c
srtp-master/crypto/rng/
srtp-master/crypto/rng/ctr_prng.c
srtp-master/crypto/rng/prng.c
srtp-master/crypto/rng/rand_linux_kernel.c
srtp-master/crypto/rng/rand_source.c
srtp-master/crypto/test/
srtp-master/crypto/test/.cvsignore
srtp-master/crypto/test/aes_calc.c
srtp-master/crypto/test/auth_driver.c
srtp-master/crypto/test/cipher_driver.c
srtp-master/crypto/test/datatypes_driver.c
srtp-master/crypto/test/env.c
srtp-master/crypto/test/kernel_driver.c
srtp-master/crypto/test/rand_gen.c
srtp-master/crypto/test/sha1_driver.c
srtp-master/crypto/test/stat_driver.c
srtp-master/doc/
srtp-master/doc/.cvsignore
srtp-master/doc/Doxyfile
srtp-master/doc/Makefile.in
srtp-master/doc/crypto_kernel.txt
srtp-master/doc/draft-irtf-cfrg-icm-00.txt
srtp-master/doc/header.template
srtp-master/doc/intro.txt
srtp-master/doc/libsrtp.pdf
srtp-master/doc/references.txt
srtp-master/doc/rfc3711.txt
srtp-master/include/
srtp-master/include/ekt.h
srtp-master/include/getopt_s.h
srtp-master/include/rtp.h
srtp-master/include/rtp_priv.h
srtp-master/include/srtp.h
srtp-master/include/srtp_priv.h
srtp-master/include/ut_sim.h
srtp-master/install-sh
srtp-master/install-win.bat
srtp-master/srtp.def
srtp-master/srtp.sln
srtp-master/srtp.vcproj
srtp-master/srtp/
srtp-master/srtp/ekt.c
srtp-master/srtp/srtp.c
srtp-master/srtp7.sln
srtp-master/srtp7.vcproj
srtp-master/tables/
srtp-master/tables/.cvsignore
srtp-master/tables/aes_tables.c
srtp-master/test/
srtp-master/test/.cvsignore
srtp-master/test/dtls_srtp_driver.c
srtp-master/test/getopt_s.c
srtp-master/test/lfsr.c
srtp-master/test/rdbx_driver.c
srtp-master/test/replay_driver.c
srtp-master/test/roc_driver.c
srtp-master/test/rtp.c
srtp-master/test/rtpw.c
srtp-master/test/rtpw_test.sh
srtp-master/test/srtp_driver.c
srtp-master/timing
srtp-master/undos.sh
srtp-master/update.sh

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com