Update copyright and licensing information.
[libradsec.git] / fticks_hashmac.h
1 /* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
2  * Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
3  * Copyright (c) 2010-2012, NORDUnet A/S. */
4 /* See LICENSE for licensing information. */
5
6 #include <stdint.h>
7 #include <stddef.h>
8
9 int fticks_hashmac(const uint8_t *in,
10                    const uint8_t *key,
11                    size_t out_len,
12                    uint8_t *out);