/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/ |
xfm.c | 143 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/chromium_org/third_party/boringssl/src/crypto/x509/ |
asn1_gen.c | 288 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/ |
asn1_gen.c | 285 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))
|
/external/chromium_org/third_party/libsrtp/srtp/srtp/ |
srtp.c | 995 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local 1839 uint8_t tmp_tag[SRTP_MAX_TAG_LEN]; local [all...] |