Searched refs:IsSameCipher (Results 1 – 4 of 4) sorted by relevance
96 static bool IsSameCipher(CipherType srcType, CipherType inputType);
179 !DBCommon::IsSameCipher(prop.GetCipherType(), existedProp.GetCipherType()))) { in CheckCompatibility()
451 bool DBCommon::IsSameCipher(CipherType srcType, CipherType inputType) in IsSameCipher() function in DistributedDB::DBCommon
1021 !DBCommon::IsSameCipher(cacheType, inputType))) { // LCOV_EXCL_BR_LINE in CheckKvDBProperties()