milenage.h
来自「hostapd源代码」· C头文件 代码 · 共 25 行
H
25 行
/* * UMTS AKA - Milenage algorithm (3GPP TS 35.205, .206, .207, .208) * Copyright (c) 2006 <jkmaline@cc.hut.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed under the terms of BSD * license. * * See README and COPYING for more details. */#ifndef MILENAGE_H#define MILENAGE_Hvoid milenage_generate(const u8 *op, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len);int milenage_auts(const u8 *op, const u8 *k, const u8 *rand, const u8 *auts, u8 *sqn);#endif /* MILENAGE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?