HashAlgo Struct Reference

Common interface for hash algorithms. More...

#include <crypto.h>

Data Fields

const char_tname
 
const uint8_t * oid
 
size_t oidSize
 
size_t contextSize
 
size_t blockSize
 
size_t digestSize
 
size_t minPadSize
 
bool_t bigEndian
 
HashAlgoCompute compute
 
HashAlgoInit init
 
HashAlgoUpdate update
 
HashAlgoFinal final
 
HashAlgoFinalRaw finalRaw
 

Detailed Description

Common interface for hash algorithms.

Definition at line 1027 of file crypto.h.

Field Documentation

◆ bigEndian

bool_t bigEndian

Definition at line 1036 of file crypto.h.

◆ blockSize

size_t blockSize

Definition at line 1033 of file crypto.h.

◆ compute

HashAlgoCompute compute

Definition at line 1037 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 1032 of file crypto.h.

◆ digestSize

size_t digestSize

Definition at line 1034 of file crypto.h.

◆ final

Definition at line 1040 of file crypto.h.

◆ finalRaw

HashAlgoFinalRaw finalRaw

Definition at line 1041 of file crypto.h.

◆ init

Definition at line 1038 of file crypto.h.

◆ minPadSize

size_t minPadSize

Definition at line 1035 of file crypto.h.

◆ name

const char_t* name

Definition at line 1029 of file crypto.h.

◆ oid

const uint8_t* oid

Definition at line 1030 of file crypto.h.

◆ oidSize

size_t oidSize

Definition at line 1031 of file crypto.h.

◆ update

Definition at line 1039 of file crypto.h.


The documentation for this struct was generated from the following file: