Lines Matching refs:algo
917 uint32_t algo; in HAL_CRYP_Encrypt() local
948 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt()
950 switch (algo) in HAL_CRYP_Encrypt()
1048 uint32_t algo; in HAL_CRYP_Decrypt() local
1078 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt()
1080 switch (algo) in HAL_CRYP_Decrypt()
1176 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1207 algo = (hcryp->Instance->CR & CRYP_CR_ALGOMODE); in HAL_CRYP_Encrypt_IT()
1209 switch (algo) in HAL_CRYP_Encrypt_IT()
1293 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1324 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt_IT()
1326 switch (algo) in HAL_CRYP_Decrypt_IT()
1413 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1444 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt_DMA()
1446 switch (algo) in HAL_CRYP_Encrypt_DMA()
1567 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
1598 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt_DMA()
1600 switch (algo) in HAL_CRYP_Decrypt_DMA()