Lines Matching refs:c_str
606 Argument::ARGUMENT_VALUE(keyPairAlgorithm.c_str())); in generateCSRHelper()
641 [&usage](const char* s) { return (strcmp(s, usage.c_str()) == 0); }); in isExtendedKeyUsage()
735 int ecGrp = OBJ_txt2nid(curId.c_str()); in generateECKeyPair()
847 FILE* fp = std::fopen(privKeyPath.c_str(), "w"); in writePrivateKey()
872 reinterpret_cast<const unsigned char*>(bytes.c_str()), -1, -1, 0); in addEntry()
889 csrPtr = std::make_unique<CSR>(bus, csrObjectPath.c_str(), in createCSRObject()
890 certInstallPath.c_str(), status); in createCSRObject()
899 if (!fs::remove(filePath.c_str())) in writeCSR()
909 if ((fp = std::fopen(filePath.c_str(), "w")) == nullptr) in writeCSR()
1035 Argument::ARGUMENT_VALUE(std::to_string(keyBitLength).c_str())); in getRSAKeyPair()
1040 FILE* privateKeyFile = std::fopen(rsaPrivateKeyFileName.c_str(), "r"); in getRSAKeyPair()