md5-non-fips.c File Reference

MD5 hash implementation and interface functions (non-FIPS allowed cases). More...

#include "includes.h"
#include "common.h"
#include "md5.h"
#include "crypto.h"
Include dependency graph for md5-non-fips.c:

Go to the source code of this file.

Functions

int hmac_md5_vector_non_fips_allow (const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
 HMAC-MD5 over data vector (RFC 2104).
int hmac_md5_non_fips_allow (const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac)
 HMAC-MD5 over data buffer (RFC 2104).

Detailed Description

MD5 hash implementation and interface functions (non-FIPS allowed cases).

Copyright
Copyright (c) 2003-2009, 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.

Definition in file md5-non-fips.c.


Function Documentation

int hmac_md5_non_fips_allow ( const u8 *  key,
size_t  key_len,
const u8 *  data,
size_t  data_len,
u8 *  mac 
)

HMAC-MD5 over data buffer (RFC 2104).

Parameters:
key Key for HMAC operations
key_len Length of the key in bytes
data Pointers to the data area
data_len Length of the data area
mac Buffer for the hash (16 bytes)
Returns:
0 on success, -1 on failure

Definition at line 111 of file md5-non-fips.c.

Here is the call graph for this function:

int hmac_md5_vector_non_fips_allow ( const u8 *  key,
size_t  key_len,
size_t  num_elem,
const u8 *  addr[],
const size_t *  len,
u8 *  mac 
)

HMAC-MD5 over data vector (RFC 2104).

Parameters:
key Key for HMAC operations
key_len Length of the key in bytes
num_elem Number of elements in the data vector
addr Pointers to the data areas
len Lengths of the data blocks
mac Buffer for the hash (16 bytes)
Returns:
0 on success, -1 on failure

Definition at line 34 of file md5-non-fips.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:19:20 2009 for hostapd by  doxygen 1.6.1