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

  /external/chromium_org/net/quic/crypto/
chacha20_poly1305_decrypter_test.cc 22 const char* aad; member in struct:__anon14048::TestVector
101 string aad; local
106 ASSERT_TRUE(DecodeHexString(test_vectors[i].aad, &aad));
116 // This deliberately tests that the decrypter can handle an AAD that
118 StringPiece(aad.length() ? aad.data() : NULL, aad.length()), ct));
chacha20_poly1305_encrypter_test.cc 22 const char* aad; member in struct:__anon14052::TestVector
70 string aad; local
75 ASSERT_TRUE(DecodeHexString(test_vectors[i].aad, &aad));
82 // This deliberately tests that the encrypter can handle an AAD that
84 StringPiece(aad.length() ? aad.data() : NULL, aad.length()), pt));
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:__anon14039::TestVector
283 string aad; local
289 ASSERT_TRUE(DecodeHexString(test_vectors[j].aad, &aad));
300 EXPECT_EQ(test_info.aad_len, aad.length() * 8);
318 // This deliberately tests that the decrypter can handle an AAD that
320 aad.length() ? 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:__anon14043::TestVector
236 string aad; local
242 ASSERT_TRUE(DecodeHexString(test_vectors[j].aad, &aad));
251 EXPECT_EQ(test_info.aad_len, aad.length() * 8);
259 // This deliberately tests that the encrypter can handle an AAD that
261 aad.length() ? aad : StringPiece(), pt))
    [all...]
  /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/third_party/boringssl/src/crypto/cipher/
cipher_test.c 127 const uint8_t *ciphertext, int cn, const uint8_t *aad, int an,
143 hexdump(stdout, "AAD", aad, an);
172 if (an && !EVP_EncryptUpdate(&ctx, NULL, &outl, aad, an)) {
173 fprintf(stderr, "AAD set failed\n");
248 if (an && !EVP_DecryptUpdate(&ctx, NULL, &outl, aad, an)) {
249 fprintf(stderr, "AAD set failed\n");
294 const uint8_t *aad, int an, const uint8_t *tag, int tn,
325 test1(c, key, kn, iv, in, plaintext, pn, ciphertext, cn, aad, an, tag, tn,
356 uint8_t *iv, *key, *plaintext, *ciphertext, *aad, *tag local
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 1116 ULong aad = api->deaths == 0 local
    [all...]

Completed in 136 milliseconds