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