Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeys.js19 kKeyEncodingSEC1
43 [kKeyEncodingSPKI, 'spki'], [kKeyEncodingSEC1, 'sec1']])
166 return kKeyEncodingSEC1;
218 type === kKeyEncodingSEC1)) {
/third_party/node/src/
Dnode_crypto.h368 kKeyEncodingSEC1 enumerator
Dnode_crypto.cc2840 CHECK_EQ(config.type_.ToChecked(), kKeyEncodingSEC1); in ParsePrivateKey()
3119 case kKeyEncodingSEC1: in GetPublicOrPrivateKeyFromJs()
3195 CHECK_EQ(encoding_type, kKeyEncodingSEC1); in WritePrivateKey()
7047 NODE_DEFINE_CONSTANT(target, kKeyEncodingSEC1); in Initialize()