Home
last modified time | relevance | path

Searched refs:enc_ctr (Results 1 – 3 of 3) sorted by relevance

/linux/lib/crypto/
H A Daesgcm.c67 u8 enc_ctr[AES_BLOCK_SIZE]; in aesgcm_mac() local
82 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()
/linux/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c545 struct venc_controls *enc_ctr = &inst->controls.enc; in power_save_mode_enable() local
553 if (enc_ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in power_save_mode_enable()
H A Dhelpers.c626 struct venc_controls *enc_ctr = &inst->controls.enc; in platform_get_bufreq() local
658 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()