WiMAX Bootstrap Security 中用到的 AES-CCM 算法 C 语言源码

本文提供了一系列与802.16及802.16e安全协议相关的简单ANSI C语言实现代码,包括AES-CCM加密解密、AES-128位密钥块加密算法等,旨在清晰展示规范中所定义的算法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

http://www.deadhat.com/wmancrypto/index.html


802.16 AES-CCM Algorithms

David Johnston


The files on this page contain simple ANSI C implementations of algorithms related to the 802.16 and 802.16e security protocols. They are not designed for efficiency, they are designed to be clear, simple and useful as unambiguous documentation for the algorithms in the specifications. Please feel free to use them as you see fit.

They are all stand alone C files. I compile them on Linux using 'gcc {filename}.c'.

These are all independent implementations, derived directly from the algorithm specifications. Hence they may be used as independent verification of other implementations.

If there appears to be only a very small number of programs, its because I haven't written any others yet. I might never get around to it.


AES 128 bit Key, 128 bit Data Block Cipher Algorithm

This code contains a fixed key size (128 bit), fixed data size (128 bit) AES block cipher with test vectors.

It takes a 128 bit data block, a 128 bit key and produces a ciphertext block according to the NIST AES standard. This is the block cipher that is used in 802.11i.

aes128k128d.c


802.16-2004 style AES-CCM Encryption and decryption

V0.2 alters the nonce construction to match 802.16-2004. The PN and ICV is still little endian, contrary to the changes in Corr1-D1. Corr1-D1 is wrong and the changes need to be removed, so I've declined to make a Corr1-D1 version. It's about time I checked against the final Corrigendum, but I haven't .

ieee_dot16_ccm_0.2.c

This code generates example vectors of MPDUs being encrypted and decrypted according to the 802.16 AES-CCM based link cipher. The Nonce construction is as I originally conceived it.

ieee_dot16_ccm_0.1.c


AES_KEY_WRAP

This code is just the basic AES Key Wrap algorithm. I need to do one running over a TEK exchange response packet.

aes_key_wrap_0.1.c


CMAC

This code is the CMAC (formerly known as OMAC) algorithm used in the PKMv2 dot16KDF function. It appears to match the NIST specs.

cmac_0.1.c


dot16KDF

This code implements the PKMv2 dot16KDF function and runs vectors through it that appear to match Samsung's vectors. It reverses the definition of 'rightmost' as used in the 0.1 version below.

dot16kdf_0.2.c

This code implements the old and wrong interpretation of the PKMv2 dot16KDF function and runs three example vectors through it.

dot16kdf_0.1.c


TBD: CMAC used in the CMAC tuple, HMAC, HMAC used in HMAC tuple, dot16KDF-HMAC, AK derivation, DES stuff. I'm not doing the public key stuff. It's already fairly generic.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值