fips_prf_cryptoapi.c
Go to the documentation of this file.
00001 /*
00002  * FIPS 186-2 PRF for Microsoft CryptoAPI
00003  * Copyright (c) 2009, Jouni Malinen <j@w1.fi>
00004  *
00005  * This program is free software; you can redistribute it and/or modify
00006  * it under the terms of the GNU General Public License version 2 as
00007  * published by the Free Software Foundation.
00008  *
00009  * Alternatively, this software may be distributed under the terms of BSD
00010  * license.
00011  *
00012  * See README and COPYING for more details.
00013  */
00014 
00015 #include "includes.h"
00016 
00017 #include "common.h"
00018 #include "crypto.h"
00019 
00020 
00021 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
00022 {
00023         /* FIX: how to do this with CryptoAPI? */
00024         return -1;
00025 }


wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:34:35