Searched refs:tag_len (Results 1 - 16 of 16) sorted by relevance

/external/srtp/crypto/include/
H A Dnull_auth.h65 int msg_octets, int tag_len, uint8_t *result);
H A Dhmac.h75 int msg_octets, int tag_len, uint8_t *result);
H A Dcrypto_kernel.h205 * 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);
H A Dauth.h65 int tag_len, uint8_t *tag);
/external/tcpdump/
H A Dprint-pppoe.c143 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/
H A Dekt.h158 * With EKT, the tag_len parameter is actually the base tag
165 unsigned tag_len);
170 unsigned tag_len);
/external/srtp/crypto/hash/
H A Dhmac.c171 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));
170 hmac_compute(hmac_ctx_t *state, const void *message, int msg_octets, int tag_len, uint8_t *result) argument
H A Dnull_auth.c109 int msg_octets, int tag_len, uint8_t *result) {
108 null_auth_compute(null_auth_ctx_t *state, uint8_t *message, int msg_octets, int tag_len, uint8_t *result) argument
/external/srtp/srtp/
H A Dsrtp.c606 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/protobuf/python/google/protobuf/internal/
H A Ddecoder.py204 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...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c837 int tag_len = os_strlen(tag); local
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
845 hdr += tag_len;
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c837 int tag_len = os_strlen(tag); local
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
845 hdr += tag_len;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c837 int tag_len = os_strlen(tag); local
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
845 hdr += tag_len;
/external/kernel-headers/original/linux/
H A Dif_pppox.h116 __be16 tag_len; member in struct:pppoe_tag
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c451 int tag_len) {
465 return ((at)->alloc(ap, key_len, tag_len));
448 crypto_kernel_alloc_auth(auth_type_id_t id, auth_pointer_t *ap, int key_len, int tag_len) argument
/external/oprofile/libop/
H A Dop_events.c350 size_t tag_len; local
371 tag_len = colon - c;
374 if (!tag_len) {
382 *name = op_xstrndup(c, tag_len);

Completed in 184 milliseconds