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

  /external/ltrace/sysdeps/linux-gnu/arm/
plt.c 87 uint32_t sec_len; local
88 if (elf_read_u32(data, offset, &sec_len) < 0
89 || !elf_can_read_next(data, offset, sec_len)) {
92 const GElf_Xword next_offset = offset + sec_len;
95 if (sec_len < 4 + sizeof signature
  /system/bt/bta/av/
bta_av_aact.c 436 UINT16 sec_len = 0; local
444 sec_len = (p_data->security_ind.len < BTA_AV_SECURITY_MAX_LEN) ?
449 sec_len = (p_data->security_cfm.len < BTA_AV_SECURITY_MAX_LEN) ?
454 if (p_scb && (p_msg = (tBTA_AV_STR_MSG *) GKI_getbuf((UINT16) (sizeof(tBTA_AV_STR_MSG) + sec_len))) != NULL)
517 memcpy(p_msg->msg.security_ind.p_data, p_data->security_ind.p_data, sec_len);
524 memcpy(p_msg->msg.security_cfm.p_data, p_data->security_cfm.p_data, sec_len);
    [all...]

Completed in 67 milliseconds