ra8_crypto_hash.c
void hashProcessData(uint32_t algo, const uint8_t *data, size_t length, uint32_t *h)
Update hash value.
Definition: ra8_crypto_hash.c:54
void sha512Update(Sha512Context *context, const void *data, size_t length)
Update the SHA-512 context with a portion of the message being hashed.
Definition: ra8_crypto_hash.c:332
General definitions for cryptographic algorithms.
Collection of hash 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: ra8_crypto_hash.c:256
void sha256ProcessBlock(Sha256Context *context)
Process message in 16-word blocks.
Definition: ra8_crypto_hash.c:315
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
void sha1ProcessBlock(Sha1Context *context)
Process message in 16-word blocks.
Definition: ra8_crypto_hash.c:239
RA8 hash hardware accelerator.
void sha512ProcessBlock(Sha512Context *context)
Process message in 16-word blocks.
Definition: ra8_crypto_hash.c:392
RA8 hardware cryptographic accelerator (RSIP7)
void sha1Update(Sha1Context *context, const void *data, size_t length)
Update the SHA-1 context with a portion of the message being hashed.
Definition: ra8_crypto_hash.c:180
Debugging facilities.