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

  /external/srtp/crypto/include/
null_auth.h 65 int msg_octets, int tag_len, uint8_t *result);
hmac.h 75 int msg_octets, int tag_len, uint8_t *result);
crypto_kernel.h 205 * crypto_kernel_alloc_auth(id, ap, key_len, tag_len);
208 * length key_len octets and output tag length of tag_len. Return
220 int tag_len);
auth.h 65 int tag_len, uint8_t *tag);
  /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;
  /external/srtp/include/
ekt.h 158 * With EKT, the tag_len parameter is actually the base tag
165 unsigned tag_len);
170 unsigned tag_len);
  /external/srtp/crypto/hash/
hmac.c 171 int msg_octets, int tag_len, uint8_t *result) {
177 if (tag_len > 20)
204 for (i=0; i < tag_len; i++)
208 octet_string_hex_string((uint8_t *)hash_value, tag_len));
null_auth.c 109 int msg_octets, int tag_len, uint8_t *result) {
  /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...]
  /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/protobuf/python/google/protobuf/internal/
decoder.py 204 tag_len = len(tag_bytes)
214 pos = new_pos + tag_len
314 tag_len = len(tag_bytes)
326 pos = new_pos + tag_len
351 tag_len = len(tag_bytes)
363 pos = new_pos + tag_len
390 tag_len = len(tag_bytes)
406 pos = new_pos + tag_len
435 tag_len = len(tag_bytes)
455 pos = new_pos + tag_len
    [all...]
  /bionic/libc/kernel/common/linux/
if_pppox.h 86 __be16 tag_len; member in struct:pppoe_tag
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 843 int tag_len = os_strlen(tag); local
850 if (!os_strncasecmp(hdr, tag, tag_len)) {
851 hdr += tag_len;
  /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/srtp/crypto/kernel/
crypto_kernel.c 451 int tag_len) {
465 return ((at)->alloc(ap, key_len, tag_len));
  /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);

Completed in 469 milliseconds