/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 118 bool is_enc; member 262 if (ctx->is_enc || ctx->is_stateless) in device_process() 309 if (ctx->is_enc) { in device_process() 435 if (ctx->is_enc || ctx->is_stateless) { in device_run() 456 if (ctx->is_enc) in device_run() 560 v4l2_m2m_buf_copy_metadata(src_buf, dst_buf, !ctx->is_enc); in set_last_buffer() 586 if (ctx->is_stateless || ctx->is_enc || ctx->comp_has_frame) in job_ready() 712 bool is_uncomp = (ctx->is_enc && is_out) || (!ctx->is_enc && !is_out); in enum_fmt() 723 if (ctx->is_enc || in enum_fmt() 2035 register_instance(struct vicodec_dev *dev, struct vicodec_dev_instance *dev_instance, const char *name, bool is_enc) register_instance() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 118 bool is_enc; member 262 if (ctx->is_enc || ctx->is_stateless) in device_process() 305 if (ctx->is_enc) { in device_process() 431 if (ctx->is_enc || ctx->is_stateless) { in device_run() 452 if (ctx->is_enc) in device_run() 556 v4l2_m2m_buf_copy_metadata(src_buf, dst_buf, !ctx->is_enc); in set_last_buffer() 582 if (ctx->is_stateless || ctx->is_enc || ctx->comp_has_frame) in job_ready() 708 bool is_uncomp = (ctx->is_enc && is_out) || (!ctx->is_enc && !is_out); in enum_fmt() 719 if (ctx->is_enc || in enum_fmt() 2026 register_instance(struct vicodec_dev *dev, struct vicodec_dev_instance *dev_instance, const char *name, bool is_enc) register_instance() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.c | 116 !cpt_req->is_enc) in otx2_cpt_aead_callback() 145 if (req_info->is_enc) { in output_iv_copyback() 325 static int skcipher_do_fallback(struct skcipher_request *req, bool is_enc) in skcipher_do_fallback() argument 340 ret = is_enc ? crypto_skcipher_encrypt(&rctx->sk_fbk_req) : in skcipher_do_fallback() 383 req_info->is_enc = enc; in cpt_enc_dec() 1259 static int aead_do_fallback(struct aead_request *req, bool is_enc) in aead_do_fallback() argument 1274 ret = is_enc ? crypto_aead_encrypt(&rctx->fbk_req) : in aead_do_fallback() 1299 req_info->is_enc = enc; in cpt_aead_enc_dec()
|
H A D | otx2_cpt_reqmgr.h | 129 u8 is_enc; /* Is a request an encryption request */ member
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.h | 170 u8 is_enc; /* Is a request an encryption request */ member
|
H A D | otx_cptvf_algs.c | 132 !cpt_req->is_enc) in otx_cpt_aead_callback() 162 if (req_info->is_enc) { in output_iv_copyback() 368 req_info->is_enc = enc; in cpt_enc_dec() 1232 req_info->is_enc = enc; in cpt_aead_enc_dec()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | base.h | 82 bool is_enc);
|
H A D | base.c | 1464 struct sk_buff *skb, bool is_enc) in rtl_skb_ether_type_ptr() 1487 if (is_enc) in rtl_skb_ether_type_ptr() 1495 bool is_enc) in rtl_is_special_data() 1507 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data() 1463 rtl_skb_ether_type_ptr(struct ieee80211_hw *hw, struct sk_buff *skb, bool is_enc) rtl_skb_ether_type_ptr() argument 1494 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx, bool is_enc) rtl_is_special_data() argument
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.h | 170 u8 is_enc; /* Is a request an encryption request */ member
|
H A D | otx_cptvf_algs.c | 133 !cpt_req->is_enc) in otx_cpt_aead_callback() 163 if (req_info->is_enc) { in output_iv_copyback() 369 req_info->is_enc = enc; in cpt_enc_dec() 1234 req_info->is_enc = enc; in cpt_aead_enc_dec()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | base.h | 82 bool is_enc);
|
H A D | base.c | 1463 struct sk_buff *skb, bool is_enc) in rtl_skb_ether_type_ptr() 1486 if (is_enc) in rtl_skb_ether_type_ptr() 1494 bool is_enc) in rtl_is_special_data() 1506 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data() 1462 rtl_skb_ether_type_ptr(struct ieee80211_hw *hw, struct sk_buff *skb, bool is_enc) rtl_skb_ether_type_ptr() argument 1493 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx, bool is_enc) rtl_is_special_data() argument
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | auth_x.c | 167 char is_enc; in process_one_ticket() local 216 ceph_decode_8_safe(p, end, is_enc, bad); in process_one_ticket() 217 if (is_enc) { in process_one_ticket()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth_x.c | 170 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()
|