Defines integer values for the different methods for calculation a message authentication code. More...
Macros | |
| #define | FLCMAC_ALGO_NON 0 |
| No valid hash method. | |
| #define | FLCMAC_ALGO_HMAC 1 |
| HMAC conform to RFC 2104. | |
Defines integer values for the different methods for calculation a message authentication code.
Pass this to the hash functions to choose the key related procedure.
| #define FLCMAC_ALGO_NON 0 |
No valid hash method.
| #define FLCMAC_ALGO_HMAC 1 |
HMAC conform to RFC 2104.