fips_prf_nss.c

Go to the documentation of this file.
00001 
00016 #include "includes.h"
00017 #include <openssl/sha.h>
00018 
00019 #include "common.h"
00020 #include "crypto.h"
00021 
00022 
00023 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
00024 {
00025         return -1;
00026 }
00027 
 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