Home
last modified time | relevance | path

Searched refs:hal_decrypt (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/crypto/
Dcrypto_stm32.c79 #define hal_ecb_decrypt_op hal_decrypt
81 #define hal_cbc_decrypt_op hal_decrypt
83 #define hal_ctr_decrypt_op hal_decrypt
158 static status_t hal_decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, in hal_decrypt() function