Searched refs:retAlgo (Results 1 – 2 of 2) sorted by relevance
625 const char *retAlgo = nullptr; variable632 retAlgo = cipher->getAlgorithm(nullptr);633 if (retAlgo == nullptr) {649 const char *retAlgo = nullptr; variable663 retAlgo = cipher->getAlgorithm(reinterpret_cast<HcfCipher *>(generator));664 if (retAlgo == nullptr) {774 const char *retAlgo = nullptr; variable781 retAlgo = cipher->getAlgorithm(cipher);782 if (retAlgo == nullptr) {788 ret = strcmp(retAlgo, cipherName);
1646 const char *retAlgo = nullptr; variable1653 retAlgo = cipher->getAlgorithm(cipher);1654 if (retAlgo == nullptr) {1660 ret = strcmp(retAlgo, cipherName);1674 const char *retAlgo = nullptr; variable1681 retAlgo = cipher->getAlgorithm(nullptr);1682 if (retAlgo == nullptr) {1698 const char *retAlgo = nullptr; variable1712 retAlgo = cipher->getAlgorithm(reinterpret_cast<HcfCipher *>(generator));1713 if (retAlgo == nullptr) {