Searched refs:SpeedAEADChunk (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/boringssl/src/tool/
H A Dspeed.cc165 static bool SpeedAEADChunk(const EVP_AEAD *aead, const std::string &name, function
210 return SpeedAEADChunk(aead, name + " (16 bytes)", 16) &&
211 SpeedAEADChunk(aead, name + " (1350 bytes)", 1350) &&
212 SpeedAEADChunk(aead, name + " (8192 bytes)", 8192);

Completed in 28 milliseconds