Lines Matching full:integrity
52 explicit Interface(integrity::Algorithms intAlgo, in Interface()
69 * Integrity Key.
82 * @brief Generate the Integrity Check Value
85 * Integrity Check Value.
91 * @note The session integrity key which is the secret key for the
127 // Session Integrity Key
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
137 integrity::Algorithms intAlgo;
156 * generating a 12-byte Integrity Check Value field for RAKP Message 4.
164 explicit AlgoSHA1(integrity::Algorithms intAlgo, in AlgoSHA1()
190 * [RFC4868]) is used for generating a 16-byte Integrity Check Value field for
199 explicit AlgoSHA256(integrity::Algorithms intAlgo, in AlgoSHA256()