HomeSort by relevance Sort by last modified time
    Searched full:id_length (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/wps/
ndef.c 27 u8 id_length; member in struct:ndef_record
56 record->id_length = *pos++;
58 record->id_length = 0;
63 record->id = record->id_length == 0 ? NULL : pos;
64 pos += record->id_length;
101 u8 id_length,
115 if (id_length > 0)
117 total_len += type_length + id_length + payload_length;
126 if (id_length > 0)
139 if (id_length > 0
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ImageDescriptor.java 36 // public static final int ID_LENGTH = 9;
37 // ID_LENGTH substituted by IccFileHandlerBase.GET_RESPONSE_EF_IMG_SIZE_BYTES
  /external/tcpdump/
print-isoclns.c 550 u_int8_t id_length; member in struct:isis_common_header
1744 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 43 #define ID_LENGTH 32
242 Unique_ByteArray id(new ByteArray(ID_LENGTH));
309 if (keyBlobLength < (sizeof(KEY_VERSION) + ID_LENGTH)) {
326 return find_single_object(p, ID_LENGTH, CKO_PUBLIC_KEY, session, public_key)
327 || find_single_object(p, ID_LENGTH, CKO_PRIVATE_KEY, session, private_key);
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 43 #define ID_LENGTH 32
238 Unique_ByteArray id(new ByteArray(ID_LENGTH));
305 if (keyBlobLength < (sizeof(KEY_VERSION) + ID_LENGTH)) {
322 return find_single_object(p, ID_LENGTH, CKO_PUBLIC_KEY, session, public_key)
323 || find_single_object(p, ID_LENGTH, CKO_PRIVATE_KEY, session, private_key);
  /external/quake/quake/src/QW/client/
gl_warp.c 452 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
497 targa_header.id_length = fgetc(fin);
525 if (targa_header.id_length != 0)
526 fseek(fin, targa_header.id_length, SEEK_CUR); // skip TARGA image comment
gl_screen.c 612 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 501 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
546 targa_header.id_length = fgetc(fin);
574 if (targa_header.id_length != 0)
575 fseek(fin, targa_header.id_length, SEEK_CUR); // skip TARGA image comment
gl_screen.cpp 579 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader

Completed in 729 milliseconds