Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
cx_cmac.h
Go to the documentation of this file.
1/* @BANNER@ */
2
3#ifndef CX_CMAC_H
4#define CX_CMAC_H
5
6#ifdef HAVE_CMAC
7#include "cx_errors.h"
8#include "decorators.h"
9#include <string.h>
10#include <stdint.h>
11
12WARN_UNUSED_RESULT cx_err_t cx_cmac_shift_and_xor(uint8_t *output,
13 uint8_t *input,
14 size_t block_size);
15#endif // HAVE_CMAC
16
17#endif /* CX_CMAC_H */
unsigned char uint8_t
Definition usbd_conf.h:53