gd32f2xx_crypto_hash.c
error_t sha256Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-256.
Definition: gd32f2xx_crypto_hash.c:150
error_t md5Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using MD5.
Definition: gd32f2xx_crypto_hash.c:72
error_t sha224Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-224.
Definition: gd32f2xx_crypto_hash.c:124
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
GD32F2 hash hardware accelerator.
GD32F2 hardware cryptographic accelerator.
error_t sha1Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-1.
Definition: gd32f2xx_crypto_hash.c:98
Debugging facilities.