Lines Matching refs:cdesc
73 static void safexcel_hash_token(struct safexcel_command_desc *cdesc, in safexcel_hash_token() argument
78 (struct safexcel_token *)cdesc->control_data.token; in safexcel_hash_token()
108 struct safexcel_command_desc *cdesc) in safexcel_context_control() argument
113 cdesc->control_data.control0 = ctx->alg; in safexcel_context_control()
114 cdesc->control_data.control1 = 0; in safexcel_context_control()
128 cdesc->control_data.control0 |= in safexcel_context_control()
135 cdesc->control_data.control0 |= in safexcel_context_control()
144 cdesc->control_data.control0 |= req->digest | in safexcel_context_control()
150 cdesc->control_data.control0 |= req->digest | in safexcel_context_control()
186 cdesc->control_data.control0 |= in safexcel_context_control()
192 cdesc->control_data.control0 |= in safexcel_context_control()
194 cdesc->control_data.control1 |= in safexcel_context_control()
208 cdesc->control_data.control0 |= in safexcel_context_control()
214 cdesc->control_data.control0 |= in safexcel_context_control()
316 struct safexcel_command_desc *cdesc, *first_cdesc = NULL; in safexcel_ahash_send_req() local
444 cdesc = safexcel_add_cdesc(priv, ring, !n_cdesc, in safexcel_ahash_send_req()
448 if (IS_ERR(cdesc)) { in safexcel_ahash_send_req()
449 ret = PTR_ERR(cdesc); in safexcel_ahash_send_req()
454 first_cdesc = cdesc; in safexcel_ahash_send_req()