Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_cipher.cc286 SetProtoMethod(isolate, t, "initiv", InitIv); in Initialize()
334 registry->Register(InitIv); in RegisterExternalReferences()
476 void CipherBase::InitIv(const char* cipher_type, in Init() function in node::crypto::CipherBase
523 void CipherBase::InitIv(const FunctionCallbackInfo<Value>& args) { in Init() function in node::crypto::CipherBase
556 cipher->InitIv(*cipher_type, key_buf, iv_buf, auth_tag_len); in Init()
Dcrypto_cipher.h56 void InitIv(const char* cipher_type,
76 static void InitIv(const v8::FunctionCallbackInfo<v8::Value>& args);