00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
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
00024 return -1;
00025 }