Lines Matching refs:cdesc
75 static void safexcel_hash_token(struct safexcel_command_desc *cdesc, in safexcel_hash_token() argument
80 (struct safexcel_token *)cdesc->control_data.token; in safexcel_hash_token()
110 struct safexcel_command_desc *cdesc) in safexcel_context_control() argument
115 cdesc->control_data.control0 = ctx->alg; in safexcel_context_control()
116 cdesc->control_data.control1 = 0; in safexcel_context_control()
130 cdesc->control_data.control0 |= in safexcel_context_control()
137 cdesc->control_data.control0 |= in safexcel_context_control()
146 cdesc->control_data.control0 |= req->digest | in safexcel_context_control()
152 cdesc->control_data.control0 |= req->digest | in safexcel_context_control()
188 cdesc->control_data.control0 |= in safexcel_context_control()
194 cdesc->control_data.control0 |= in safexcel_context_control()
196 cdesc->control_data.control1 |= in safexcel_context_control()
210 cdesc->control_data.control0 |= in safexcel_context_control()
216 cdesc->control_data.control0 |= in safexcel_context_control()
318 struct safexcel_command_desc *cdesc, *first_cdesc = NULL; in safexcel_ahash_send_req() local
446 cdesc = safexcel_add_cdesc(priv, ring, !n_cdesc, in safexcel_ahash_send_req()
450 if (IS_ERR(cdesc)) { in safexcel_ahash_send_req()
451 ret = PTR_ERR(cdesc); in safexcel_ahash_send_req()
456 first_cdesc = cdesc; in safexcel_ahash_send_req()