radsecproxy-1.6.5.
[radsecproxy.git] / fticks_hashmac.h
1 /* Copyright (C) 2011 NORDUnet A/S
2  * See LICENSE for information about licensing.
3  */
4
5 #include <stdint.h>
6 #include <stddef.h>
7
8 int fticks_hashmac(const uint8_t *in,
9                    const uint8_t *key,
10                    size_t out_len,
11                    uint8_t *out);