Searched refs:kKeyFormatPEM (Results 1 – 3 of 3) sorted by relevance
14 kKeyFormatPEM,142 return kKeyFormatPEM;181 isInput ? kKeyFormatPEM : undefined,279 return { format: kKeyFormatPEM, data: key };
2672 if (config.format_ == kKeyFormatPEM) { in ParsePublicKey()2695 if (format == kKeyFormatPEM) { in BIOToStringOrBuffer()2714 if (config.format_ == kKeyFormatPEM) { in WritePublicKeyInner()2724 if (config.format_ == kKeyFormatPEM) { in WritePublicKeyInner()2808 if (config.format_ == kKeyFormatPEM) { in ParsePrivateKey()2977 CHECK(context == kKeyContextInput && config->format_ == kKeyFormatPEM); in GetKeyFormatAndTypeFromJs()3099 if (config.format_ == kKeyFormatPEM) { in GetPublicOrPrivateKeyFromJs()3160 if (config.format_ == kKeyFormatPEM) { in WritePrivateKey()3176 if (config.format_ == kKeyFormatPEM) { in WritePrivateKey()3201 if (config.format_ == kKeyFormatPEM) { in WritePrivateKey()[all …]
373 kKeyFormatPEM enumerator