CreateDigestor     98 content/child/webcrypto/platform_crypto.h scoped_ptr<blink::WebCryptoDigestor> CreateDigestor(
CreateDigestor    540 content/child/webcrypto/shared_crypto.cc   return platform::CreateDigestor(algorithm);
CreateDigestor     90 content/child/webcrypto/shared_crypto.h CONTENT_EXPORT scoped_ptr<blink::WebCryptoDigestor> CreateDigestor(
CreateDigestor    740 content/child/webcrypto/shared_crypto_unittest.cc         CreateDigestor(test_algorithm.id()));
CreateDigestor    254 content/child/webcrypto/webcrypto_impl.cc   return webcrypto::CreateDigestor(algorithm_id).release();