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()
1699 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1758 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_IT()
1760 switch (algo) in HAL_CRYP_Decrypt_IT()
1808 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1849 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_DMA()
1851 switch (algo) in HAL_CRYP_Encrypt_DMA()
1976 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
2017 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_DMA()
2019 switch (algo) in HAL_CRYP_Decrypt_DMA()
3071 uint32_t algo; in CRYP_DMAInCplt() local
3146 algo = hcryp->Instance->CR & AES_CR_CHMOD; in CRYP_DMAInCplt()
3152 if (!(((algo == CRYP_AES_GCM_GMAC) || (algo == CRYP_AES_CCM)) && \ in CRYP_DMAInCplt()