Searched refs:tmp_tag (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/callgrind/ |
H A D | sim.c | 357 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/srtp/crypto/ae_xfm/ |
H A D | xfm.c | 108 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/srtp/srtp/ |
H A D | srtp.c | 851 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/boringssl/src/crypto/x509/ |
H A D | asn1_gen.c | 296 int tmp_tag, tmp_class; local 352 if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class)) 354 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))
|
Completed in 162 milliseconds