HomeSort by relevance Sort by last modified time
    Searched refs:session_id (Results 201 - 225 of 306) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 293 int session_id = -1; // A handle with Session Manager member in struct:sdm::HWRotatorSession
  /hardware/qcom/msm8994/kernel-headers/media/
msm_cam_sensor.h 231 uint32_t session_id; member in struct:msm_sensor_info_t
  /hardware/qcom/msm8996/kernel-headers/media/
msm_cam_sensor.h 234 uint32_t session_id; member in struct:msm_sensor_info_t
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_cam_sensor.h 207 uint32_t session_id; member in struct:msm_sensor_info_t
  /external/libusb/libusb/os/
windows_winusb.c 461 unsigned long session_id = 0; local
483 session_id = htab_hash(sanitized_path);
485 return session_id;
1301 unsigned long session_id; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_write.c 66 if (random_get_bytes(conn->session_id, conn->session_id_len)) {
68 "session_id");
71 wpa_hexdump(MSG_MSGDUMP, "TLSv1: session_id",
72 conn->session_id, conn->session_id_len);
90 /* SessionID session_id */
92 os_memcpy(pos, conn->session_id, conn->session_id_len);
tlsv1_client_read.c 150 /* SessionID session_id */
156 os_memcmp(conn->session_id, pos + 1, conn->session_id_len) == 0) {
163 os_memcpy(conn->session_id, pos, conn->session_id_len);
166 wpa_hexdump(MSG_MSGDUMP, "TLSv1: session_id",
167 conn->session_id, conn->session_id_len);
    [all...]
  /external/openssh/
sshd.c 226 u_char session_id[16]; variable
    [all...]
kex.c 511 free(kex->session_id);
777 /* K1 = HASH(K || H || "A" || session_id) */
782 ssh_digest_update(hashctx, kex->session_id,
monitor_wrap.c 861 mm_ssh1_session_id(u_char session_id[16])
870 buffer_put_char(&m, session_id[i]);
  /system/core/adb/
commandline.cpp 2102 int session_id = -1; local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 272 std::string* session_id,
811 const std::string& session_id = jdesc.session_id().empty() ? local
812 kSessionOriginSessionId : jdesc.session_id();
815 os << " " << session_id << " " << session_version << " "
895 std::string session_id; local
    [all...]
webrtcsession_unittest.cc 981 std::string session_id = rtc::ToString(rtc::CreateRandomId64()); local
1057 const std::string session_id = local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 48 u8 session_id[1 + SHA256_MAC_LEN]; member in struct:eap_pwd_data
209 os_memcpy(id, data->session_id, 1 + SHA256_MAC_LEN);
764 &cs, data->msk, data->emsk, data->session_id) < 0) {
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 50 u8 session_id[1 + SHA256_MAC_LEN]; member in struct:eap_pwd_data
900 data->session_id) < 0)
1094 os_memcpy(id, data->session_id, 1 + SHA256_MAC_LEN);
  /external/boringssl/src/ssl/
handshake_server.c 1090 CBB cbb, body, session_id; local
    [all...]
  /hardware/qcom/display/msm8998/sdm/include/private/
hw_info_types.h 324 int session_id = -1; // A handle with Session Manager member in struct:sdm::HWRotatorSession
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_cam_sensor.h 208 uint32_t session_id; member in struct:msm_sensor_info_t
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_cam_sensor.h 444 uint32_t session_id; member in struct:msm_sensor_info_t
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_cam_sensor.h 406 uint32_t session_id; member in struct:msm_sensor_info_t
  /system/nfc/src/nfa/int/
nfa_hci_int.h 339 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member in struct:__anon107454
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 366 opaque session_id[4]; /* EVAL:[4]*/
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 356 opaque session_id[4];
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 366 opaque session_id[4]; /* EVAL:[4]*/
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 356 opaque session_id[4];

Completed in 3375 milliseconds

1 2 3 4 5 6 7 891011>>