lpc54xxx_crypto_hash.c
LPC54000 hash hardware accelerator.
General definitions for cryptographic algorithms.
error_t sha256Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-256.
Definition: lpc54xxx_crypto_hash.c:102
Collection of hash algorithms.
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 sha1Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-1.
Definition: lpc54xxx_crypto_hash.c:55
LPC54000 hardware cryptographic accelerator.
Debugging facilities.