Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_stm32.c78 #define hal_ecb_encrypt_op hal_encrypt
80 #define hal_cbc_encrypt_op hal_encrypt
82 #define hal_ctr_encrypt_op hal_encrypt
151 static status_t hal_encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, in hal_encrypt() function