iPXE
md4.h File Reference

MD4 algorithm. More...

#include <stdint.h>
#include <ipxe/crypto.h>
#include <ipxe/mdhash.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...

Macros

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

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 FILE_SECBOOT (PERMITTED)

Variables

struct digest_algorithm md4_algorithm

Detailed Description

MD4 algorithm.

Definition in file md4.h.

Macro Definition Documentation

◆ MD4_CTX_SIZE

#define MD4_CTX_SIZE   MDHASH_CTX_SIZE ( struct md4_digest_data )

MD4 context size.

Definition at line 51 of file md4.h.

Referenced by ntlm_key().

◆ MD4_BLOCK_SIZE

#define MD4_BLOCK_SIZE   sizeof ( union md4_block )

MD4 block size.

Definition at line 54 of file md4.h.

◆ MD4_DIGEST_SIZE

#define MD4_DIGEST_SIZE   sizeof ( struct md4_digest )

MD4 digest size.

Definition at line 57 of file md4.h.

Referenced by MDHASH_ALGORITHM(), and ntlm_key().

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ md4_algorithm