Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeys.js26 kKeyEncodingSEC1,
87 [kKeyEncodingSPKI, 'spki'], [kKeyEncodingSEC1, 'sec1']])
287 return kKeyEncodingSEC1;
343 type === kKeyEncodingSEC1)) {
/third_party/node/src/crypto/
Dcrypto_keys.cc252 CHECK_EQ(config.type_.ToChecked(), kKeyEncodingSEC1); in ParsePrivateKey()
365 CHECK_EQ(encoding_type, kKeyEncodingSEC1); in WritePrivateKey()
794 case kKeyEncodingSEC1: in GetPublicOrPrivateKeyFromJs()
1499 NODE_DEFINE_CONSTANT(target, kKeyEncodingSEC1); in Initialize()
Dcrypto_keys.h29 kKeyEncodingSEC1 enumerator