sl_se_hash_streaming_context_t Struct Reference

Generic hash streaming context. Deprecated.

#include <sl_se_manager_types.h>

Data Fields

sl_se_command_context_tcmd_ctx
 Pointer to command context object.
 
sl_se_hash_type_t hash_type
 Hash type.
 
size_t size
 Hash output size.
 
void * hash_type_ctx
 Pointer to hash specific context.
 

Generic hash streaming context. Deprecated.

Field Documentation

◆ cmd_ctx

sl_se_command_context_t* sl_se_hash_streaming_context_t::cmd_ctx

Pointer to command context object.

◆ hash_type

sl_se_hash_type_t sl_se_hash_streaming_context_t::hash_type

Hash type.

◆ size

size_t sl_se_hash_streaming_context_t::size

Hash output size.

◆ hash_type_ctx

void* sl_se_hash_streaming_context_t::hash_type_ctx

Pointer to hash specific context.