Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeys.js18 kKeyEncodingSPKI,
43 [kKeyEncodingSPKI, 'spki'], [kKeyEncodingSEC1, 'sec1']])
158 return kKeyEncodingSPKI;
/third_party/node/src/
Dnode_crypto.h366 kKeyEncodingSPKI, enumerator
Dnode_crypto.cc2681 CHECK_EQ(config.type_.ToChecked(), kKeyEncodingSPKI); in ParsePublicKey()
2723 CHECK_EQ(config.type_.ToChecked(), kKeyEncodingSPKI); in WritePublicKeyInner()
3115 case kKeyEncodingSPKI: in GetPublicOrPrivateKeyFromJs()
7046 NODE_DEFINE_CONSTANT(target, kKeyEncodingSPKI); in Initialize()