Searched refs:ccm_config (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/ccree/ |
| H A D | cc_aead.h | 63 u8 ccm_config[CCM_CONFIG_BUF_SIZE] ____cacheline_aligned; member
|
| H A D | cc_aead.c | 1544 u8 *b0 = req_ctx->ccm_config + CCM_B0_OFFSET; in config_ccm_adata() 1545 u8 *a0 = req_ctx->ccm_config + CCM_A0_OFFSET; in config_ccm_adata() 1546 u8 *ctr_count_0 = req_ctx->ccm_config + CCM_CTR_COUNT_0_OFFSET; in config_ccm_adata() 1554 memset(req_ctx->ccm_config, 0, AES_BLOCK_SIZE * 3); in config_ccm_adata()
|
| H A D | cc_buffer_mgr.c | 988 void *addr = areq_ctx->ccm_config + CCM_CTR_COUNT_0_OFFSET; in cc_map_aead_request() 1002 rc = cc_set_aead_conf_buf(dev, areq_ctx, areq_ctx->ccm_config, in cc_map_aead_request()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v21.h | 39 void (*ccm_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v32.h | 55 void (*ccm_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v3x.h | 55 void (*ccm_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v2x.h | 210 void (*ccm_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
| H A D | isp_params_v2x.c | 3677 .ccm_config = isp_ccm_config, 3771 ops->ccm_config(params_vdev, &new_params->others.ccm_cfg); in __isp_isr_other_config()
|
| H A D | isp_params_v21.c | 3393 .ccm_config = isp_ccm_config, 3484 ops->ccm_config(params_vdev, &new_params->others.ccm_cfg); in __isp_isr_other_config()
|
| H A D | isp_params_v3x.c | 3733 .ccm_config = isp_ccm_config, 3832 ops->ccm_config(params_vdev, &new_params->others.ccm_cfg, id); in __isp_isr_other_config()
|
| H A D | isp_params_v32.c | 3886 .ccm_config = isp_ccm_config, 3991 ops->ccm_config(params_vdev, &new_params->others.ccm_cfg); in __isp_isr_other_config()
|