wpa_supplicant / hostapd
2.5
|
MD5 hash implementation and interface functions. More...
Typedefs | |
typedef struct MD5Context | MD5_CTX |
Functions | |
int | md5_vector (size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) |
MD5 hash for data vector. More... | |
void | MD5Init (struct MD5Context *ctx) |
void | MD5Update (struct MD5Context *ctx, unsigned char const *buf, unsigned len) |
void | MD5Final (unsigned char digest[16], struct MD5Context *ctx) |
MD5 hash implementation and interface functions.
int md5_vector | ( | size_t | num_elem, |
const u8 * | addr[], | ||
const size_t * | len, | ||
u8 * | mac | ||
) |
MD5 hash for data vector.
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 |