Loading...
Searching...
No Matches
psa_hash_operation_s Struct Reference

Structure containing a hash context and algorithm. More...

Detailed Description

Structure containing a hash context and algorithm.

Definition at line 85 of file types.h.

#include <types.h>

Data Fields

psa_algorithm_t alg
 Operation algorithm.
 
psa_hash_context_t ctx
 Operation hash context.
 

Field Documentation

◆ alg

psa_algorithm_t psa_hash_operation_s::alg

Operation algorithm.

Definition at line 86 of file types.h.

◆ ctx

psa_hash_context_t psa_hash_operation_s::ctx

Operation hash context.

Definition at line 88 of file types.h.


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