Home
last modified time | relevance | path

Searched refs:public_exponent (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_rsa.cc543 std::unique_ptr<BackingStore> public_exponent; in GetRsaKeyDetail() local
546 public_exponent = in GetRsaKeyDetail()
550 static_cast<unsigned char*>(public_exponent->Data()), in GetRsaKeyDetail()
551 public_exponent->ByteLength()), in GetRsaKeyDetail()
552 static_cast<int>(public_exponent->ByteLength())); in GetRsaKeyDetail()
557 ArrayBuffer::New(env->isolate(), std::move(public_exponent))) in GetRsaKeyDetail()

Completed in 2 milliseconds