Home
last modified time | relevance | path

Searched refs:is_enc (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c120 bool is_enc; member
307 if (ctx->is_enc) { in device_process()
454 if (ctx->is_enc) in device_run()
721 if (ctx->is_enc || in enum_fmt()
941 if (ctx->is_enc) in vidioc_try_fmt_vid_out()
954 if (ctx->is_enc) in vidioc_try_fmt_vid_out()
1076 if (ctx->is_enc) { in vidioc_s_fmt_vid_out()
1308 if (ctx->is_enc) in vicodec_subscribe_event()
1880 if (ctx->is_enc) in vicodec_open()
1893 if (ctx->is_enc) in vicodec_open()
[all …]
/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c118 !cpt_req->is_enc) in otx2_cpt_aead_callback()
147 if (req_info->is_enc) { in output_iv_copyback()
327 static int skcipher_do_fallback(struct skcipher_request *req, bool is_enc) in skcipher_do_fallback() argument
342 ret = is_enc ? crypto_skcipher_encrypt(&rctx->sk_fbk_req) : in skcipher_do_fallback()
385 req_info->is_enc = enc; in cpt_enc_dec()
1213 static int aead_do_fallback(struct aead_request *req, bool is_enc) in aead_do_fallback() argument
1228 ret = is_enc ? crypto_aead_encrypt(&rctx->fbk_req) : in aead_do_fallback()
1253 req_info->is_enc = enc; in cpt_aead_enc_dec()
H A Dotx2_cpt_reqmgr.h138 u8 is_enc; /* Is a request an encryption request */ member
/linux-6.15/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h170 u8 is_enc; /* Is a request an encryption request */ member
H A Dotx_cptvf_algs.c134 !cpt_req->is_enc) in otx_cpt_aead_callback()
164 if (req_info->is_enc) { in output_iv_copyback()
370 req_info->is_enc = enc; in cpt_enc_dec()
1153 req_info->is_enc = enc; in cpt_aead_enc_dec()
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h82 bool is_enc);
H A Dbase.c1459 struct sk_buff *skb, bool is_enc) in rtl_skb_ether_type_ptr() argument
1482 if (is_enc) in rtl_skb_ether_type_ptr()
1490 bool is_enc) in rtl_is_special_data() argument
1502 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data()
/linux-6.15/net/ceph/
H A Dauth_x.c170 char is_enc; in process_one_ticket() local
220 ceph_decode_8_safe(p, end, is_enc, bad); in process_one_ticket()
221 if (is_enc) { in process_one_ticket()