libhasha 2.2.2
Loading...
Searching...
No Matches
types.h File Reference
#include "./libc.h"
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __ha_byte   uint8_t
#define __ha_buf   __ha_byte*
#define __ha_in_buf_type   const __ha_buf
#define __ha_out_buf_type   __ha_buf

Typedefs

typedef __ha_in_buf_type ha_inbuf_t
typedef __ha_out_buf_type ha_outbuf_t
typedef __ha_out_buf_type ha_digest_t
typedef const __ha_out_buf_type ha_cdigest_t

Macro Definition Documentation

◆ __ha_buf

#define __ha_buf   __ha_byte*

Definition at line 8 of file types.h.

◆ __ha_byte

#define __ha_byte   uint8_t

Definition at line 7 of file types.h.

◆ __ha_in_buf_type

#define __ha_in_buf_type   const __ha_buf

Definition at line 9 of file types.h.

◆ __ha_out_buf_type

#define __ha_out_buf_type   __ha_buf

Definition at line 10 of file types.h.

Typedef Documentation

◆ ha_cdigest_t

Definition at line 16 of file types.h.

◆ ha_digest_t

Definition at line 15 of file types.h.

◆ ha_inbuf_t

Definition at line 12 of file types.h.

◆ ha_outbuf_t

Definition at line 13 of file types.h.