Searched refs:cryptAlgoInterface (Results 1 – 1 of 1) sorted by relevance
199 if (cryptAlgoInterface) in getCryptAlgo()201 return cryptAlgoInterface.get(); in getCryptAlgo()217 cryptAlgoInterface = std::move(cryptAlgo); in setCryptAlgo()227 return cryptAlgoInterface ? true : false; in isCryptAlgoEnabled()306 std::unique_ptr<cipher::crypt::Interface> cryptAlgoInterface = nullptr; member in session::Session