Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
H A Dkeys.js22 kKeyFormatJWK,
265 return kKeyFormatJWK;
308 format !== kKeyFormatJWK;
/third_party/node/src/crypto/
H A Dcrypto_keys.cc69 config->format_ == kKeyFormatJWK)); in GetKeyFormatAndTypeFromJs()
642 } else if (config.format_ == kKeyFormatJWK) { in ToEncodedPublicKey()
661 } else if (config.format_ == kKeyFormatJWK) { in ToEncodedPrivateKey()
1502 NODE_DEFINE_CONSTANT(target, kKeyFormatJWK); in Initialize()
H A Dcrypto_keys.h35 kKeyFormatJWK enumerator

Completed in 5 milliseconds