aesni: Namespace include guard for AES-CMAC
Was the same as in the cmac plugin.
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
* @{ @ingroup aesni
|
* @{ @ingroup aesni
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CMAC_H_
|
#ifndef AESNI_CMAC_H_
|
||||||
#define CMAC_H_
|
#define AESNI_CMAC_H_
|
||||||
|
|
||||||
#include <crypto/mac.h>
|
#include <crypto/mac.h>
|
||||||
#include <crypto/prfs/prf.h>
|
#include <crypto/prfs/prf.h>
|
||||||
@@ -49,4 +49,4 @@ prf_t *aesni_cmac_prf_create(pseudo_random_function_t algo);
|
|||||||
*/
|
*/
|
||||||
signer_t *aesni_cmac_signer_create(integrity_algorithm_t algo);
|
signer_t *aesni_cmac_signer_create(integrity_algorithm_t algo);
|
||||||
|
|
||||||
#endif /** CMAC_H_ @}*/
|
#endif /** AESNI_CMAC_H_ @}*/
|
||||||
|
|||||||
Reference in New Issue
Block a user