m2354_crypto_hash.c
void sha512ProcessBlock(Sha512Context *context)
Process message in 16-word blocks.
Definition: m2354_crypto_hash.c:360
M2354 hash hardware accelerator.
void sha1Update(Sha1Context *context, const void *data, size_t length)
Update the SHA-1 context with a portion of the message being hashed.
Definition: m2354_crypto_hash.c:146
void sha1ProcessBlock(Sha1Context *context)
Process message in 16-word blocks.
Definition: m2354_crypto_hash.c:206
void hashProcessData(uint32_t opmode, const uint8_t *data, size_t length, uint32_t *h, size_t hLen)
Update hash value.
Definition: m2354_crypto_hash.c:55
void sm3Update(Sm3Context *context, const void *data, size_t length)
Update the SM3 context with a portion of the message being hashed.
Definition: m2354_crypto_hash.c:377
void sha256ProcessBlock(Sha256Context *context)
Process message in 16-word blocks.
Definition: m2354_crypto_hash.c:283
General definitions for cryptographic algorithms.
void sha256Update(Sha256Context *context, const void *data, size_t length)
Update the SHA-256 context with a portion of the message being hashed.
Definition: m2354_crypto_hash.c:223
void sm3ProcessBlock(Sm3Context *context)
Process message in 16-word blocks.
Definition: m2354_crypto_hash.c:437
Collection of hash algorithms.
void sha512Update(Sha512Context *context, const void *data, size_t length)
Update the SHA-512 context with a portion of the message being hashed.
Definition: m2354_crypto_hash.c:300
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
M2354 hardware cryptographic accelerator.
Debugging facilities.