Formatting changes.
[radsecproxy.git] / fticks_hashmac.h
1 /* Copyright (c) 2006-2010, UNINETT AS
2  * Copyright (c) 2010-2012, NORDUnet A/S */
3 /* See LICENSE for licensing information. */
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);