Lines Matching refs:format_
58 config->format_ = static_cast<PKFormatType>(
67 config->format_ == kKeyFormatPEM) ||
69 config->format_ == kKeyFormatJWK));
143 if (config.format_ == kKeyFormatPEM) {
146 CHECK_EQ(config.format_, kKeyFormatDER);
220 if (config.format_ == kKeyFormatPEM) {
230 CHECK_EQ(config.format_, kKeyFormatDER);
331 if (config.format_ == kKeyFormatPEM) {
341 CHECK_EQ(config.format_, kKeyFormatDER);
346 if (config.format_ == kKeyFormatPEM) {
356 CHECK_EQ(config.format_, kKeyFormatDER);
371 if (config.format_ == kKeyFormatPEM) {
381 CHECK_EQ(config.format_, kKeyFormatDER);
391 return BIOToStringOrBuffer(env, bio.get(), config.format_);
401 if (config.format_ == kKeyFormatPEM) {
406 CHECK_EQ(config.format_, kKeyFormatDER);
411 if (config.format_ == kKeyFormatPEM) {
416 CHECK_EQ(config.format_, kKeyFormatDER);
432 return BIOToStringOrBuffer(env, bio.get(), config.format_);
642 } else if (config.format_ == kKeyFormatJWK) {
661 } else if (config.format_ == kKeyFormatJWK) {
774 if (config.format_ == kKeyFormatPEM) {