Searched refs:send_key (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/talk/session/media/ |
D | srtpfilter.cc | 150 const uint8_t* send_key, in SetRtpParams() argument 160 if (!send_session_->SetSend(send_cs, send_key, send_key_len)) in SetRtpParams() 183 const uint8_t* send_key, in SetRtcpParams() argument 198 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len)) in SetRtcpParams() 426 uint8_t send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; in ApplyParams() local 427 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) && in ApplyParams() 432 rtc::SrtpCryptoSuiteFromName(send_params.cipher_suite), send_key, in ApplyParams() 433 sizeof(send_key)) && in ApplyParams()
|
D | srtpfilter.h | 108 const uint8_t* send_key, 114 const uint8_t* send_key,
|
D | channel.cc | 923 std::vector<unsigned char> *send_key, *recv_key; in SetupDtlsSrtp() local 931 send_key = &server_write_key; in SetupDtlsSrtp() 934 send_key = &client_write_key; in SetupDtlsSrtp() 939 ret = srtp_filter_.SetRtcpParams(selected_crypto_suite, &(*send_key)[0], in SetupDtlsSrtp() 940 static_cast<int>(send_key->size()), in SetupDtlsSrtp() 944 ret = srtp_filter_.SetRtpParams(selected_crypto_suite, &(*send_key)[0], in SetupDtlsSrtp() 945 static_cast<int>(send_key->size()), in SetupDtlsSrtp()
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.h | 270 const u8 *send_key, size_t send_key_len,
|
D | radius.c | 1186 const u8 *send_key, size_t send_key_len, in radius_msg_add_mppe_keys() argument 1218 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret, in radius_msg_add_mppe_keys()
|