mkv5x_crypto_hash.c
void sha1Update(Sha1Context *context, const void *data, size_t length)
Update the SHA-1 context with a portion of the message being hashed.
Definition: mkv5x_crypto_hash.c:134
Kinetis KV5x hash hardware accelerator.
void sha256ProcessBlock(Sha256Context *context)
Process message in 16-word blocks.
Definition: mkv5x_crypto_hash.c:274
void md5Update(Md5Context *context, const void *data, size_t length)
Update the MD5 context with a portion of the message being hashed.
Definition: mkv5x_crypto_hash.c:54
void sha256Update(Sha256Context *context, const void *data, size_t length)
Update the SHA-256 context with a portion of the message being hashed.
Definition: mkv5x_crypto_hash.c:214
General definitions for cryptographic algorithms.
Collection of hash algorithms.
Kinetis KV5x hardware cryptographic accelerator.
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: mkv5x_crypto_hash.c:194
void md5ProcessBlock(Md5Context *context)
Process message in 16-word blocks.
Definition: mkv5x_crypto_hash.c:114
Debugging facilities.