Lines Matching refs:cdesc
74 static void safexcel_hash_token(struct safexcel_command_desc *cdesc, in safexcel_hash_token() argument
79 (struct safexcel_token *)cdesc->control_data.token; in safexcel_hash_token()
109 struct safexcel_command_desc *cdesc) in safexcel_context_control() argument
114 cdesc->control_data.control0 = ctx->alg; in safexcel_context_control()
115 cdesc->control_data.control1 = 0; in safexcel_context_control()
129 cdesc->control_data.control0 |= in safexcel_context_control()
136 cdesc->control_data.control0 |= in safexcel_context_control()
145 cdesc->control_data.control0 |= req->digest | in safexcel_context_control()
151 cdesc->control_data.control0 |= req->digest | in safexcel_context_control()
187 cdesc->control_data.control0 |= in safexcel_context_control()
193 cdesc->control_data.control0 |= in safexcel_context_control()
195 cdesc->control_data.control1 |= in safexcel_context_control()
209 cdesc->control_data.control0 |= in safexcel_context_control()
215 cdesc->control_data.control0 |= in safexcel_context_control()
317 struct safexcel_command_desc *cdesc, *first_cdesc = NULL; in safexcel_ahash_send_req() local
445 cdesc = safexcel_add_cdesc(priv, ring, !n_cdesc, in safexcel_ahash_send_req()
449 if (IS_ERR(cdesc)) { in safexcel_ahash_send_req()
450 ret = PTR_ERR(cdesc); in safexcel_ahash_send_req()
455 first_cdesc = cdesc; in safexcel_ahash_send_req()