Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_cipher.cc292 SetProtoMethod(isolate, t, "setAAD", SetAAD); in Initialize()
340 registry->Register(SetAAD); in RegisterExternalReferences()
735 bool CipherBase::SetAAD( in Init() function in node::crypto::CipherBase
774 void CipherBase::SetAAD(const FunctionCallbackInfo<Value>& args) { in Init() function in node::crypto::CipherBase
786 args.GetReturnValue().Set(cipher->SetAAD(buf, plaintext_len)); in Init()
Dcrypto_cipher.h69 bool SetAAD(
83 static void SetAAD(const v8::FunctionCallbackInfo<v8::Value>& args);