Lines Matching refs:algo
910 uint32_t algo; in HAL_CRYP_Encrypt() local
941 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt()
943 switch (algo) in HAL_CRYP_Encrypt()
1041 uint32_t algo; in HAL_CRYP_Decrypt() local
1071 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt()
1073 switch (algo) in HAL_CRYP_Decrypt()
1169 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1200 algo = (hcryp->Instance->CR & CRYP_CR_ALGOMODE); in HAL_CRYP_Encrypt_IT()
1202 switch (algo) in HAL_CRYP_Encrypt_IT()
1286 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1317 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt_IT()
1319 switch (algo) in HAL_CRYP_Decrypt_IT()
1405 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1437 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt_DMA()
1439 switch (algo) in HAL_CRYP_Encrypt_DMA()
1576 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
1607 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt_DMA()
1609 switch (algo) in HAL_CRYP_Decrypt_DMA()