Searched defs:send_key (Results 1 - 7 of 7) sorted by relevance

/external/autotest/client/virt/
H A Dkvm_vm.py1334 def send_key(self, keystr): member in class:VM
H A Dvirt_vm.py659 self.send_key("shift-%s" % char.lower())
661 self.send_key(char)
812 def send_key(self, keystr): member in class:BaseVM
/external/webrtc/talk/session/media/
H A Dsrtpfilter.cc150 const uint8_t* send_key,
160 if (!send_session_->SetSend(send_cs, send_key, send_key_len))
183 const uint8_t* send_key,
198 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len))
426 uint8_t send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; local
427 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
432 rtc::SrtpCryptoSuiteFromName(send_params.cipher_suite), send_key,
433 sizeof(send_key)) &&
149 SetRtpParams(int send_cs, const uint8_t* send_key, int send_key_len, int recv_cs, const uint8_t* recv_key, int recv_key_len) argument
182 SetRtcpParams(int send_cs, const uint8_t* send_key, int send_key_len, int recv_cs, const uint8_t* recv_key, int recv_key_len) argument
H A Dchannel.cc923 std::vector<unsigned char> *send_key, *recv_key; local
931 send_key = &server_write_key;
934 send_key = &client_write_key;
939 ret = srtp_filter_.SetRtcpParams(selected_crypto_suite, &(*send_key)[0],
940 static_cast<int>(send_key->size()),
944 ret = srtp_filter_.SetRtpParams(selected_crypto_suite, &(*send_key)[0],
945 static_cast<int>(send_key->size()),
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c1177 const u8 *send_key, size_t send_key_len,
1207 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
1174 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.c1177 const u8 *send_key, size_t send_key_len,
1207 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
1174 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.c1177 const u8 *send_key, size_t send_key_len,
1207 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
1174 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

Completed in 125 milliseconds