Searched refs:is_enc (Results 1 – 8 of 8) sorted by relevance
120 bool is_enc; member264 if (ctx->is_enc || ctx->is_stateless) in device_process()307 if (ctx->is_enc) { in device_process()433 if (ctx->is_enc || ctx->is_stateless) { in device_run()456 if (ctx->is_enc) in device_run()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()740 if (!ctx->is_enc && !ctx->is_stateless) in enum_fmt()901 pix->pixelformat = ctx->is_enc ? V4L2_PIX_FMT_FWHT : in vidioc_try_fmt_vid_cap()[all …]
118 !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() argument342 ret = is_enc ? crypto_skcipher_encrypt(&rctx->sk_fbk_req) : in skcipher_do_fallback()385 req_info->is_enc = enc; in cpt_enc_dec()1214 static int aead_do_fallback(struct aead_request *req, bool is_enc) in aead_do_fallback() argument1229 ret = is_enc ? crypto_aead_encrypt(&rctx->fbk_req) : in aead_do_fallback()1254 req_info->is_enc = enc; in cpt_aead_enc_dec()
141 u8 is_enc; /* Is a request an encryption request */ member
170 u8 is_enc; /* Is a request an encryption request */ member
134 !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()
82 bool is_enc);
1459 struct sk_buff *skb, bool is_enc) in rtl_skb_ether_type_ptr() argument1482 if (is_enc) in rtl_skb_ether_type_ptr()1490 bool is_enc) in rtl_is_special_data() argument1502 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data()
201 char is_enc; in process_one_ticket() local258 ceph_decode_8_safe(p, end, is_enc, bad); in process_one_ticket()259 if (is_enc) { in process_one_ticket()