iPXE
Data Structures | Macros | Functions | Variables
md4.h File Reference

MD4 algorithm. More...

#include <stdint.h>
#include <ipxe/crypto.h>

Go to the source code of this file.

Data Structures

struct  md4_digest
 An MD4 digest. More...
 
union  md4_block
 An MD4 data block. More...
 
struct  md4_digest_data
 MD4 digest and data block. More...
 
union  md4_digest_data_dwords
 MD4 digest and data block. More...
 
struct  md4_context
 An MD4 context. More...
 

Macros

#define MD4_CTX_SIZE   sizeof ( struct md4_context )
 MD4 context size. More...
 
#define MD4_BLOCK_SIZE   sizeof ( union md4_block )
 MD4 block size. More...
 
#define MD4_DIGEST_SIZE   sizeof ( struct md4_digest )
 MD4 digest size. More...
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

struct digest_algorithm md4_algorithm
 MD4 algorithm. More...
 

Detailed Description

MD4 algorithm.

Definition in file md4.h.

Macro Definition Documentation

◆ MD4_CTX_SIZE

#define MD4_CTX_SIZE   sizeof ( struct md4_context )

MD4 context size.

Definition at line 66 of file md4.h.

◆ MD4_BLOCK_SIZE

#define MD4_BLOCK_SIZE   sizeof ( union md4_block )

MD4 block size.

Definition at line 69 of file md4.h.

◆ MD4_DIGEST_SIZE

#define MD4_DIGEST_SIZE   sizeof ( struct md4_digest )

MD4 digest size.

Definition at line 72 of file md4.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ md4_algorithm

struct digest_algorithm md4_algorithm

MD4 algorithm.

Definition at line 261 of file md4.c.

Referenced by md4_test_exec(), mschapv2_hash_hash(), mschapv2_password_hash(), and ntlm_key().