Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeys.js25 kKeyEncodingSPKI,
87 [kKeyEncodingSPKI, 'spki'], [kKeyEncodingSEC1, 'sec1']])
279 return kKeyEncodingSPKI;
/third_party/node/src/crypto/
Dcrypto_keys.cc152 CHECK_EQ(config.type_.ToChecked(), kKeyEncodingSPKI); in ParsePublicKey()
410 CHECK_EQ(config.type_.ToChecked(), kKeyEncodingSPKI); in WritePublicKeyInner()
790 case kKeyEncodingSPKI: in GetPublicOrPrivateKeyFromJs()
1498 NODE_DEFINE_CONSTANT(target, kKeyEncodingSPKI); in Initialize()
Dcrypto_keys.h27 kKeyEncodingSPKI, enumerator