Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_keys.cc685 bool needs_passphrase = false; in GetPrivateKeyEncodingFromJs() local
694 needs_passphrase = true; in GetPrivateKeyEncodingFromJs()
712 CHECK(args[*offset]->IsNullOrUndefined() && !needs_passphrase); in GetPrivateKeyEncodingFromJs()