Home
last modified time | relevance | path

Searched refs:retAlgo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cfb_cipher_test.cpp625 const char *retAlgo = nullptr; variable
632 retAlgo = cipher->getAlgorithm(nullptr);
633 if (retAlgo == nullptr) {
649 const char *retAlgo = nullptr; variable
663 retAlgo = cipher->getAlgorithm(reinterpret_cast<HcfCipher *>(generator));
664 if (retAlgo == nullptr) {
774 const char *retAlgo = nullptr; variable
781 retAlgo = cipher->getAlgorithm(cipher);
782 if (retAlgo == nullptr) {
788 ret = strcmp(retAlgo, cipherName);
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cfb_cipher_test.cpp1646 const char *retAlgo = nullptr; variable
1653 retAlgo = cipher->getAlgorithm(cipher);
1654 if (retAlgo == nullptr) {
1660 ret = strcmp(retAlgo, cipherName);
1674 const char *retAlgo = nullptr; variable
1681 retAlgo = cipher->getAlgorithm(nullptr);
1682 if (retAlgo == nullptr) {
1698 const char *retAlgo = nullptr; variable
1712 retAlgo = cipher->getAlgorithm(reinterpret_cast<HcfCipher *>(generator));
1713 if (retAlgo == nullptr) {