Searched refs:enc_ctr (Results 1 – 3 of 3) sorted by relevance
67 u8 enc_ctr[AES_BLOCK_SIZE]; in aesgcm_mac() local82 aes_encrypt(&ctx->aes_key, enc_ctr, (const u8 *)ctr); in aesgcm_mac()83 crypto_xor_cpy(authtag, ghash_out, enc_ctr, ctx->authsize); in aesgcm_mac()86 memzero_explicit(enc_ctr, sizeof(enc_ctr)); in aesgcm_mac()
545 struct venc_controls *enc_ctr = &inst->controls.enc; in power_save_mode_enable() local553 if (enc_ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in power_save_mode_enable()
626 struct venc_controls *enc_ctr = &inst->controls.enc; in platform_get_bufreq() local658 if (enc_ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in platform_get_bufreq()660 params.enc.num_b_frames = enc_ctr->num_b_frames; in platform_get_bufreq()