CryptoAuthLib
Atmel CryptoAuthentication Library
atca_crypto_sw_sha1.c File Reference

Wrapper API for SHA 1 routines. More...

Functions

int atcac_sw_sha1_init (atcac_sha1_ctx *ctx)
 
int atcac_sw_sha1_update (atcac_sha1_ctx *ctx, const uint8_t *data, size_t data_size)
 
int atcac_sw_sha1_finish (atcac_sha1_ctx *ctx, uint8_t digest[ATCA_SHA1_DIGEST_SIZE])
 
int atcac_sw_sha1 (const uint8_t *data, size_t data_size, uint8_t digest[ATCA_SHA1_DIGEST_SIZE])
 

Detailed Description

Wrapper API for SHA 1 routines.

Copyright (c) 2015 Atmel Corporation. All rights reserved.