psa_hash_context_t Union Reference

Structure containing the hash contexts needed by the application. More...

Detailed Description

Structure containing the hash contexts needed by the application.

Definition at line 51 of file types.h.

#include <types.h>

Data Fields

psa_hashes_md5_ctx_t md5
 MD5 context.
 
psa_hashes_sha1_ctx_t sha1
 SHA-1 context.
 
psa_hashes_sha224_ctx_t sha224
 SHA-224 context.
 
psa_hashes_sha256_ctx_t sha256
 SHA-256 context.
 
psa_hashes_sha384_ctx_t sha384
 SHA-384 context.
 
psa_hashes_sha512_ctx_t sha512
 SHA-512 context.
 
psa_hashes_sha3_ctx_t sha3
 SHA-3 context.
 
psa_hashes_sha512_224_ctx_t sha512_224
 SHA-512/224 context.
 
psa_hashes_sha512_256_ctx_t sha512_256
 SHA-512/256 context.
 

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