Lines Matching refs:algo
1362 uint32_t algo; in HAL_CRYP_Encrypt() local
1409 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()
1411 switch (algo) in HAL_CRYP_Encrypt()
1466 uint32_t algo; in HAL_CRYP_Decrypt() local
1500 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()
1502 switch (algo) in HAL_CRYP_Decrypt()
1556 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1610 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()
1612 switch (algo) in HAL_CRYP_Encrypt_IT()
1660 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1713 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_IT()
1715 switch (algo) in HAL_CRYP_Decrypt_IT()
1765 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1800 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_DMA()
1802 switch (algo) in HAL_CRYP_Encrypt_DMA()
1931 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
1966 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_DMA()
1968 switch (algo) in HAL_CRYP_Decrypt_DMA()
3164 uint32_t algo; in CRYP_DMAInCplt() local
3239 algo = hcryp->Instance->CR & AES_CR_CHMOD; in CRYP_DMAInCplt()
3245 if (!(((algo == CRYP_AES_GCM_GMAC) || (algo == CRYP_AES_CCM)) && \ in CRYP_DMAInCplt()