Lines Matching defs:autoCreate
81 EVP_PKEY* LocalizationAdapter::GetAliasKey(bool autoCreate)
88 int status = GetKeyPair(autoCreate, &keyPair);
97 int LocalizationAdapter::GetKeyPair(bool autoCreate, EVP_PKEY** keyPair)
100 keyStoreHelper->SetIsRegen(autoCreate);
104 status = IssuerKeyStoreFile(keyPair, autoCreate);
106 status = KeyStoreFile(keyPair, autoCreate);
112 int LocalizationAdapter::KeyStoreFile(EVP_PKEY** keyPair, bool autoCreate)
127 autoCreate = false;
130 if (autoCreate) {
144 int LocalizationAdapter::IssuerKeyStoreFile(EVP_PKEY** keyPair, bool autoCreate)
164 autoCreate = false;
168 if (!fileStatus && !keyStore.empty() && !autoCreate) {
173 if (autoCreate) {