summaryrefslogtreecommitdiff
path: root/fticks.h
blob: b749d98de992c919223ebec0c3e713704be2236f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 2011 NORDUnet A/S
 * See LICENSE for information about licensing.
 */
void fticks_hashmac(const uint8_t *in,
		    const uint8_t *key,
		    size_t out_len,
		    uint8_t *out);
void fticks_log(const struct options *options,
		const struct client *client,
		const struct radmsg *msg,
		const struct rqout *rqout);