*
* @param[out] sqn Buffer for SQN = 48-bit sequence number (host byte order).
* @param[in] opc 128-bit operator variant algorithm configuration field (encr.).
- * @param[in] k 128-bit subscriber key.
+ * @param[in] ki 128-bit subscriber key.
* @param[in] rand 128-bit random challenge.
* @param[in] auts 112-bit authentication token from client.
* @return
* @param[out] sres Buffer for SRES = 32-bit SRES.
* @param[out] kc 64-bit Kc.
* @param[in] opc 128-bit operator variant algorithm configuration field (encr.).
- * @param[in] k 128-bit subscriber key.
+ * @param[in] ki 128-bit subscriber key.
* @param[in] rand 128-bit random challenge.
* @return
* - 0 on success.
* @param[out] res Buffer for RES = 64-bit signed response (f2), or NULL.
* @param[in] auts 112-bit buffer for AUTS.
* @param[in] opc 128-bit operator variant algorithm configuration field (encr.).
- * @param[in] k 128-bit subscriber key.
+ * @param[in] ki 128-bit subscriber key.
* @param[in] sqn 48-bit sequence number.
* @param[in] rand 128-bit random challenge.
* @param[in] autn 128-bit authentication token.