Searched refs:mod_srtp (Results 1 – 2 of 2) sorted by relevance
/external/libsrtp2/srtp/ |
D | ekt.c | 49 extern srtp_debug_module_t mod_srtp; 221 debug_print(mod_srtp, "EKT not in use", NULL); in srtp_ekt_write_data() 232 debug_print(mod_srtp, "writing EKT EMK: %s,", in srtp_ekt_write_data() 239 debug_print(mod_srtp, "writing EKT ROC: %s,", in srtp_ekt_write_data() 246 debug_print(mod_srtp, "writing EKT ISN: %s,", in srtp_ekt_write_data() 252 debug_print(mod_srtp, "writing EKT SPI: %s,", in srtp_ekt_write_data()
|
D | srtp.c | 71 srtp_debug_module_t mod_srtp = { variable 461 debug_print(mod_srtp, "cloning stream (SSRC: 0x%08x)", ntohl(ssrc)); in srtp_stream_clone() 922 debug_print(mod_srtp, "srtp key len: %d", rtp_keylen); in srtp_stream_init_keys() 923 debug_print(mod_srtp, "srtcp key len: %d", rtcp_keylen); in srtp_stream_init_keys() 924 debug_print(mod_srtp, "base key len: %d", rtp_base_key_len); in srtp_stream_init_keys() 925 debug_print(mod_srtp, "kdf key len: %d", kdf_keylen); in srtp_stream_init_keys() 926 debug_print(mod_srtp, "rtp salt len: %d", rtp_salt_len); in srtp_stream_init_keys() 957 debug_print(mod_srtp, "cipher key: %s", in srtp_stream_init_keys() 965 debug_print(mod_srtp, "found rtp_salt_len > 0, generating salt", NULL); in srtp_stream_init_keys() 979 debug_print(mod_srtp, "cipher salt: %s", in srtp_stream_init_keys() [all …]
|