HomeSort by relevance Sort by last modified time
    Searched defs:tag_len (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter_test.cc 51 size_t tag_len; member in struct:__anon11301::TestGroupInfo
326 size_t tag_len; local
343 DecodeHexString(test_vector[j].tag, tag, &tag_len, sizeof(tag)));
352 EXPECT_EQ(test_info.tag_len, tag_len * 8);
360 tag_len); local
361 tag_len = Aes128Gcm12Decrypter::kAuthTagSize;
366 ciphertext.append(tag, tag_len);
aes_128_gcm_12_encrypter_test.cc 51 size_t tag_len; member in struct:__anon11305::TestGroupInfo
280 size_t tag_len; local
296 DecodeHexString(test_vector[j].tag, tag, &tag_len, sizeof(tag)));
305 EXPECT_EQ(test_info.tag_len, tag_len * 8);
320 tag_len); local
321 tag_len = Aes128Gcm12Encrypter::kAuthTagSize;
323 ASSERT_EQ(ct_len + tag_len, encrypted->length());
327 "authentication tag", encrypted->data() + ct_len, tag_len, tag,
328 tag_len);
    [all...]
  /external/tcpdump/
print-pppoe.c 143 u_short tag_type = 0xffff, tag_len; local
154 tag_len = EXTRACT_16BITS(p + 2);
158 if (tag_len) {
165 TCHECK2(*p, tag_len);
166 for (v = p; v < p + tag_len && tag_str_len < MAXTAGPRINT-1; v++)
185 for (v=p; v<p+tag_len; v++) {
196 p += tag_len;
  /bionic/libc/kernel/common/linux/
if_pppox.h 86 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /external/srtp/srtp/
srtp.c 606 int tag_len; local
684 tag_len = auth_get_tag_length(stream->rtp_auth);
823 octet_string_hex_string(auth_tag, tag_len));
832 *pkt_octet_len += tag_len;
852 int tag_len, prefix_len; local
913 tag_len = auth_get_tag_length(stream->rtp_auth);
969 enc_octet_len = (uint32_t)(*pkt_octet_len - tag_len
982 auth_tag = (uint8_t *)hdr + *pkt_octet_len - tag_len;
1017 *pkt_octet_len - tag_len);
1023 octet_string_hex_string(tmp_tag, tag_len));
1454 int tag_len; local
1640 int tag_len; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 837 int tag_len = os_strlen(tag); local
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
845 hdr += tag_len;
  /external/kernel-headers/original/linux/
if_pppox.h 116 __be16 tag_len; member in struct:pppoe_tag
  /external/oprofile/libop/
op_events.c 350 size_t tag_len; local
371 tag_len = colon - c;
374 if (!tag_len) {
382 *name = op_xstrndup(c, tag_len);
  /external/chromium_org/third_party/qcms/src/
iccread.c 496 uint32_t tag_len; local
498 (*curveArray)[i] = read_curveType(src, curve_offset + channel_offset, &tag_len);
503 channel_offset += tag_len;
505 if ((tag_len % 4) != 0)
506 channel_offset += 4 - (tag_len % 4);
    [all...]

Completed in 2614 milliseconds