HomeSort by relevance Sort by last modified time
    Searched full:hash_expected_size (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_openssl.cc 248 const int hash_expected_size = EVP_MD_CTX_size(digest_context.get()); local
249 if (hash_expected_size <= 0) {
252 DCHECK_LE(hash_expected_size, EVP_MAX_MD_SIZE);
254 *buffer = blink::WebArrayBuffer::create(hash_expected_size, 1);
260 static_cast<int>(hash_size) != hash_expected_size) {

Completed in 505 milliseconds