Skip to content

STM32 Hash Peripheral #71407

Closed Answered by ajarmouni-st
mbanducci-sandc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, crypto_stm32.c does not yet implement Zephyr's crypto_driver_api Hash functions (hash_begin_session, hash_free_session, hash_async_callback_set). So for now you will have to either use STM32 HAL directly or implement the Hash functions in crypto_stm32.c (an example of a driver that implements them: drivers/crypto/crypto_intel_sha.c) & then use Zephyr Crypto API.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mbanducci-sandc
Comment options

Answer selected by mbanducci-sandc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants