SEC: add HMAC implementation.
authorrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 24 Sep 2010 13:56:42 +0000 (13:56 +0000)
committerrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 24 Sep 2010 13:56:42 +0000 (13:56 +0000)
commitffcd73346399453a46d47c920545a10885ed42f9
tree5bbc621f8919913467580099b360c9dbecf29bd5
parent8e03a3e8faf92d278f20a66a6d302fab790d6991
SEC: add HMAC implementation.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4302 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/sec/mac/hmac.c [new file with mode: 0644]
bertos/sec/mac/hmac.h [new file with mode: 0644]
bertos/sec/mac/hmac_test.c [new file with mode: 0644]