]> git.ipfire.org Git - thirdparty/chrony.git/commit
cmac: add CMAC interface
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 17 Sep 2019 14:57:03 +0000 (16:57 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 24 Sep 2019 09:56:05 +0000 (11:56 +0200)
commitf3f840551ac1ea9512d74298e2b5f8fc1bcda358
tree7e4039deeee075b40bc054d17ec33b2c49c4b644
parent10a42c1e04655675661274c26456692f7d6725c6
cmac: add CMAC interface

Add cmac.h and stubs for cipher-based message authentication code
(CMAC).
cmac.h [new file with mode: 0644]
stubs.c