pic32cx_sg_crypto_hash.c
void sha256FinalRaw(Sha256Context *context, uint8_t *digest)
Finish the SHA-256 message digest (no padding added)
Definition: pic32cx_sg_crypto_hash.c:459
void hashProcessData(uint32_t algo, const uint8_t *data, size_t length, uint32_t *h)
Update hash value.
Definition: pic32cx_sg_crypto_hash.c:83
void sha256Init(Sha256Context *context)
Initialize SHA-256 message digest context.
Definition: pic32cx_sg_crypto_hash.c:331
PIC32CX SG41/SG60/SG61 hash hardware accelerator.
void sha224Init(Sha224Context *context)
Initialize SHA-224 message digest context.
Definition: pic32cx_sg_crypto_hash.c:305
General definitions for cryptographic algorithms.
void sha1Final(Sha1Context *context, uint8_t *digest)
Finish the SHA-1 message digest.
Definition: pic32cx_sg_crypto_hash.c:249
Collection of hash algorithms.
PIC32CX SG41/SG60/SG61 hardware cryptographic accelerator.
void sha256Update(Sha256Context *context, const void *data, size_t length)
Update the SHA-256 context with a portion of the message being hashed.
Definition: pic32cx_sg_crypto_hash.c:357
void sha1FinalRaw(Sha1Context *context, uint8_t *digest)
Finish the SHA-1 message digest (no padding added)
Definition: pic32cx_sg_crypto_hash.c:291
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 sha256Final(Sha256Context *context, uint8_t *digest)
Finish the SHA-256 message digest.
Definition: pic32cx_sg_crypto_hash.c:417
void sha1Init(Sha1Context *context)
Initialize SHA-1 message digest context.
Definition: pic32cx_sg_crypto_hash.c:166
void sha1Update(Sha1Context *context, const void *data, size_t length)
Update the SHA-1 context with a portion of the message being hashed.
Definition: pic32cx_sg_crypto_hash.c:189
Debugging facilities.