crypto_none.c

Go to the documentation of this file.
00001 
00016 #include "includes.h"
00017 
00018 #include "common.h"
00019 #include "crypto.h"
00020 
00021 
00022 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
00023 {
00024         return 0;
00025 }
00026 
00027 
00028 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher)
00029 {
00030 }
00031 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:16:50 2009 for hostapd by  doxygen 1.6.1