Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_util.cc404 ByteSource ByteSource::FromStringOrBuffer(Environment* env, in SetFipsCrypto() function in node::crypto::ByteSource
434 ByteSource::FromStringOrBuffer(env, value) : in SetFipsCrypto()
Dcrypto_hash.cc327 ByteSource content = ByteSource::FromStringOrBuffer(env, args[1]); in InternalVerifyIntegrity()
Dcrypto_util.h296 static ByteSource FromStringOrBuffer(Environment* env,
Dcrypto_context.cc68 ByteSource bsrc = ByteSource::FromStringOrBuffer(env, v); in LoadBIO()
Dcrypto_keys.cc735 ByteSource key = ByteSource::FromStringOrBuffer(env, args[(*offset)++]); in GetPrivateKeyFromJs()