Lines Matching full:algorithm
36 // Reserved used to indicate an invalid authentication algorithm
44 * The Authentication Algorithm specifies the type of authentication “handshake”
46 * signature algorithm that is used as part of the process.
98 * @brief Check if the Authentication algorithm is supported
100 * @param[in] algo - authentication algorithm
102 * @return true if algorithm is supported else false
131 * Integrity Algorithm is activated and set in the session data only
133 * integrity algorithm is negotiated in the Open Session Request command
134 * . So the integrity algorithm successfully negotiated is stored
135 * in the authentication algorithm's instance.
140 * Confidentiality Algorithm is activated and set in the session data
142 * the confidentiality algorithm is negotiated in the Open Session
143 * Request command. So the confidentiality algorithm successfully
144 * negotiated is stored in the authentication algorithm's instance.