Searched refs:send_key (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.cc150 const uint8* send_key, int send_key_len,
158 if (!send_session_->SetSend(send_cs, send_key, send_key_len))
181 const uint8* send_key, int send_key_len,
194 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len))
412 uint8 send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; local
413 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
418 send_key, sizeof(send_key)) &&
149 SetRtpParams(const std::string& send_cs, const uint8* send_key, int send_key_len, const std::string& recv_cs, const uint8* recv_key, int recv_key_len) argument
180 SetRtcpParams(const std::string& send_cs, const uint8* send_key, int send_key_len, const std::string& recv_cs, const uint8* recv_key, int recv_key_len) argument
H A Dsrtpfilter.h114 const uint8* send_key, int send_key_len,
118 const uint8* send_key, int send_key_len,
H A Dchannel.cc819 std::vector<unsigned char> *send_key, *recv_key; local
827 send_key = &server_write_key;
830 send_key = &client_write_key;
837 &(*send_key)[0],
838 static_cast<int>(send_key->size()),
845 &(*send_key)[0],
846 static_cast<int>(send_key->size()),
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.h257 const u8 *send_key, size_t send_key_len,
H A Dradius.c1167 const u8 *send_key, size_t send_key_len,
1195 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
1164 radius_msg_add_mppe_keys(struct radius_msg *msg, const u8 *req_authenticator, const u8 *secret, size_t secret_len, const u8 *send_key, size_t send_key_len, const u8 *recv_key, size_t recv_key_len) argument
/external/wpa_supplicant_8/src/radius/
H A Dradius.h257 const u8 *send_key, size_t send_key_len,
H A Dradius.c1167 const u8 *send_key, size_t send_key_len,
1195 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
1164 radius_msg_add_mppe_keys(struct radius_msg *msg, const u8 *req_authenticator, const u8 *secret, size_t secret_len, const u8 *send_key, size_t send_key_len, const u8 *recv_key, size_t recv_key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.h257 const u8 *send_key, size_t send_key_len,
H A Dradius.c1167 const u8 *send_key, size_t send_key_len,
1195 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
1164 radius_msg_add_mppe_keys(struct radius_msg *msg, const u8 *req_authenticator, const u8 *secret, size_t secret_len, const u8 *send_key, size_t send_key_len, const u8 *recv_key, size_t recv_key_len) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c142 static void send_key (int fd, uint16_t key, int pressed);
245 void send_key (int fd, uint16_t key, int pressed) function
589 send_key(uinput_fd, key_map[i].mapped_id, pressed);
595 send_key(uinput_fd, key_map[i].mapped_id, 0);

Completed in 2589 milliseconds