Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeys.js16 kKeyEncodingPKCS1,
42 for (const m of [[kKeyEncodingPKCS1, 'pkcs1'], [kKeyEncodingPKCS8, 'pkcs8'],
156 return kKeyEncodingPKCS1;
217 (type === kKeyEncodingPKCS1 ||
/third_party/node/src/
Dnode_crypto.h362 kKeyEncodingPKCS1, enumerator
Dnode_crypto.cc2678 if (config.type_.ToChecked() == kKeyEncodingPKCS1) { in ParsePublicKey()
2710 if (config.type_.ToChecked() == kKeyEncodingPKCS1) { in WritePublicKeyInner()
2820 if (config.type_.ToChecked() == kKeyEncodingPKCS1) { in ParsePrivateKey()
3111 case kKeyEncodingPKCS1: in GetPublicOrPrivateKeyFromJs()
3155 if (encoding_type == kKeyEncodingPKCS1) { in WritePrivateKey()
7044 NODE_DEFINE_CONSTANT(target, kKeyEncodingPKCS1); in Initialize()