Lines Matching refs:algo

949   uint32_t algo;  in HAL_CRYP_Encrypt()  local
981 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt()
983 switch (algo) in HAL_CRYP_Encrypt()
1054 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt()
1056 switch (algo) in HAL_CRYP_Encrypt()
1123 uint32_t algo; in HAL_CRYP_Decrypt() local
1155 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt()
1157 switch (algo) in HAL_CRYP_Decrypt()
1228 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt()
1230 switch (algo) in HAL_CRYP_Decrypt()
1294 uint32_t algo; in HAL_CRYP_Encrypt_IT() local
1327 algo = (hcryp->Instance->CR & CRYP_CR_ALGOMODE); in HAL_CRYP_Encrypt_IT()
1329 switch (algo) in HAL_CRYP_Encrypt_IT()
1399 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_IT()
1401 switch (algo) in HAL_CRYP_Encrypt_IT()
1457 uint32_t algo; in HAL_CRYP_Decrypt_IT() local
1490 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt_IT()
1492 switch (algo) in HAL_CRYP_Decrypt_IT()
1566 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_IT()
1568 switch (algo) in HAL_CRYP_Decrypt_IT()
1624 uint32_t algo; in HAL_CRYP_Encrypt_DMA() local
1658 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Encrypt_DMA()
1660 switch (algo) in HAL_CRYP_Encrypt_DMA()
1765 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Encrypt_DMA()
1767 switch (algo) in HAL_CRYP_Encrypt_DMA()
1856 uint32_t algo; in HAL_CRYP_Decrypt_DMA() local
1890 algo = hcryp->Instance->CR & CRYP_CR_ALGOMODE; in HAL_CRYP_Decrypt_DMA()
1892 switch (algo) in HAL_CRYP_Decrypt_DMA()
1962 algo = hcryp->Instance->CR & AES_CR_CHMOD; in HAL_CRYP_Decrypt_DMA()
1964 switch (algo) in HAL_CRYP_Decrypt_DMA()