Lines Matching defs:const
32 void Hash::MemoryInfo(MemoryTracker* tracker) const {
37 void Hash::GetHashes(const FunctionCallbackInfo<Value>& args) {
88 void Hash::New(const FunctionCallbackInfo<Value>& args) {
91 const Hash* orig = nullptr;
92 const EVP_MD* md = nullptr;
98 const Utf8Value hash_type(env->isolate(), args[0]);
120 bool Hash::HashInit(const EVP_MD* md, Maybe<unsigned int> xof_md_len) {
141 bool Hash::HashUpdate(const char* data, size_t len) {
147 void Hash::HashUpdate(const FunctionCallbackInfo<Value>& args) {
148 Decode<Hash>(args, [](Hash* hash, const FunctionCallbackInfo<Value>& args,
149 const char* data, size_t size) {
158 void Hash::HashDigest(const FunctionCallbackInfo<Value>& args) {
226 void HashConfig::MemoryInfo(MemoryTracker* tracker) const {
234 const HashConfig& params,
243 const FunctionCallbackInfo<Value>& args,
287 const HashConfig& params,
318 void InternalVerifyIntegrity(const v8::FunctionCallbackInfo<v8::Value>& args) {
332 const EVP_MD* md_type = EVP_get_digestbyname(*algorithm);
350 reinterpret_cast<const char*>(digest),