HomeSort by relevance Sort by last modified time
    Searched refs:id_len (Results 1 - 25 of 38) sorted by null

1 2

  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 83 UINT8 rec_hdr=0, type_len, id_len; local
133 id_len = *p_rec++;
136 id_len = 0;
147 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
164 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
180 if ( (type_len != 0) || (id_len != 0) || (payload_len != 0) )
191 p_rec += (payload_len + type_len + id_len);
223 UINT8 rec_hdr, type_len, id_len; local
247 id_len = *p_rec++;
249 id_len = 0
271 UINT8 rec_hdr, type_len, id_len; local
323 UINT8 rec_hdr, type_len, id_len; local
367 UINT8 rec_hdr, type_len, id_len; local
419 UINT8 rec_hdr, type_len, id_len; local
467 UINT8 rec_hdr, type_len, id_len; local
524 UINT8 rec_hdr, type_len, id_len; local
586 UINT8 rec_hdr, type_len, id_len; local
643 UINT8 rec_hdr, type_len, id_len; local
779 UINT8 rec_hdr, type_len, id_len; local
1084 UINT8 type_len, id_len; local
1168 UINT8 type_len, id_len; local
1524 UINT8 type_len, id_len, tnf; local
    [all...]
ndef_cho_utils.c 130 UINT8 payload[256], *p, id_len; local
147 id_len = (UINT8)strlen (p_id_str);
151 (UINT8*)p_id_str, id_len, payload, payload_len);
301 UINT8 payload_len, id_len; local
312 id_len = (UINT8)strlen (p_id_str);
316 (UINT8*)p_id_str, id_len, payload, payload_len);
539 UINT8 id_len = 0; local
542 id_len = (UINT8)strlen (p_id_str);
546 (UINT8*)p_id_str, id_len, p_payload, payload_len);
568 UINT8 id_len, tnf, type_len local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.h 54 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line,
57 (yasm_arch *arch, const char *id, size_t id_len,
lc3bid.re 349 yasm_lc3b__parse_check_regtmod(yasm_arch *arch, const char *oid, size_t id_len,
381 size_t id_len, unsigned long line,
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 65 const size_t id_len = mod->build_id_len; local
70 char id_name[sizeof "/.build-id/" + 1 + id_len * 2 + sizeof ".debug" - 1];
75 for (size_t i = 1; i < id_len; ++i)
82 strcpy (&id_name[sizeof "/.build-id/" - 1 + 3 + (id_len - 1) * 2],
  /external/ipsec-tools/src/racoon/
admin.h 107 size_t id_len; member in struct:admin_com_psk
admin.c 373 if ((id = vmalloc(acp->id_len)) == NULL) {
390 data = (char *)(data + acp->id_len);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 133 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line,
140 (yasm_arch *arch, const char *id, size_t id_len,
299 * \param id_len length of id string
308 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line,
318 * \param id_len length of id string
324 (yasm_arch *arch, const char *id, size_t id_len,
460 #define yasm_arch_parse_check_insnprefix(arch, id, id_len, line, bc, prefix) \
462 (arch, id, id_len, line, bc, prefix)
463 #define yasm_arch_parse_check_regtmod(arch, id, id_len, data) \
465 (arch, id, id_len, data
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls.c 25 size_t id_len; member in struct:eap_tls_data
175 &data->id_len);
178 data->session_id, data->id_len);
316 id = os_malloc(data->id_len);
320 *len = data->id_len;
321 os_memcpy(id, data->session_id, data->id_len);
eap_gpsk.c 27 size_t id_len; member in struct:eap_gpsk_data
363 data->session_id, &data->id_len) < 0) {
370 data->session_id, data->id_len);
734 sid = os_malloc(data->id_len);
737 os_memcpy(sid, data->session_id, data->id_len);
738 *len = data->id_len;
eap_peap.c 60 size_t id_len; member in struct:eap_peap_data
1117 &data->id_len);
1121 data->session_id, data->id_len);
    [all...]
eap_fast.c 57 size_t id_len; member in struct:eap_fast_data
794 sm, &data->ssl, EAP_TYPE_FAST, &data->id_len);
797 data->session_id, data->id_len);
    [all...]
eap_ttls.c 58 size_t id_len; member in struct:eap_ttls_data
231 &data->id_len);
234 data->session_id, data->id_len);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86regtmod.gperf 257 yasm_x86__parse_check_regtmod(yasm_arch *arch, const char *id, size_t id_len,
267 if (id_len > 7)
269 for (i=0; i<id_len; i++)
271 lcaseid[id_len] = '\0';
273 pdata = regtmod_find(lcaseid, id_len);
x86arch.h 307 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line,
310 (yasm_arch *arch, const char *id, size_t id_len,
x86id.c     [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_ndef.c 371 UINT8 tnf, type_len, rec_hdr_flags, id_len; local
491 id_len = *p_rec_end++;
493 id_len = 0;
494 p_rec_end+=id_len;
  /external/openssh/
jpake.c 194 u_char **id, u_int *id_len,
206 *id_len = KZP_ID_LEN;
207 arc4random_buf(*id, *id_len);
233 *priv1, *g_priv1, *id, *id_len,
237 *priv2, *g_priv2, *id, *id_len,
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 271 UINT8 *p_id, UINT8 id_len,
287 UINT8 *p_id, UINT8 id_len,
  /external/qemu/hw/
scsi-disk.c 517 int id_len = strlen(bdrv_get_device_name(s->bdrv)); local
518 if (id_len > max_len)
519 id_len = max_len;
532 outbuf[r->iov.iov_len++] = 3 + id_len;
537 outbuf[r->iov.iov_len++] = id_len; // length of data following
540 bdrv_get_device_name(s->bdrv), id_len);
541 r->iov.iov_len += id_len;
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 112 size_t id_len; member in struct:ft_remote_r0kh
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_sess.c 250 unsigned int *id_len)
254 if (RAND_pseudo_bytes(id, *id_len) <= 0)
256 while(SSL_has_matching_session_id(ssl, id, *id_len) &&
    [all...]
ssl_lib.c 443 unsigned int id_len)
448 * any new session built out of this id/id_len and the ssl_version in
452 if(id_len > sizeof r.session_id)
456 r.session_id_length = id_len;
457 memcpy(r.session_id, id, id_len);
463 (id_len < SSL2_SSL_SESSION_ID_LENGTH))
465 memset(r.session_id + id_len, 0,
466 SSL2_SSL_SESSION_ID_LENGTH - id_len);
    [all...]
  /external/openssl/ssl/
ssl_sess.c 250 unsigned int *id_len)
254 if (RAND_pseudo_bytes(id, *id_len) <= 0)
256 while(SSL_has_matching_session_id(ssl, id, *id_len) &&
    [all...]
ssl_lib.c 454 unsigned int id_len)
459 * any new session built out of this id/id_len and the ssl_version in
463 if(id_len > sizeof r.session_id)
467 r.session_id_length = id_len;
468 memcpy(r.session_id, id, id_len);
474 (id_len < SSL2_SSL_SESSION_ID_LENGTH))
476 memset(r.session_id + id_len, 0,
477 SSL2_SSL_SESSION_ID_LENGTH - id_len);
    [all...]

Completed in 398 milliseconds

1 2