Home
last modified time | relevance | path

Searched refs:GetAuthTag (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_cipher.cc290 SetProtoMethodNoSideEffect(isolate, t, "getAuthTag", GetAuthTag); in Initialize()
338 registry->Register(GetAuthTag); in RegisterExternalReferences()
657 void CipherBase::GetAuthTag(const FunctionCallbackInfo<Value>& args) { in Init() function in node::crypto::CipherBase
Dcrypto_cipher.h81 static void GetAuthTag(const v8::FunctionCallbackInfo<v8::Value>& args);