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

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.

相关文章

Bootstrip HTML 查询搜索常用格式模版 <form class=&...
如何在按钮上加红色数字 您可以使用Bootstrap的badge组件来在...
要让两个按钮左右排列,你可以使用 Bootstrap 的网格系统将它...
是的,可以将status设置为布尔类型,这样可以在前端使用复选...
前端工程师一般用的是Bootstrap的框架而不是样式,样式一般自...
起步导入:<linkrel="stylesheet"href="b...