Lines Matching refs:cmdlen
263 unsigned int cmdlen; in tegra_aes_do_one_req() local
284 cmdlen = tegra_aes_prep_cmd(ctx, rctx); in tegra_aes_do_one_req()
285 ret = tegra_se_host1x_submit(se, cmdlen); in tegra_aes_do_one_req()
711 unsigned int cmdlen; in tegra_gcm_do_gmac() local
720 cmdlen = tegra_gmac_prep_cmd(ctx, rctx); in tegra_gcm_do_gmac()
722 return tegra_se_host1x_submit(se, cmdlen); in tegra_gcm_do_gmac()
728 int cmdlen, ret; in tegra_gcm_do_crypt() local
738 cmdlen = tegra_gcm_crypt_prep_cmd(ctx, rctx); in tegra_gcm_do_crypt()
739 ret = tegra_se_host1x_submit(se, cmdlen); in tegra_gcm_do_crypt()
754 int cmdlen, ret, offset; in tegra_gcm_do_final() local
761 cmdlen = tegra_gcm_prep_final_cmd(se, cpuvaddr, rctx); in tegra_gcm_do_final()
762 ret = tegra_se_host1x_submit(se, cmdlen); in tegra_gcm_do_final()
884 int cmdlen; in tegra_ccm_do_cbcmac() local
892 cmdlen = tegra_cbcmac_prep_cmd(ctx, rctx); in tegra_ccm_do_cbcmac()
894 return tegra_se_host1x_submit(se, cmdlen); in tegra_ccm_do_cbcmac()
1070 unsigned int cmdlen, offset = 0; in tegra_ccm_do_ctr() local
1100 cmdlen = tegra_ctr_prep_cmd(ctx, rctx); in tegra_ccm_do_ctr()
1101 ret = tegra_se_host1x_submit(se, cmdlen); in tegra_ccm_do_ctr()
1467 unsigned int nblks, nresidue, cmdlen; in tegra_cmac_do_update() local
1523 cmdlen = tegra_cmac_prep_cmd(ctx, rctx); in tegra_cmac_do_update()
1525 ret = tegra_se_host1x_submit(se, cmdlen); in tegra_cmac_do_update()
1544 int ret = 0, i, cmdlen; in tegra_cmac_do_final() local
1557 cmdlen = tegra_cmac_prep_cmd(ctx, rctx); in tegra_cmac_do_final()
1558 ret = tegra_se_host1x_submit(se, cmdlen); in tegra_cmac_do_final()