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:__anon11301::TestVector
323 char aad[1024]; local
341 DecodeHexString(test_vector[j].aad, aad, &aad_len, sizeof(aad)));
369 // OpenSSL fails if NULL is set as the AAD, as opposed to a
371 StringPiece(aad_len ? aad : NULL, aad_len), 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:__anon11305::TestVector
275 char aad[1024]; local
293 DecodeHexString(test_vector[j].aad, aad, &aad_len, sizeof(aad)));
311 // OpenSSL fails if NULL is set as the AAD, as opposed to a
314 StringPiece(aad_len ? aad : NULL, aad_len), StringPiece(pt, pt_len)))
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 1115 ULong aad = api->deaths == 0 local
    [all...]

Completed in 57 milliseconds