Searched refs:cipherName (Results 1 – 3 of 3) sorted by relevance
624 const char *cipherName = "SM4_128|CFB|NoPadding"; variable626 ret = HcfCipherCreate(cipherName, &cipher);648 const char *cipherName = "SM4_128|CFB|NoPadding"; variable657 ret = HcfCipherCreate(cipherName, &cipher);773 const char *cipherName = "SM4_128|CFB|NoPadding"; variable775 ret = HcfCipherCreate(cipherName, &cipher);788 ret = strcmp(retAlgo, cipherName);
1645 const char *cipherName = "AES128|CFB|NoPadding"; variable1647 ret = HcfCipherCreate(cipherName, &cipher);1660 ret = strcmp(retAlgo, cipherName);1673 const char *cipherName = "AES128|CFB|NoPadding"; variable1675 ret = HcfCipherCreate(cipherName, &cipher);1697 const char *cipherName = "AES128|CFB|NoPadding"; variable1706 ret = HcfCipherCreate(cipherName, &cipher);
160 std::string cipherName = GetCipherName(properties.cipherType); in CreateDataBase() local161 if (cipherName.empty()) { in CreateDataBase()165 std::string defaultAttachCipher = DEFAULT_ATTACH_CIPHER + cipherName + ";"; in CreateDataBase()2170 std::string cipherName = GetCipherName(type); in SetCipherSettings() local2171 if (cipherName.empty()) { in SetCipherSettings()2174 std::string cipherConfig = CIPHER_CONFIG_SQL + cipherName + ";"; in SetCipherSettings()