Lines Matching refs:algo
1215 uint32_t algo; in HAL_CRYP_Encrypt() local
1252 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()
1254 switch (algo) in HAL_CRYP_Encrypt()
1317 uint32_t algo; in HAL_CRYP_Decrypt() local
1353 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()
1355 switch (algo) in HAL_CRYP_Decrypt()
1416 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1472 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()
1474 switch (algo) in HAL_CRYP_Encrypt_IT()
1526 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1581 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_IT()
1583 switch (algo) in HAL_CRYP_Decrypt_IT()
1635 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1672 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_DMA()
1674 switch (algo) in HAL_CRYP_Encrypt_DMA()
1763 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
1800 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_DMA()
1802 switch (algo) in HAL_CRYP_Decrypt_DMA()
2596 uint32_t algo; in CRYP_DMAInCplt() local
2600 algo = hcryp->Instance->CR & AES_CR_CHMOD; in CRYP_DMAInCplt()
2606 if (!(((algo == CRYP_AES_GCM_GMAC) || (algo == CRYP_AES_CCM)) && \ in CRYP_DMAInCplt()