Home
last modified time | relevance | path

Searched refs:cipherName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cfb_cipher_test.cpp624 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
626 ret = HcfCipherCreate(cipherName, &cipher);
648 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
657 ret = HcfCipherCreate(cipherName, &cipher);
773 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
775 ret = HcfCipherCreate(cipherName, &cipher);
788 ret = strcmp(retAlgo, cipherName);
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cfb_cipher_test.cpp1645 const char *cipherName = "AES128|CFB|NoPadding"; variable
1647 ret = HcfCipherCreate(cipherName, &cipher);
1660 ret = strcmp(retAlgo, cipherName);
1673 const char *cipherName = "AES128|CFB|NoPadding"; variable
1675 ret = HcfCipherCreate(cipherName, &cipher);
1697 const char *cipherName = "AES128|CFB|NoPadding"; variable
1706 ret = HcfCipherCreate(cipherName, &cipher);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp160 std::string cipherName = GetCipherName(properties.cipherType); in CreateDataBase() local
161 if (cipherName.empty()) { in CreateDataBase()
165 std::string defaultAttachCipher = DEFAULT_ATTACH_CIPHER + cipherName + ";"; in CreateDataBase()
2170 std::string cipherName = GetCipherName(type); in SetCipherSettings() local
2171 if (cipherName.empty()) { in SetCipherSettings()
2174 std::string cipherConfig = CIPHER_CONFIG_SQL + cipherName + ";"; in SetCipherSettings()