md5.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define hmac_md5_non_fips_allow   hmac_md5
#define hmac_md5_vector_non_fips_allow   hmac_md5_vector
#define MD5_MAC_LEN   16

Functions

int hmac_md5 (const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac)
int hmac_md5_vector (const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)

Define Documentation

#define hmac_md5_non_fips_allow   hmac_md5

Definition at line 32 of file md5.h.

#define hmac_md5_vector_non_fips_allow   hmac_md5_vector

Definition at line 31 of file md5.h.

#define MD5_MAC_LEN   16

Definition at line 18 of file md5.h.


Function Documentation

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

hmac_md5 - HMAC-MD5 over data buffer (RFC 2104) : Key for HMAC operations : Length of the key in bytes : Pointers to the data area : Length of the data area : Buffer for the hash (16 bytes) Returns: 0 on success, -1 on failure

Definition at line 107 of file md5.c.

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

hmac_md5_vector - HMAC-MD5 over data vector (RFC 2104) : Key for HMAC operations : Length of the key in bytes : Number of elements in the data vector : Pointers to the data areas : Lengths of the data blocks : Buffer for the hash (16 bytes) Returns: 0 on success, -1 on failure

Definition at line 32 of file md5.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Fri Jan 11 10:04:48 2013