Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
H A Dcrypto_rsa.cc463 Local<Value> qi_value; in ImportJWKRsaKey() local
469 !jwk->Get(env->context(), env->jwk_qi_string()).ToLocal(&qi_value)) { in ImportJWKRsaKey()
478 !qi_value->IsString()) { in ImportJWKRsaKey()
488 ByteSource qi = ByteSource::FromEncodedString(env, qi_value.As<String>()); in ImportJWKRsaKey()

Completed in 2 milliseconds