OPTIGA™ Trust M
Host Library Documentation
|
Specifies the structure to the Hash context details managed by OPTIGA. More...
#include <optiga_lib_common.h>
Data Fields | |
uint8_t * | context_buffer |
buffer to hold the hash context data More... | |
uint16_t | context_buffer_length |
context length More... | |
uint8_t | hash_algo |
hashing algorithm More... | |
Specifies the structure to the Hash context details managed by OPTIGA.
Definition at line 305 of file optiga_lib_common.h.
uint8_t* optiga_hash_context::context_buffer |
buffer to hold the hash context data
Definition at line 308 of file optiga_lib_common.h.
uint16_t optiga_hash_context::context_buffer_length |
context length
Definition at line 310 of file optiga_lib_common.h.
uint8_t optiga_hash_context::hash_algo |
hashing algorithm
Definition at line 312 of file optiga_lib_common.h.