summaryrefslogtreecommitdiff
path: root/fticks_hashmac.h
blob: 564815d870f54963b20d8f2b8cdc79e7a97bb7cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
 * Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
 * Copyright (c) 2010-2012, NORDUnet A/S. */
/* See LICENSE for licensing information. */

#include <stdint.h>
#include <stddef.h>

int fticks_hashmac(const uint8_t *in,
		   const uint8_t *key,
		   size_t out_len,
		   uint8_t *out);