Searched refs:cryptAlgo (Results 1 – 5 of 5) sorted by relevance
53 crypt::Algorithms cryptAlgo) : in Interface() argument54 intAlgo(intAlgo), cryptAlgo(cryptAlgo) in Interface()146 crypt::Algorithms cryptAlgo; member in cipher::rakp_auth::Interface165 crypt::Algorithms cryptAlgo) : in AlgoSHA1() argument166 Interface(intAlgo, cryptAlgo) in AlgoSHA1()200 crypt::Algorithms cryptAlgo) : in AlgoSHA256() argument201 Interface(intAlgo, cryptAlgo) in AlgoSHA256()
215 void setCryptAlgo(std::unique_ptr<cipher::crypt::Interface>&& cryptAlgo) in setCryptAlgo() argument217 cryptAlgoInterface = std::move(cryptAlgo); in setCryptAlgo()
80 cipher::integrity::Algorithms intAlgo, cipher::crypt::Algorithms cryptAlgo) in startSession() argument149 cryptAlgo)); in startSession()156 cryptAlgo)); in startSession()
91 cipher::crypt::Algorithms cryptAlgo);
50 switch (authAlgo->cryptAlgo) in applyCryptAlgo()