20#ifndef PSA_CRYPTOCELL_310_HASHES_COMMON_H
21#define PSA_CRYPTOCELL_310_HASHES_COMMON_H
38 CRYS_HASH_OperationMode_t mode);
Function declarations for PSA Crypto.
int32_t psa_status_t
Status code type used for all PSA Certified APIs.
psa_status_t cryptocell_310_common_hash_setup(CRYS_HASHUserContext_t *ctx, CRYS_HASH_OperationMode_t mode)
Common hash setup function.
psa_status_t cryptocell_310_common_hash_finish(CRYS_HASHUserContext_t *ctx, uint8_t *hash, size_t hash_size, size_t *hash_length)
Common hash finish function.
psa_status_t cryptocell_310_common_hash_update(CRYS_HASHUserContext_t *ctx, const uint8_t *input, size_t input_length)
Common hash update function.