Home
last modified time | relevance | path

Searched defs:hcryp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/crypto/
Dcrypto_stm32_priv.h26 CRYP_HandleTypeDef hcryp; member
Dcrypto_stm32.c151 static status_t hal_encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, in hal_encrypt()
158 static status_t hal_decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, in hal_decrypt()