Lines Matching refs:algo
1374 uint32_t algo; in HAL_CRYP_Encrypt() local
1430 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()
1432 switch (algo) in HAL_CRYP_Encrypt()
1487 uint32_t algo; in HAL_CRYP_Decrypt() local
1533 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()
1535 switch (algo) in HAL_CRYP_Decrypt()
1589 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1649 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()
1651 switch (algo) in HAL_CRYP_Encrypt_IT()
1700 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1759 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_IT()
1761 switch (algo) in HAL_CRYP_Decrypt_IT()
1810 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1851 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_DMA()
1853 switch (algo) in HAL_CRYP_Encrypt_DMA()
1979 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
2020 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_DMA()
2022 switch (algo) in HAL_CRYP_Decrypt_DMA()
3042 uint32_t algo; in CRYP_DMAInCplt() local
3117 algo = hcryp->Instance->CR & AES_CR_CHMOD; in CRYP_DMAInCplt()
3123 if (!(((algo == CRYP_AES_GCM_GMAC) || (algo == CRYP_AES_CCM)) && \ in CRYP_DMAInCplt()