HomeSort by relevance Sort by last modified time
    Searched refs:send_key (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 194 uint8 send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; local
195 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
199 send_key, sizeof(send_key)) &&
  /external/bluetooth/bluez/audio/
control.c 348 static void send_key(int fd, uint16_t key, int pressed) function
392 send_key(control->uinput, key_map[i].uinput, 1);
393 send_key(control->uinput, key_map[i].uinput, 0);
397 send_key(control->uinput, key_map[i].uinput, pressed);
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.h 240 const u8 *send_key, size_t send_key_len,
radius.c 975 const u8 *send_key, size_t send_key_len,
1003 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
  /external/wpa_supplicant_8/src/radius/
radius.h 221 const u8 *send_key, size_t send_key_len,
radius.c 1013 const u8 *send_key, size_t send_key_len,
1041 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
    [all...]
  /external/bluetooth/bluez/input/
device.c 258 static void send_key(int fd, uint16_t key) function
304 send_key(fake->uinput, key);

Completed in 109 milliseconds