HomeSort by relevance Sort by last modified time
    Searched defs:aad (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
nomem64-err.asm 9 aad label
genopcode.asm 85 aad label
87 aad 5 label
  /external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter_test.cc 27 // AAD =
35 // AAD =
45 // length, plaintext length, AAD length, and tag length.
62 const char* aad; member in struct:__anon11983::TestVector
279 string aad; local
295 ASSERT_TRUE(DecodeHexString(test_vector[j].aad, &aad));
305 EXPECT_EQ(test_info.aad_len, aad.size() * 8);
322 // OpenSSL fails if NULL is set as the AAD, as opposed to a
324 aad.size() ? aad : StringPiece(), ciphertext))
    [all...]
aes_128_gcm_12_encrypter_test.cc 27 // AAD =
35 // AAD =
45 // length, plaintext length, AAD length, and tag length.
61 const char* aad; member in struct:__anon11987::TestVector
230 string aad; local
243 ASSERT_TRUE(DecodeHexString(test_vector[j].aad, &aad));
252 EXPECT_EQ(test_info.aad_len, aad.size() * 8);
260 // OpenSSL fails if NULL is set as the AAD, as opposed to a
263 aad.size() ? aad : StringPiece(), pt))
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 1115 ULong aad = api->deaths == 0 local
    [all...]

Completed in 545 milliseconds