Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
H A Dcrypto_hmac.cc50 SetProtoMethod(isolate, t, "update", HmacUpdate); in Initialize()
61 registry->Register(HmacUpdate); in RegisterExternalReferences()
98 bool Hmac::HmacUpdate(const char* data, size_t len) { in HmacUpdate() function in node::crypto::Hmac
104 void Hmac::HmacUpdate(const FunctionCallbackInfo<Value>& args) { in HmacUpdate() function in node::crypto::Hmac
110 bool r = hmac->HmacUpdate(data, size); in HmacUpdate()
H A Dcrypto_hmac.h27 bool HmacUpdate(const char* data, size_t len);
31 static void HmacUpdate(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 1 milliseconds