Loading...
Searching...
No Matches
psa_periph_hashes_ctx.h File Reference

CryptoCell 310 driver specific hash contexts. More...

Detailed Description

CryptoCell 310 driver specific hash contexts.

Author
Lena Boeckmann lena..nosp@m.boec.nosp@m.kmann.nosp@m.@haw.nosp@m.-hamb.nosp@m.urg..nosp@m.de

Definition in file psa_periph_hashes_ctx.h.

#include <stdlib.h>
#include "kernel_defines.h"
#include "crys_hash.h"
+ Include dependency graph for psa_periph_hashes_ctx.h:

Go to the source code of this file.

typedef CRYS_HASHUserContext_t psa_hashes_sha1_ctx_t
 Map driver specific SHA1 context to PSA context.
 
typedef CRYS_HASHUserContext_t psa_hashes_sha224_ctx_t
 Map driver specific SHA224 context to PSA context.
 
typedef CRYS_HASHUserContext_t psa_hashes_sha256_ctx_t
 Map driver specific SHA256 context to PSA context.
 
typedef CRYS_HASHUserContext_t psa_hashes_sha512_ctx_t
 Map driver specific SHA512 context to PSA context.
 

Typedef Documentation

◆ psa_hashes_sha1_ctx_t

typedef CRYS_HASHUserContext_t psa_hashes_sha1_ctx_t

Map driver specific SHA1 context to PSA context.

Definition at line 35 of file psa_periph_hashes_ctx.h.

◆ psa_hashes_sha224_ctx_t

typedef CRYS_HASHUserContext_t psa_hashes_sha224_ctx_t

Map driver specific SHA224 context to PSA context.

Definition at line 42 of file psa_periph_hashes_ctx.h.

◆ psa_hashes_sha256_ctx_t

typedef CRYS_HASHUserContext_t psa_hashes_sha256_ctx_t

Map driver specific SHA256 context to PSA context.

Definition at line 49 of file psa_periph_hashes_ctx.h.

◆ psa_hashes_sha512_ctx_t

typedef CRYS_HASHUserContext_t psa_hashes_sha512_ctx_t

Map driver specific SHA512 context to PSA context.

Definition at line 56 of file psa_periph_hashes_ctx.h.