Searched refs:tmp_tag (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c143 unsigned char tmp_tag[TAG_LEN]; local
199 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
204 if (tmp_tag[i] != tag[i])
339 unsigned char tmp_tag[TAG_LEN]; local
408 status = hmac_compute(&hmac_ctx, opaque, ciphertext_len, TAG_LEN, tmp_tag);
424 printf("tmp_tag: %s\n", octet_string_hex_string(tmp_tag, TAG_LEN));
427 if (tmp_tag[i] != auth_tag[i])
/external/srtp/crypto/ae_xfm/
H A Dxfm.c108 unsigned char tmp_tag[TAG_LEN]; local
164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
169 if (tmp_tag[i] != tag[i])
305 unsigned char tmp_tag[TAG_LEN]; local
374 status = hmac_compute(&hmac_ctx, opaque, ciphertext_len, TAG_LEN, tmp_tag);
390 printf("tmp_tag: %s\n", octet_string_hex_string(tmp_tag, TAG_LEN));
393 if (tmp_tag[i] != auth_tag[i])
/external/valgrind/main/callgrind/
H A Dsim.c357 UWord *set, tmp_tag; local
372 tmp_tag = set[i] | ref; // update dirty flag
376 set[0] = tmp_tag;
382 tmp_tag = set[c->assoc - 1];
388 return (tmp_tag & CACHELINE_DIRTY) ? MissDirty : Miss;
694 UWord *set, tmp_tag; \
723 tmp_tag = set[i]; \
727 set[0] = tmp_tag; \
728 idx = (set1 * L.assoc) + (tmp_tag & ~L.tag_mask); \
739 tmp_tag
890 UWord tmp_tag; local
[all...]
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c995 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local
1149 status = cipher_output(stream->rtp_cipher, tmp_tag, prefix_len);
1151 octet_string_hex_string(tmp_tag, prefix_len));
1165 status = auth_compute(stream->rtp_auth, (uint8_t *)&est, 4, tmp_tag);
1168 octet_string_hex_string(tmp_tag, tag_len));
1174 if (octet_string_is_eq(tmp_tag, auth_tag, tag_len))
1839 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local
1973 /* run auth func over packet, put result into tmp_tag */
1975 auth_len, tmp_tag);
1977 octet_string_hex_string(tmp_tag, tag_le
[all...]
/external/srtp/srtp/
H A Dsrtp.c851 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local
1004 status = cipher_output(stream->rtp_cipher, tmp_tag, prefix_len);
1006 octet_string_hex_string(tmp_tag, prefix_len));
1020 status = auth_compute(stream->rtp_auth, (uint8_t *)&est, 4, tmp_tag);
1023 octet_string_hex_string(tmp_tag, tag_len));
1029 if (octet_string_is_eq(tmp_tag, auth_tag, tag_len))
1636 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local
1779 /* run auth func over packet, put result into tmp_tag */
1781 auth_len, tmp_tag);
1783 octet_string_hex_string(tmp_tag, tag_le
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dasn1_gen.c288 int tmp_tag, tmp_class; local
341 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class))
343 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))
/external/openssl/crypto/asn1/
H A Dasn1_gen.c285 int tmp_tag, tmp_class; local
338 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class))
340 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))

Completed in 5330 milliseconds