Lines Matching refs:algo
1217 uint32_t algo; in HAL_CRYP_Encrypt() local
1254 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()
1256 switch (algo) in HAL_CRYP_Encrypt()
1319 uint32_t algo; in HAL_CRYP_Decrypt() local
1355 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()
1357 switch (algo) in HAL_CRYP_Decrypt()
1418 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1474 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()
1476 switch (algo) in HAL_CRYP_Encrypt_IT()
1528 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1583 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_IT()
1585 switch (algo) in HAL_CRYP_Decrypt_IT()
1637 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1674 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_DMA()
1676 switch (algo) in HAL_CRYP_Encrypt_DMA()
1765 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
1802 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_DMA()
1804 switch (algo) in HAL_CRYP_Decrypt_DMA()
2598 uint32_t algo; in CRYP_DMAInCplt() local
2602 algo = hcryp->Instance->CR & AES_CR_CHMOD; in CRYP_DMAInCplt()
2608 if (!(((algo == CRYP_AES_GCM_GMAC) || (algo == CRYP_AES_CCM)) && \ in CRYP_DMAInCplt()