Lines Matching full:algorithm
145 throw std::runtime_error("Authentication Algorithm Empty"); in getAuthAlgo()
155 * @brief Get Session's Integrity Algorithm
157 * @return pointer to the integrity algorithm
167 throw std::runtime_error("Integrity Algorithm Empty"); in getIntegrityAlgo()
172 * @brief Set Session's Integrity Algorithm
174 * @param[in] integrityAlgo - unique pointer to integrity algorithm
183 /** @brief Check if integrity algorithm is enabled for this session.
185 * @return true if integrity algorithm is enabled else false.
193 * @brief Get Session's Confidentiality Algorithm
195 * @return pointer to the confidentiality algorithm
205 throw std::runtime_error("Confidentiality Algorithm Empty"); in getCryptAlgo()
210 * @brief Set Session's Confidentiality Algorithm
212 * @param[in] confAlgo - unique pointer to confidentiality algorithm
220 /** @brief Check if confidentiality algorithm is enabled for this
223 * @return true if confidentiality algorithm is enabled else false.
298 // Authentication Algorithm Interface for the Session
301 // Integrity Algorithm Interface for the Session
305 // Confidentiality Algorithm Interface for the Session