Searched refs:cryp_mode (Results 1 – 3 of 3) sorted by relevance
45 static int cryp_mode; variable367 switch (cryp_mode) { in cryp_setup_context()682 cryp_mode); in cryp_disable_power()770 if (cryp_mode == CRYP_MODE_INTERRUPT) { in hw_crypt_noxts()781 } else if (cryp_mode == CRYP_MODE_POLLING || in hw_crypt_noxts()782 cryp_mode == CRYP_MODE_DMA) { in hw_crypt_noxts()799 cryp_save_device_context(device_data, &ctx->dev_ctx, cryp_mode); in hw_crypt_noxts()860 cryp_save_device_context(device_data, &ctx->dev_ctx, cryp_mode); in ablk_dma_crypt()1024 if (cryp_mode == CRYP_MODE_DMA && mode_is_aes(ctx->config.algomode)) in cryp_blk_encrypt()1041 if (cryp_mode == CRYP_MODE_DMA && mode_is_aes(ctx->config.algomode)) in cryp_blk_decrypt()[all …]
75 enum cryp_mode { enum287 int cryp_mode);
291 int cryp_mode) in cryp_save_device_context() argument305 if (cryp_mode == CRYP_MODE_DMA) in cryp_save_device_context()