summaryrefslogtreecommitdiffstats
path: root/contrib/wpa_supplicant/md5.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-03-02 02:29:17 +0000
committersam <sam@FreeBSD.org>2009-03-02 02:29:17 +0000
commitddc28333969dfde04f6c179cab0e3cd36971ddde (patch)
treefdef898b1a2d04c7e3c2b8c50dd9d9d200b6a9e1 /contrib/wpa_supplicant/md5.h
parentcba727f413d0099236e6f2a8dd2d3fc5ba76b6a7 (diff)
downloadFreeBSD-src-ddc28333969dfde04f6c179cab0e3cd36971ddde.zip
FreeBSD-src-ddc28333969dfde04f6c179cab0e3cd36971ddde.tar.gz
don't need these any more; we are now using a combined tree
Diffstat (limited to 'contrib/wpa_supplicant/md5.h')
-rw-r--r--contrib/wpa_supplicant/md5.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/contrib/wpa_supplicant/md5.h b/contrib/wpa_supplicant/md5.h
deleted file mode 100644
index e82f396..0000000
--- a/contrib/wpa_supplicant/md5.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * MD5 hash implementation and interface functions
- * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Alternatively, this software may be distributed under the terms of BSD
- * license.
- *
- * See README and COPYING for more details.
- */
-
-#ifndef MD5_H
-#define MD5_H
-
-#define MD5_MAC_LEN 16
-
-void hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem,
- const u8 *addr[], const size_t *len, u8 *mac);
-void hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
- u8 *mac);
-
-#ifdef CONFIG_CRYPTO_INTERNAL
-struct MD5Context;
-
-void MD5Init(struct MD5Context *context);
-void MD5Update(struct MD5Context *context, unsigned char const *buf,
- unsigned len);
-void MD5Final(unsigned char digest[16], struct MD5Context *context);
-#endif /* CONFIG_CRYPTO_INTERNAL */
-
-#endif /* MD5_H */
OpenPOWER on IntegriCloud