efm32gg11_crypto_hash.c
EFM32 Giant Gecko 11 hash hardware accelerator.
error_t sha1Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-1.
Definition: efm32gg11_crypto_hash.c:55
EFM32 Giant Gecko 11 hardware cryptographic accelerator.
General definitions for cryptographic algorithms.
Collection of hash algorithms.
void sha256ProcessBlock(Sha256Context *context)
Process message in 16-word blocks.
Definition: efm32gg11_crypto_hash.c:164
void sha1ProcessBlock(Sha1Context *context)
Process message in 16-word blocks.
Definition: efm32gg11_crypto_hash.c:76
void osAcquireMutex(OsMutex *mutex)
Acquire ownership of the specified mutex object.
Definition: os_port_chibios.c:396
void osReleaseMutex(OsMutex *mutex)
Release ownership of the specified mutex object.
Definition: os_port_chibios.c:408
error_t sha256Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-256.
Definition: efm32gg11_crypto_hash.c:143
Debugging facilities.