Home
last modified time | relevance | path

Searched refs:output3 (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/crypto/
Dsecure_hash_unittest.cc24 uint8_t output3[crypto::kSHA256Length]; in TEST() local
31 ctx->Finish(output3, sizeof(output3)); in TEST()
33 EXPECT_EQ(kExpectedHashOfInput3[i], static_cast<int>(output3[i])); in TEST()
51 uint8_t output3[crypto::kSHA256Length]; in TEST() local
74 ctx3->Finish(&output3, sizeof(output3)); in TEST()
75 EXPECT_EQ(0, memcmp(output3, kExpectedHashOfInput1, crypto::kSHA256Length)); in TEST()
Dsha2_unittest.cc92 uint8_t output3[crypto::kSHA256Length]; in TEST() local
93 crypto::SHA256HashString(input3, output3, sizeof(output3)); in TEST()
95 EXPECT_EQ(expected3[i], static_cast<int>(output3[i])); in TEST()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DStrTagTest.java149 String output3 = yaml.dump(list); in testEmitQuoted() local
152 output3); in testEmitQuoted()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h371 int16x8_t *const output3, int16x8_t *const output4, in idct8x8_12_pass2_bd8() argument
421 *output3 = vaddq_s16(step1[3], step2[4]); in idct8x8_12_pass2_bd8()
/external/libxml2/
Dxmlreader.c5895 char output3[100];
5946 ret = xmlBase64Decode(&input[cons], &tmp2, &output3[prod], &tmp);
5951 output3[outlen] = 0;
5953 prod, output3);