Lines Matching refs:algo
1312 uint32_t algo; in HAL_CRYP_Encrypt() local
1349 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()
1351 switch (algo) in HAL_CRYP_Encrypt()
1413 uint32_t algo; in HAL_CRYP_Decrypt() local
1449 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()
1451 switch (algo) in HAL_CRYP_Decrypt()
1512 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1568 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()
1570 switch (algo) in HAL_CRYP_Encrypt_IT()
1622 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1677 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_IT()
1679 switch (algo) in HAL_CRYP_Decrypt_IT()
1731 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1768 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_DMA()
1770 switch (algo) in HAL_CRYP_Encrypt_DMA()
1858 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
1895 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_DMA()
1897 switch (algo) in HAL_CRYP_Decrypt_DMA()
2749 uint32_t algo; in CRYP_DMAInCplt() local
2753 algo = hcryp->Instance->CR & AES_CR_CHMOD; in CRYP_DMAInCplt()
2759 if (!(((algo == CRYP_AES_GCM_GMAC) || (algo == CRYP_AES_CCM)) && \ in CRYP_DMAInCplt()